You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# WP Parser
2
2
3
-
WP-Parser is the parser for creating the new code reference at [developer.wordpress.org](http://developer.wordpress.org/reference). It parses the inline documentation and produces custom post type entries in WordPress.
3
+
WP-Parser is the parser for creating the new code reference at [developer.wordpress.org](https://developer.wordpress.org/reference). It parses the inline documentation and produces custom post type entries in WordPress.
4
4
5
5
We are currently looking for contributors to help us complete the work on the parser.
6
6
7
-
There is a guide to developing for developer.wordpress.org in the [WordPress documentation handbook](http://make.wordpress.org/docs/handbook/projects/devhub/)
7
+
There is a guide to developing for developer.wordpress.org in the [WordPress documentation handbook](https://make.wordpress.org/docs/handbook/projects/devhub/)
8
8
9
9
## Requirements
10
10
* PHP 5.4+
11
11
*[Composer](https://getcomposer.org/)
12
-
*[WP CLI](http://wp-cli.org/)
12
+
*[WP CLI](https://wp-cli.org/)
13
13
14
14
Clone the repository into your WordPress plugins directory:
0 commit comments