Skip to content

Commit e322866

Browse files
authored
Merge pull request #9 from dmison/nav-links
make step nav links consistent
2 parents a9ec3a2 + 26ae066 commit e322866

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

step05.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ app.get("/chocolate", function (req, res) {
2828

2929
*Challenge:* Add some code so that your server sends one message when the endpoint is `/node` and another one when it's `/girls`.
3030

31-
## [**next step >>>**](step06.md)
31+
### [Go to Step 6 >>>>](step06.md)
32+
3233

3334
| Keyword | Explanation |
3435
|--------|:-------------------------------:|

step06.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ app.use(express.static("public"));
1616

1717
Delete all your `app.get` endpoint functions, and replace them with the line of code above. Restart your server, refresh your browser and see what happens! If you see a Node Girls CMS, then your static assets have been successfully served.
1818

19-
## [**next step >>>**](step07.md)
19+
### [Go to Step 7 >>>>](step07.md)
2020

2121
| Keyword | Explanation |
2222
|--------|:-------------------------------:|

step07.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Refresh your server and have another go at writing a blogpost.
9393

9494
You should now see an object in the console. The key should be `blogpost`, just like the name attribute in the form on the HTML page. The value of `blogpost` will be your message!
9595

96-
## [**Go to step 8 >>>**](step08.md)
96+
### [**Go to Step 8 >>>**](step08.md)
9797

9898
---
9999
| Keyword | Explanation |

step08.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Oh by the way, if you want to get the current timestamp, use the JavaScript `Dat
115115

116116
Good luck!
117117

118-
## [**Go to step 9 >>>**](step09.md)
118+
### [**Go to Step 9 >>>**](step09.md)
119119

120120
| Keyword | Explanation |
121121
|--------|:-------------------------------:|

0 commit comments

Comments
 (0)