aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorVirtualTam <virtualtam+github@flibidi.net>2017-08-27 13:12:58 +0200
committerGitHub <noreply@github.com>2017-08-27 13:12:58 +0200
commite8cef3ac43d5a50485c72ea2e8267e92b00be609 (patch)
treee45ad82f528afd1b8a126efb8d50bb4a01dda779 /composer.json
parent5941c4216d804da5dfec9eeafa676105576bd0d1 (diff)
parentcc8f572bc063aa1e9d0368c8a8361f15efe04c9b (diff)
downloadShaarli-e8cef3ac43d5a50485c72ea2e8267e92b00be609.tar.gz
Shaarli-e8cef3ac43d5a50485c72ea2e8267e92b00be609.tar.zst
Shaarli-e8cef3ac43d5a50485c72ea2e8267e92b00be609.zip
Merge pull request #942 from thewilli/fix-wiki-links
migrated Github wiki links to readthedocs
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 756ea588..afb8aca4 100644
--- a/composer.json
+++ b/composer.json
@@ -6,7 +6,7 @@
6 "homepage": "https://github.com/shaarli/Shaarli", 6 "homepage": "https://github.com/shaarli/Shaarli",
7 "support": { 7 "support": {
8 "issues": "https://github.com/shaarli/Shaarli/issues", 8 "issues": "https://github.com/shaarli/Shaarli/issues",
9 "wiki": "https://github.com/shaarli/Shaarli/wiki" 9 "wiki": "https://shaarli.readthedocs.io"
10 }, 10 },
11 "keywords": ["bookmark", "link", "share", "web"], 11 "keywords": ["bookmark", "link", "share", "web"],
12 "config": { 12 "config": {