mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
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
|
||||
|
||||
- function gh(repo, filepath, branch) {
|
||||
- var branch = ALPHA ? 'develop' : branch
|
||||
- return 'https://github.com/' + SOCIAL.github + '/' + repo + (filepath ? '/blob/' + (branch || 'master') + '/' + filepath : '' );
|
||||
- }
|
||||
|
|
Loading…
Reference in New Issue
Block a user