Skip to content

Commit 55351e2

Browse files
author
joeltaylor
committed
Change /news to /
1 parent 9b48d2c commit 55351e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

server/views/guidelines/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ block content
2121
h2 Submitting a Story
2222
p
2323
| To add a story, simply click the “New Post” button on the
24-
a(href='/news') News page
24+
a(href='/') News page
2525
| .
2626
| You’ll need to authenticate with GitHub before you can add a post (if
2727
| you don’t have a GitHub profile yet,

server/views/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ block content
4141

4242
p.tfh
4343
| Head over to our
44-
a(href='/news') news feed
44+
a(href='/') news feed
4545
| or subscribe below to receive the latest updates from the 5 Minutes
4646
| of JavaScript newsletter and podcast.
4747

server/views/partials/_header.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- headerPartial = headerPartial || {}
22
- headerPartial.bleed = headerPartial.bleed || false
3-
- menu = { 'News' : '/news', 'Resources' : '/resources' }
3+
- menu = { 'News' : '/', 'Resources' : '/resources' }
44

55
block current_nav
66

0 commit comments

Comments
 (0)