aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/LinkDB.php
diff options
context:
space:
mode:
authorWilli Eggeling <mail@wje-online.de>2017-08-26 09:40:57 +0200
committerWilli Eggeling <mail@wje-online.de>2017-08-26 09:40:57 +0200
commitcc8f572bc063aa1e9d0368c8a8361f15efe04c9b (patch)
tree1d6fe87627da391bd99ddf346f20ae1d66930bc5 /application/LinkDB.php
parentde901736a663934c1b67f09f1d586da665f0f036 (diff)
downloadShaarli-cc8f572bc063aa1e9d0368c8a8361f15efe04c9b.tar.gz
Shaarli-cc8f572bc063aa1e9d0368c8a8361f15efe04c9b.tar.zst
Shaarli-cc8f572bc063aa1e9d0368c8a8361f15efe04c9b.zip
migrated Github wiki links to readthedocs
Diffstat (limited to 'application/LinkDB.php')
-rw-r--r--application/LinkDB.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/LinkDB.php b/application/LinkDB.php
index 9308164a..22c1f0ab 100644
--- a/application/LinkDB.php
+++ b/application/LinkDB.php
@@ -249,7 +249,7 @@ class LinkDB implements Iterator, Countable, ArrayAccess
249 $link = array( 249 $link = array(
250 'id' => 1, 250 'id' => 1,
251 'title'=>' Shaarli: the personal, minimalist, super-fast, no-database delicious clone', 251 'title'=>' Shaarli: the personal, minimalist, super-fast, no-database delicious clone',
252 'url'=>'https://github.com/shaarli/Shaarli/wiki', 252 'url'=>'https://shaarli.readthedocs.io',
253 'description'=>'Welcome to Shaarli! This is your first public bookmark. To edit or delete me, you must first login. 253 'description'=>'Welcome to Shaarli! This is your first public bookmark. To edit or delete me, you must first login.
254 254
255To learn how to use Shaarli, consult the link "Help/documentation" at the bottom of this page. 255To learn how to use Shaarli, consult the link "Help/documentation" at the bottom of this page.