Skip to content

Commit 9f44811

Browse files
committed
Replace old Codex links
1 parent bae60b4 commit 9f44811

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Lists or flushes the site's rewrite rules, updates the permalink structure.
1919
wp rewrite
2020
~~~
2121

22-
See the WordPress [Rewrite API](https://codex.wordpress.org/Rewrite_API) and
23-
[WP Rewrite](https://codex.wordpress.org/Class_Reference/WP_Rewrite) class reference.
22+
See the WordPress [Rewrite API](https://developer.wordpress.org/apis/rewrite) and
23+
[WP Rewrite](https://developer.wordpress.org/reference/classes/wp_rewrite) class reference.
2424

2525
**EXAMPLES**
2626

src/Rewrite_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/**
66
* Lists or flushes the site's rewrite rules, updates the permalink structure.
77
*
8-
* See the WordPress [Rewrite API](https://codex.wordpress.org/Rewrite_API) and
9-
* [WP Rewrite](https://codex.wordpress.org/Class_Reference/WP_Rewrite) class reference.
8+
* See the WordPress [Rewrite API](https://developer.wordpress.org/apis/rewrite) and
9+
* [WP Rewrite](https://developer.wordpress.org/reference/classes/wp_rewrite) class reference.
1010
*
1111
* ## EXAMPLES
1212
*

0 commit comments

Comments
 (0)