1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DOCS: Fix quote and a broken link (#2375)

This commit is contained in:
Tom Limoncelli
2023-05-18 15:20:15 -04:00
committed by GitHub
parent 8ba95d4d31
commit f82bcfe1e2

View File

@ -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.