Skip to content

Commit 027a3de

Browse files
committed
fix broken links in /builder-coderoad
1 parent c189f86 commit 027a3de

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_posts/builder-coderoad/2016-01-06-edit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ A summary of the task objective.
2121

2222
##### actions
2323

24-
Trigged changes in the users text editor, such as "open" a file or "insert" text. See the [coderoad-API docs](/tutorial-docs#coderoad-API) for more.
24+
Trigged changes in the users text editor, such as "open" a file or "insert" text. See the [coderoad-API docs](/tutorial-docs.html#coderoad-API) for more.
2525

2626
##### Hints
2727

2828
Helpful tips for the user.
2929

3030
##### Tests
3131

32-
Unit tests that verify task success and provide helpful failure messages. Learn more in the [test docs](/tutorial-docs#tests). These are marked by the file path, in the side example: `<> 01/01`. Clicking on tests will route to the test page.
32+
Unit tests that verify task success and provide helpful failure messages. Learn more in the [test docs](/tutorial-docs.html#tests). These are marked by the file path, in the side example: `<> 01/01`. Clicking on tests will route to the test page.
3333

3434
##### onPageComplete
3535

_posts/builder-coderoad/2016-01-08-validate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ categories:
66
- builder-coderoad
77
---
88

9-
![Validate view](../../images/builder/validate.png){: .doc-image.lazy}
10-
119
Before publishing, be sure to validate your tutorial and package.json.
1210

11+
![Validate view](../../images/builder/validate.png){: .doc-image.lazy}
12+
1313
**<span style="color: #ffc107;">Warnings</span>** may be ignored, but **<span style="color: #e91e63;">errors</span>** must be fixed before proceeding.

_posts/builder-coderoad/2016-01-09-publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Select the type of version release:
1818
| minor | 0.1.0 -> 0.2.0 | a new feature |
1919
| major | 0.1.0 -> 1.0.0 | a breaking change |
2020

21-
> Publishing from "builder-coderoad" is not currently enabled. See the [publish docs](/tutorial-docs#publish) for how to do this from the command-line.
21+
> Publishing from "builder-coderoad" is not currently enabled. See the [publish docs](/tutorial-docs.html#publish) for how to do this from the command-line.

0 commit comments

Comments
 (0)