Fix broken links to matrix-doc (#1032)

The spec has moved to https://github.com/matrix-org/matrix-spec, so there were
a lot of broken links here.
This commit is contained in:
Richard van der Hoff 2022-04-20 16:36:14 +01:00 committed by GitHub
parent 188eba6969
commit 614680675f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 62 additions and 106 deletions

View file

@ -9,15 +9,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/matrix-org/matrix-doc.git"
"url": "git+https://github.com/matrix-org/matrix-spec.git"
},
"author": "The Matrix.org Foundation C.I.C.",
"private": true,
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/matrix-org/matrix-doc"
"url": "https://github.com/matrix-org/matrix-spec"
},
"homepage": "https://github.com/matrix-org/matrix-doc#readme",
"homepage": "https://github.com/matrix-org/matrix-spec#readme",
"devDependencies": {
"autoprefixer": "^10.4.2",
"node-fetch": "^2.6.7",