diff options
| author | wn_ <invalid@email.com> | 2024-08-21 17:59:35 +0000 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2024-08-21 17:59:35 +0000 |
| commit | d17f90b96ffedda439d6ef62abe31d50d0e130ac (patch) | |
| tree | 9ed874be593ee458d97d8301c59de7d5bbf72a6b /include/functions.php | |
| parent | 94c43fe9798643fe3bcc528607feb204c171248d (diff) | |
Fix some broken links and make minor wording tweaks.
Diffstat (limited to 'include/functions.php')
| -rw-r--r-- | include/functions.php | 2 |
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 */ |