X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=42ce1d79aa4f46d3e6da48b25f3439c0a4b59f10;hb=cc8f572bc063aa1e9d0368c8a8361f15efe04c9b;hp=76526bd54717efeaf2d56eed8f83ed6a6970e67d;hpb=de901736a663934c1b67f09f1d586da665f0f036;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 76526bd5..42ce1d79 100644 --- a/index.php +++ b/index.php @@ -48,8 +48,8 @@ if (! file_exists(__DIR__ . '/vendor/autoload.php')) { ."If you installed Shaarli through Git or using the development branch,\n" ."please refer to the installation documentation to install PHP" ." dependencies using Composer:\n" - ."- https://github.com/shaarli/Shaarli/wiki/Server-requirements\n" - ."- https://github.com/shaarli/Shaarli/wiki/Download-and-Installation"; + ."- https://shaarli.readthedocs.io/en/master/Server-requirements/\n" + ."- https://shaarli.readthedocs.io/en/master/Download-and-Installation/"; exit; } require_once 'inc/rain.tpl.class.php'; @@ -1233,7 +1233,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history) // Linkdate is kept here to: // - use the same permalink for notes as they're displayed when creating them // - let users hack creation date of their posts - // See: https://github.com/shaarli/Shaarli/wiki/Datastore-hacks#changing-the-timestamp-for-a-link + // See: https://shaarli.readthedocs.io/en/master/Various-hacks/#changing-the-timestamp-for-a-shaare $linkdate = escape($_POST['lf_linkdate']); if (isset($LINKSDB[$id])) { // Edit