From df2174682c6c74b7b197ee1111949524b12bd887 Mon Sep 17 00:00:00 2001 From: Aaron Schrab Date: Fri, 22 Mar 2013 13:46:32 -0400 Subject: [PATCH] Use relative URL for ?NODEMO Change the NODEMO link to use a relative URL so that clicking the URL in a development build will remain in that development build rather than going to the main site. --- src/js/dialogs/sandbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/dialogs/sandbox.js b/src/js/dialogs/sandbox.js index e1f3c287..8fb0de2f 100644 --- a/src/js/dialogs/sandbox.js +++ b/src/js/dialogs/sandbox.js @@ -18,7 +18,7 @@ exports.dialog = { '', 'Annoyed at this dialog? Append `?NODEMO` to the url to get rid of it, linked below for convenience:', '', - '[http://pcottle.github.com/learnGitBranching/?NODEMO](http://pcottle.github.com/learnGitBranching/?NODEMO)' + '[http://pcottle.github.com/learnGitBranching/?NODEMO](?NODEMO)' ] } }, {