From ec178e0c38fe2d9a8f3416e153730764d7e618ab Mon Sep 17 00:00:00 2001 From: Calvin Bui <3604363+calvinbui@users.noreply.github.com> Date: Sun, 9 Nov 2025 10:00:48 +1100 Subject: [PATCH] Fix typo in Shlink config docs --- cfg/conf.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/conf.sample.php b/cfg/conf.sample.php index 8fb5288b..b2456a4e 100644 --- a/cfg/conf.sample.php +++ b/cfg/conf.sample.php @@ -280,7 +280,7 @@ dir = PATH "data" ; "urlshortener" needs to point to the base URL of your PrivateBin ; instance with "?shortenviashlink&link=" appended. For example: ; urlshortener = "${basepath}?shortenviashlink&link=" -; This URL will in turn call YOURLS on the server side, using the URL from +; This URL will in turn call Shlink on the server side, using the URL from ; "apiurl" and the API Key from the "apikey" parameters below. ; apiurl = "https://shlink.example.com/rest/v3/short-urls" ; apikey = "your_api_key"