diff --git a/website/usage/_processing-pipelines/_extensions.jade b/website/usage/_processing-pipelines/_extensions.jade index 795d2d7c5..120db8f0a 100644 --- a/website/usage/_processing-pipelines/_extensions.jade +++ b/website/usage/_processing-pipelines/_extensions.jade @@ -104,8 +104,8 @@ p | install and use your extension, for example by uploading it to | #[+a("https://pypi.python.org") PyPi]. If you're sharing your code on | GitHub, don't forget to tag it - | with #[+a("https://github.com/search?q=topic%3Aspacy") #[code spacy]] - | and #[+a("https://github.com/search?q=topic%3Aspacy-extensions") #[code spacy-extensions]] + | with #[+a("https://github.com/topics/spacy?o=desc&s=stars") #[code spacy]] + | and #[+a("https://github.com/topics/spacy-extension?o=desc&s=stars") #[code spacy-extension]] | to help people find it. If you post it on Twitter, feel free to tag | #[+a("https://twitter.com/" + SOCIAL.twitter) @#{SOCIAL.twitter}] | so we can check it out. diff --git a/website/usage/resources.jade b/website/usage/resources.jade index 285c211e8..13cd2b5a9 100644 --- a/website/usage/resources.jade +++ b/website/usage/resources.jade @@ -56,7 +56,7 @@ include ../_includes/_mixins | to #[code Doc], #[code Token] and #[code Span] attributes. .u-text-right - +button("https://github.com/search?o=desc&q=spacy-extensions&s=stars&type=Repositories&utf8=%E2%9C%93", false, "primary", "small") See more extensions on GitHub + +button("https://github.com/topics/spacy-extension?o=desc&s=stars", false, "primary", "small") See more extensions on GitHub +section("demos") +h(2, "demos") Demos & Visualizations