aboutsummaryrefslogtreecommitdiff
path: root/docs/06_Helper_functions/index.md
diff options
context:
space:
mode:
authorGravatar Paul Prechtel <Mynacol@users.noreply.github.com> 2023-04-19 17:51:55 +0200
committerGravatar GitHub <noreply@github.com> 2023-04-19 17:51:55 +0200
commita4a7473abb8d860acefc98bf1700321a8250ca83 (patch)
treecc59be63841b9d58d72af9eea5e0c26c6c0ae310 /docs/06_Helper_functions/index.md
parent4068668de917a28f46847fb4b96b473a0d7f47ab (diff)
downloadrss-bridge-a4a7473abb8d860acefc98bf1700321a8250ca83.tar.gz
rss-bridge-a4a7473abb8d860acefc98bf1700321a8250ca83.tar.zst
rss-bridge-a4a7473abb8d860acefc98bf1700321a8250ca83.zip
[Docs] Fix link to SimpleHTMLDOM documentation (#3354)
Diffstat (limited to 'docs/06_Helper_functions/index.md')
-rw-r--r--docs/06_Helper_functions/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/06_Helper_functions/index.md b/docs/06_Helper_functions/index.md
index a2568848..817241dd 100644
--- a/docs/06_Helper_functions/index.md
+++ b/docs/06_Helper_functions/index.md
@@ -53,7 +53,7 @@ $html = getContents($url, $header, $opts);
```
# getSimpleHTMLDOM
-The `getSimpleHTMLDOM` function is a wrapper for the [simple_html_dom](http://simplehtmldom.sourceforge.net/) [file_get_html](http://simplehtmldom.sourceforge.net/manual_api.htm#api) function in order to provide context by design.
+The `getSimpleHTMLDOM` function is a wrapper for the [simple_html_dom](https://simplehtmldom.sourceforge.io/) [file_get_html](https://simplehtmldom.sourceforge.io/docs/1.9/api/file_get_html/) function in order to provide context by design.
```PHP
$html = getSimpleHTMLDOM('your URI');