diff --git a/documentation/examples.md b/documentation/examples.md index d6f70c1dad..e23199f8f6 100644 --- a/documentation/examples.md +++ b/documentation/examples.md @@ -51,7 +51,7 @@ D("example.com", REG, DnsProvider(DSP_R53), {% endcode %} {% hint style="info" %} -**NOTE**: The [`IP()`](functions/global/IP.md) function doesn"t currently support IPv6 (PRs welcome!). IPv6 addresses are strings. +**NOTE**: The [`IP()`](functions/global/IP.md) function doesn't currently support IPv6 (PRs welcome!). IPv6 addresses are strings. {% endhint %} {% code title="dnsconfig.js" %} ```javascript @@ -207,4 +207,4 @@ D("example.com", REG_NONE, DnsProvider(DSP_R53_MAIN), ### More advanced examples -See the [Code Tricks](advanced-features/code-tricks) page. +See the [Code Tricks](code-tricks) page.