Skip to content

Commit 2cc120d

Browse files
committed
Update footer links in API ref docs
1 parent ad2829a commit 2cc120d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api-docs/docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { themes as prismThemes } from 'prism-react-renderer';
1010
const config = {
1111
title: 'Snowplow Javascript API Docs',
1212
favicon: 'img/favicon.ico',
13-
url: 'http://snowplow.github.io/',
13+
url: 'http://snowplow.github.io',
1414
baseUrl: '/snowplow-javascript-tracker/',
1515
organizationName: 'snowplow',
1616
projectName: 'snowplow-javascript-tracker',
@@ -62,16 +62,16 @@ const config = {
6262
items: [
6363
{
6464
label: 'Snowplow JS Docs',
65-
to: 'https://docs.snowplow.io/docs/collecting-data/collecting-from-own-applications/javascript-trackers/',
65+
to: 'https://docs.snowplow.io/docs/sources/trackers/web-trackers/',
6666
},
6767
],
6868
},
6969
{
7070
title: 'Community',
7171
items: [
7272
{
73-
label: 'Discourse',
74-
href: 'https://discourse.snowplow.io/',
73+
label: 'Community',
74+
href: 'https://community.snowplow.io/',
7575
},
7676
{
7777
label: 'Website',

0 commit comments

Comments
 (0)