Skip to content

Commit d12e26f

Browse files
committed
remove utms
1 parent 55916a3 commit d12e26f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
|||
88
|-|-|
9-
|![auth0 logo](https://user-images.githubusercontent.com/83319/31722733-de95bbde-b3ea-11e7-96bf-4f4e8f915588.png)|If you want to quickly add secure (JSON Web) token-based authentication to your projects, feel free to check Auth0's documentation and free plan at [auth0.com/developers](https://auth0.com/developers?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=jwtio&utm_content=auth)|
9+
|![auth0 logo](https://user-images.githubusercontent.com/83319/31722733-de95bbde-b3ea-11e7-96bf-4f4e8f915588.png)|If you want to quickly add secure (JSON Web) token-based authentication to your projects, feel free to check Auth0's documentation and free plan at [developer.auth0.com](https://developer.auth0.com)|
1010

1111
### How to add a library
1212

views/extension/index.pug

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

3737
.colophon.clearfix
3838
.pull-left
39-
a(target="_blank" href="https://auth0.com/developers/?utm_source=jwt-ext&utm_campaign=badge")
39+
a(target="_blank" href="https://developer.auth0.com")
4040
| Supported by &nbsp
4141
img(src="/img/ico_logo.svg" alt='Supported by Auth0 - JWT.io Token Based Authentication')
4242
a &nbsp-&nbsp

views/website/layout.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ html(lang='en')
6161
button.as-anchor#open-ccpa
6262
| Your Privacy Choices
6363
img.ccpa-toggle(src='https://cdn.auth0.com/website/footer/ccpa.svg' alt='Privacy choices')
64-
a(href='https://auth0.com/developers/', target="_blank")
64+
a(href='https://developer.auth0.com', target="_blank")
6565
| Supported by
6666
img(src='/img/ico_logo.svg' alt='Supported by Auth0 - JWT.io Token Based Authentication').logo
6767
#ccpa-modal

views/website/navigation.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ nav.navbar.closed
1515
a(href='https://community.auth0.com/c/jwt/8', target='_blank') Ask
1616

1717
.social
18-
a.a0(href='https://auth0.com/developers?utm_source=jwtio&utm_medium=navbar_whats_auth0&utm_campaign=jwt_nav_cta_12_2019', target='_blank')
18+
a.a0(href='https://developer.auth0.com', target='_blank')
1919
span.by-text Crafted by
2020
img(src='/img/pic_logo_ft.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication')
2121
span.crafted-by__question-mark ?
2222

23-
a.supported(href='https://auth0.com/?utm_source=jwtio&utm_campaign=craftedby', target="_blank")
23+
a.supported(href='https://auth0.com/', target="_blank")
2424
| Supported by
2525
img(src='/img/ico_logo.svg', alt='Supported by Auth0 - JWT.io Token Based Authentication').logo-mobile

0 commit comments

Comments
 (0)