mirror of https://github.com/explosion/spaCy.git
Update GitHub links
This commit is contained in:
parent
5f2654c30d
commit
54ae410bed
|
@ -27,6 +27,6 @@ nav#topnav.nav
|
||||||
li.nav-item(class=(_section == slug) ? nav_active_class : '')
|
li.nav-item(class=(_section == slug) ? nav_active_class : '')
|
||||||
a(href='/' + slug)=item
|
a(href='/' + slug)=item
|
||||||
|
|
||||||
li.nav-item: a(href='https://github.com/' + profiles.github target='_blank') GitHub
|
li.nav-item: a(href='https://github.com/' + profiles.github + '/spaCy' target='_blank') GitHub
|
||||||
|
|
||||||
label(for='nav-checkbox' class='nav-button' arial-label='Toggle Navigation')
|
label(for='nav-checkbox' class='nav-button' arial-label='Toggle Navigation')
|
||||||
|
|
|
@ -24,7 +24,7 @@ header.header
|
||||||
|
|
||||||
+divider('bar')
|
+divider('bar')
|
||||||
| #[a(href='https://github.com/' + profiles.github + '/spaCy/releases' target='_blank'): #[strong Latest Release:] v#{spacy_version}]
|
| #[a(href='https://github.com/' + profiles.github + '/spaCy/releases' target='_blank'): #[strong Latest Release:] v#{spacy_version}]
|
||||||
| #[a(href='https://github.com/' + profiles.github + '/spacy' target='_blank'): +icon('github', 'secondary') #[strong #{spacy_stars}+ stars] on GitHub]
|
| #[a(href='https://github.com/' + profiles.github + '/spaCy' target='_blank'): +icon('github', 'secondary') #[strong #{spacy_stars}+ stars] on GitHub]
|
||||||
| #[a(href='https://www.reddit.com/r/' + profiles.reddit target='_blank'): +icon('reddit', 'secondary') #[strong User Group] on Reddit]
|
| #[a(href='https://www.reddit.com/r/' + profiles.reddit target='_blank'): +icon('reddit', 'secondary') #[strong User Group] on Reddit]
|
||||||
|
|
||||||
main.main
|
main.main
|
||||||
|
|
Loading…
Reference in New Issue