Fix some of the broken links on universe pages (#11011)

Currently some of the "AUTHOR INFO" links (e.g. here[0]) are broken:

```
https://github.com/https://github.com/explosion
```

[0] https://spacy.io/universe/project/spacy-experimental


Also one remains broken with `https://szegedai.github.io/`.
This commit is contained in:
Dmytro Sadovnychyi 2022-06-23 17:53:00 +02:00 committed by GitHub
parent f8116078ce
commit 4cd8b4cc22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@
"code_language": "python", "code_language": "python",
"author": "Leap Beyond", "author": "Leap Beyond",
"author_links": { "author_links": {
"github": "https://github.com/LeapBeyond", "github": "LeapBeyond",
"website": "https://leapbeyond.ai" "website": "https://leapbeyond.ai"
}, },
"code_example": [ "code_example": [
@ -107,8 +107,8 @@
"code_language": "python", "code_language": "python",
"author": "Peter Baumgartner", "author": "Peter Baumgartner",
"author_links": { "author_links": {
"twitter" : "https://twitter.com/pmbaumgartner", "twitter" : "pmbaumgartner",
"github": "https://github.com/pmbaumgartner", "github": "pmbaumgartner",
"website": "https://www.peterbaumgartner.com/" "website": "https://www.peterbaumgartner.com/"
}, },
"code_example": [ "code_example": [
@ -127,8 +127,8 @@
"code_language": "python", "code_language": "python",
"author": "Explosion", "author": "Explosion",
"author_links": { "author_links": {
"twitter" : "https://twitter.com/explosion_ai", "twitter" : "explosion_ai",
"github": "https://github.com/explosion", "github": "explosion",
"website": "https://explosion.ai/" "website": "https://explosion.ai/"
}, },
"code_example": [ "code_example": [
@ -600,8 +600,8 @@
"code_language": "python", "code_language": "python",
"author": "Keith Rozario", "author": "Keith Rozario",
"author_links": { "author_links": {
"twitter" : "https://twitter.com/keithrozario", "twitter" : "keithrozario",
"github": "https://github.com/keithrozario", "github": "keithrozario",
"website": "https://www.keithrozario.com" "website": "https://www.keithrozario.com"
}, },
"code_example": [ "code_example": [
@ -2324,7 +2324,7 @@
"author": "Daniel Whitenack & Chris Benson", "author": "Daniel Whitenack & Chris Benson",
"author_links": { "author_links": {
"website": "https://changelog.com/practicalai", "website": "https://changelog.com/practicalai",
"twitter": "https://twitter.com/PracticalAIFM" "twitter": "PracticalAIFM"
}, },
"category": ["podcasts"] "category": ["podcasts"]
}, },