Skip to content

Commit 8278790

Browse files
authored
Merge pull request jsonwebtoken#245 from Annyv2/patch-1
Update forum link
2 parents e581931 + 876e1b2 commit 8278790

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

html/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ html(lang='en')
9898
nav.menu
9999
a(href='#debugger').scrollto Debugger
100100
a(href='#libraries').scrollto Libraries
101-
a(href='https://auth0.com/forum/c/jwt', target='_blank') Ask
101+
a(href='https://community.auth0.com', target='_blank') Ask
102102
a(href='http://swag.auth0.com/', target='_blank') Get a T-shirt!
103103

104104
.social

views/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ block content
1515
a(href='#debugger-io').scrollto Debugger
1616
a(href='#libraries-io').scrollto Libraries
1717
a(href='/introduction') Introduction
18-
a(href='https://auth0.com/forum/c/jwt', target='_blank') Ask
18+
a(href='https://community.auth0.com', target='_blank') Ask
1919
a(href='http://swag.auth0.com/', target='_blank') Get a T-shirt!
2020

2121
.social

views/introduction.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ block content
4242
a(href='/#debugger').scrollto Debugger
4343
a(href='/#libraries').scrollto Libraries
4444
a(href='/introduction').active Introduction
45-
a(href='https://auth0.com/forum/c/jwt', target='_blank') Ask
45+
a(href='https://community.auth0.com', target='_blank') Ask
4646
a(href='http://swag.auth0.com/', target='_blank') Get a T-shirt!
4747

4848
.social

0 commit comments

Comments
 (0)