X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=5fc880e639c5353583d4392556e5183c7e59d5a0;hb=1cafacfedd41ebd7bbf442a24a81b33cc24b1838;hp=29d67f62cf396de9b45ce278c2db5a0c196d64ee;hpb=c9fcaaee931cca31e66ff594905e18e23a9f05ae;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 29d67f62..5fc880e6 100644 --- a/index.php +++ b/index.php @@ -1103,7 +1103,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history, $sessionManager, // 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://shaarli.readthedocs.io/en/master/Various-hacks/#changing-the-timestamp-for-a-shaare + // See: https://shaarli.readthedocs.io/en/master/guides/various-hacks/#changing-the-timestamp-for-a-shaare $linkdate = escape($_POST['lf_linkdate']); if (isset($LINKSDB[$id])) { // Edit