Skip to content

Commit 470df43

Browse files
authored
Merge pull request octodns#1296 from blackdotraven/patch-1
fix: links
2 parents c5a59aa + c425939 commit 470df43

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
type: none
3+
---
4+
Remove stray parens from doc links

docs/index.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -326,22 +326,22 @@ Processors
326326
* - `octodns-spf`_
327327
- SPF Value Management for octoDNS
328328

329-
.. _AcmeManagingProcessor: https://github.com/octodns/octodns/tree/main/octodns/processor/acme.py)
330-
.. _AutoArpa: https://github.com/octodns/octodns/tree/main/octodns/processor/arpa.py)
331-
.. _EnsureTrailingDots: https://github.com/octodns/octodns/tree/main/octodns/processor/trailing_dots.py)
332-
.. _ExcludeRootNsChanges: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py)
333-
.. _IgnoreRootNsFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py)
334-
.. _MetaProcessor: https://github.com/octodns/octodns/tree/main/octodns/processor/meta.py)
335-
.. _NameAllowlistFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py)
336-
.. _NameRejectlistFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py)
337-
.. _ValueAllowlistFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py)
338-
.. _ValueRejectlistFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py)
339-
.. _OwnershipProcessor: https://github.com/octodns/octodns/tree/main/octodns/processor/ownership.py)
340-
.. _SpfDnsLookupProcessor: https://github.com/octodns/octodns/tree/main/octodns/processor/spf.py)
341-
.. _TtlRestrictionFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/restrict.py)
342-
.. _TypeAllowlistFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py)
343-
.. _TypeRejectlistFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py)
344-
.. _octodns-spf: https://github.com/octodns/octodns/tree/main//github.com/octodns/octodns-spf)
329+
.. _AcmeManagingProcessor: https://github.com/octodns/octodns/tree/main/octodns/processor/acme.py
330+
.. _AutoArpa: https://github.com/octodns/octodns/tree/main/octodns/processor/arpa.py
331+
.. _EnsureTrailingDots: https://github.com/octodns/octodns/tree/main/octodns/processor/trailing_dots.py
332+
.. _ExcludeRootNsChanges: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py
333+
.. _IgnoreRootNsFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py
334+
.. _MetaProcessor: https://github.com/octodns/octodns/tree/main/octodns/processor/meta.py
335+
.. _NameAllowlistFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py
336+
.. _NameRejectlistFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py
337+
.. _ValueAllowlistFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py
338+
.. _ValueRejectlistFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py
339+
.. _OwnershipProcessor: https://github.com/octodns/octodns/tree/main/octodns/processor/ownership.py
340+
.. _SpfDnsLookupProcessor: https://github.com/octodns/octodns/tree/main/octodns/processor/spf.py
341+
.. _TtlRestrictionFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/restrict.py
342+
.. _TypeAllowlistFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py
343+
.. _TypeRejectlistFilter: https://github.com/octodns/octodns/tree/main/octodns/processor/filter.py
344+
.. _octodns-spf: https://github.com/octodns/octodns/tree/main//github.com/octodns/octodns-spf
345345

346346
Custom Sources and Providers
347347
----------------------------
@@ -421,10 +421,10 @@ Related Projects and Resources
421421

422422
.. _octoDNS-Sync: https://github.com/marketplace/actions/octodns-sync
423423
.. _NixOS-DNS: https://github.com/Janik-Haag/nixos-dns/
424-
.. _hackclub/dns: https://github.com/hackclub/dns)
425-
.. _`kubernetes/k8s.io:/dns`: https://github.com/kubernetes/k8s.io/tree/main/dns)
426-
.. _g0v-network/domains: https://github.com/g0v-network/domains)
427-
.. _jekyll/dns: https://github.com/jekyll/dns)
424+
.. _hackclub/dns: https://github.com/hackclub/dns
425+
.. _`kubernetes/k8s.io:/dns`: https://github.com/kubernetes/k8s.io/tree/main/dns
426+
.. _g0v-network/domains: https://github.com/g0v-network/domains
427+
.. _jekyll/dns: https://github.com/jekyll/dns
428428
.. _Visualising DNS records with Neo4j: https://medium.com/@costask/querying-and-visualising-octodns-records-with-neo4j-f4f72ab2d474
429429
.. _FOSDEM 2019 - DNS as code with octodns: https://archive.fosdem.org/2019/schedule/event/dns_octodns/
430430
.. _Enabling DNS split authority with octoDNS: https://github.blog/2017-04-27-enabling-split-authority-dns-with-octodns/

0 commit comments

Comments
 (0)