diff --git a/src/components/Navbar/utils.ts b/src/components/Navbar/utils.ts index f3eeeb28..4ae4a8f7 100644 --- a/src/components/Navbar/utils.ts +++ b/src/components/Navbar/utils.ts @@ -6,7 +6,7 @@ export const getNavbarPagesUrls = () => { [NavbarPages.MARKETPLACE]: config.get('MARKETPLACE_URL'), [NavbarPages.CREATE]: config.get('LANDING_CREATORS_URL'), [NavbarPages.EXPLORE]: config.get('EVENTS_URL'), - [NavbarPages.LEARN]: config.get('DOCS_ABOUT_URL'), + [NavbarPages.LEARN]: config.get('DOCS_URL'), [NavbarPages.GOVERNANCE]: config.get('GOVERNANCE_URL') } } diff --git a/src/config/env/dev.json b/src/config/env/dev.json index 129be5c6..a96c5587 100644 --- a/src/config/env/dev.json +++ b/src/config/env/dev.json @@ -27,6 +27,7 @@ "PLACES_MY_FAVORITE_URL": "https://decentraland.zone/places/favorites/", "EXPLORER_URL": "https://play.decentraland.zone", "STUDIOS_URL": "https://studios.decentraland.org/", + "DOCS_URL": "https://docs.decentraland.org/", "DOCS_ABOUT_URL": "https://docs.decentraland.org/player/", "DOCS_CREATORS_URL": "https://docs.decentraland.org/creator/", "DOCS_CONTRIBUTOR_URL": "https://docs.decentraland.org/contributor/", diff --git a/src/config/env/prod.json b/src/config/env/prod.json index 717856dc..1d8fe601 100644 --- a/src/config/env/prod.json +++ b/src/config/env/prod.json @@ -27,6 +27,7 @@ "PLACES_MY_FAVORITE_URL": "https://decentraland.org/places/favorites/", "EXPLORER_URL": "https://play.decentraland.org", "STUDIOS_URL": "https://studios.decentraland.org/", + "DOCS_URL": "https://docs.decentraland.org/", "DOCS_ABOUT_URL": "https://docs.decentraland.org/player/", "DOCS_CREATORS_URL": "https://docs.decentraland.org/creator/", "DOCS_CONTRIBUTOR_URL": "https://docs.decentraland.org/contributor/", diff --git a/src/config/env/stg.json b/src/config/env/stg.json index be9cc8df..bd05ae45 100644 --- a/src/config/env/stg.json +++ b/src/config/env/stg.json @@ -27,6 +27,7 @@ "PLACES_MY_FAVORITE_URL": "https://decentraland.zone/places/favorites/", "EXPLORER_URL": "https://play.decentraland.today", "STUDIOS_URL": "https://studios.decentraland.org/", + "DOCS_URL": "https://docs.decentraland.org/", "DOCS_ABOUT_URL": "https://docs.decentraland.org/player/", "DOCS_CREATORS_URL": "https://docs.decentraland.org/creator/", "DOCS_CONTRIBUTOR_URL": "https://docs.decentraland.org/contributor/",