Skip to content

Commit

Permalink
DOCS: Fix quote and a broken link (#2375)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli committed May 18, 2023
1 parent 8ba95d4 commit f82bcfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/examples.md
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit f82bcfe

Please sign in to comment.