Skip to content

Commit d6c2458

Browse files
committed
replaced raw.githubcontent.com and use login shorthand Fixes 91
1 parent b21f2bd commit d6c2458

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

blueprints/custom-post/blueprint.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
"categories": ["Content", "CPT"]
88
},
99
"landingPage": "/wp-admin/",
10+
"login":true,
1011
"steps": [
11-
{
12-
"step": "login"
13-
},
12+
1413
{
1514
"step": "mkdir",
1615
"path": "/wordpress/wp-content/plugins/books"
@@ -20,7 +19,7 @@
2019
"path": "/wordpress/wp-content/plugins/books/books.php",
2120
"data": {
2221
"resource": "url",
23-
"url": "https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/custom-post/books.php"
22+
"url": "https://github.com/WordPress/blueprints/blob/trunk/blueprints/custom-post/books.php"
2423
}
2524
},
2625
{

0 commit comments

Comments
 (0)