Skip to content

Commit

Permalink
added link to persistent volumes page
Browse files Browse the repository at this point in the history
Note: this page is not yet live
  • Loading branch information
sascala committed Mar 17, 2016
1 parent 94568d8 commit 2ad8e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/constants/ExternalLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const ExternalLinks = {
"marathon-ui.html#application-status-reference",
DOCS_HEALTH: "https://mesosphere.github.io/marathon/docs/" +
"marathon-ui.html#application-health-reference",
LOCAL_VOLUMES: "about:blank",
CONTAINER_PATH: "about:blank",
LOCAL_VOLUMES: "https://mesosphere.github.io/marathon/docs/persistent-volumes.html",
CONTAINER_PATH: "http://mesosphere.github.io/marathon/docs/persistent-volumes.html",
PORTS: "https://mesosphere.github.io/marathon/docs/ports.html",
JSON_EDITOR: "about:blank"
};
Expand Down

0 comments on commit 2ad8e11

Please sign in to comment.