mirror of https://github.com/explosion/spaCy.git
Always use develop branch of GitHub links in ALPHA mode
This commit is contained in:
parent
992559bf9a
commit
5cef1dd305
|
@ -19,5 +19,6 @@
|
||||||
//- Generate GitHub links
|
//- Generate GitHub links
|
||||||
|
|
||||||
- function gh(repo, filepath, branch) {
|
- function gh(repo, filepath, branch) {
|
||||||
|
- var branch = ALPHA ? 'develop' : branch
|
||||||
- return 'https://github.com/' + SOCIAL.github + '/' + repo + (filepath ? '/blob/' + (branch || 'master') + '/' + filepath : '' );
|
- return 'https://github.com/' + SOCIAL.github + '/' + repo + (filepath ? '/blob/' + (branch || 'master') + '/' + filepath : '' );
|
||||||
- }
|
- }
|
||||||
|
|
Loading…
Reference in New Issue