summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 2d3dd6d1e..c32924743 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -352,7 +352,7 @@
}
/** Convert values accepted by tt-rss as true/false to PHP booleans
- * @see https://tt-rss.org/wiki/ApiReference#boolean-values
+ * @see https://tt-rss.org/ApiReference/#boolean-values
* @param null|string $s null values are considered false
* @return bool
*/