Skip to content

Commit

Permalink
revert: development links; use production
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed May 28, 2024
1 parent 518fcc6 commit 184fa07
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/_static/js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down

0 comments on commit 184fa07

Please sign in to comment.