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.
This commit is contained in:
Aaron Schrab 2013-03-22 13:46:32 -04:00
parent 63edf8cb4c
commit df2174682c

View file

@ -18,7 +18,7 @@ exports.dialog = {
'', '',
'Annoyed at this dialog? Append `?NODEMO` to the url to get rid of it, linked below for convenience:', '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)'
] ]
} }
}, { }, {