diff --git a/docs/_static/js/constants.js b/docs/_static/js/constants.js index 0cc3ff8671a..4bac934bdf6 100644 --- a/docs/_static/js/constants.js +++ b/docs/_static/js/constants.js @@ -24,12 +24,9 @@ const THEME_DROPDOWN_MENU_CLASS = "theme-dropdown-menu"; const LS_COLOR_SCHEME = "color-scheme"; // Navigation constants -// const REMIX_HOME_URL = "https://remix-project.org"; // TODO: Revert for production -const REMIX_HOME_URL = "https://remix-dev.netlify.app"; -// const REMIX_DOCS_URL = "https://remix-ide.readthedocs.io" // TODO: Revert for production +const REMIX_HOME_URL = "https://remix-project.org"; const REMIX_DOCS_URL = "/#" const REMIX_IDE_URL = "https://remix.ethereum.org"; -const REMIX_REWARDS_URL = "https://rewards.remix.ethereum.eth.limo"; // TODO: Remove? // Learn menu const LEARNETH_PLUGIN_TUTORIALS_URL = `${REMIX_IDE_URL}/?#activate=LearnEth`;