mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
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:
parent
63edf8cb4c
commit
df2174682c
1 changed files with 1 additions and 1 deletions
|
@ -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)'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue