mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
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 : '')
|
||||
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')
|
||||
|
|
|
@ -24,7 +24,7 @@ header.header
|
|||
|
||||
+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' 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]
|
||||
|
||||
main.main
|
||||
|
|
Loading…
Reference in New Issue
Block a user