Skip to content

Commit 4e72f8e

Browse files
authored
Merge pull request #10 from alistair3149/update-docurl
Update documentation URL
2 parents c03fc89 + 58ab815 commit 4e72f8e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"semantic web",
1313
"wikidata"
1414
],
15-
"homepage": "https://github.com/ProfessionalWiki/SemanticWikibase",
15+
"homepage": "https://professional.wiki/en/extension/semantic-wikibase",
1616
"license": "GPL-2.0-or-later",
1717
"authors": [
1818
{
@@ -29,7 +29,8 @@
2929
}
3030
],
3131
"support": {
32-
"source": "https://github.com/ProfessionalWiki/SemanticWikibase/issues"
32+
"issues": "https://github.com/ProfessionalWiki/SemanticWikibase/issues",
33+
"source": "https://github.com/ProfessionalWiki/SemanticWikibase"
3334
},
3435
"require": {
3536
"php": ">=7.4",

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"[https://professional.wiki/ Professional.Wiki]"
99
],
1010

11-
"url": "https://github.com/ProfessionalWiki/SemanticWikibase",
11+
"url": "https://professional.wiki/en/extension/semantic-wikibase",
1212

1313
"descriptionmsg": "semantic-wb-desc",
1414

i18n/qqq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
]
77
},
88
"semantic-wb-name": "{{Name}}",
9-
"semantic-wb-desc": "{{Desc|name=Semantic Wikibase|url=https://github.com/ProfessionalWiki/SemanticWikibase}}"
9+
"semantic-wb-desc": "{{Desc|name=Semantic Wikibase|url=https://professional.wiki/en/extension/semantic-wikibase}}"
1010
}

0 commit comments

Comments
 (0)