Skip to content

Commit

Permalink
add URLs to ignore for v3.5 and fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
kapunahelewong committed Aug 25, 2021
1 parent 6d9af72 commit 36e80c3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ IgnoreDirectoryMissingTrailingSlash: true
IgnoreAltMissing: true
IgnoreURLs:
- "^http://play.etcd.io.*"
# Manually verified external links below this point
- "^https://learn.hashicorp.com/tutorials/consul/add-remove-servers?in=consul/day-2-operations"
- "^https://www.consul.io/docs/dynamic-app-config/sessions"
- "^https://www.consul.io/commands/lock"
- "^https://www.consul.io/docs/dynamic-app-config/watches"
- "^https://www.consul.io/docs/security/acl"
- "^https://www.consul.io/api-docs#formatted-json-output"
- "^https://www.consul.io/api-docs#consistency"
- "^https://www.consul.io/api/txn"

# Test links to ignore
- "^http://example.com:2380"
- "^http://example.com:2379"

IgnoreInternalURLs:
- /docs/latest/
- /docs/latest/install/
6 changes: 3 additions & 3 deletions content/en/docs/v3.5/learning/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Note that in the case of etcd keys, it can be locked efficiently because of the
[consul-linread]: https://www.consul.io/api-docs#consistency
[consul-lock]: https://www.consul.io/commands/lock
[consul-reconfig]: https://learn.hashicorp.com/tutorials/consul/add-remove-servers?in=consul/day-2-operations
[consul-txn]: https://www.consul.io/api/kv#txn
[consul-txn]: https://www.consul.io/api/txn
[consul-watch]: https://www.consul.io/docs/dynamic-app-config/watches
[container-linux]: https://coreos.com/why
[curator]: http://curator.apache.org/
Expand All @@ -121,8 +121,8 @@ Note that in the case of etcd keys, it can be locked efficiently because of the
[etcd-recipe]: https://godoc.org/github.com/etcd-io/etcd/client/v3/experimental/recipes
[etcd-reconfig]: ../../op-guide/runtime-configuration
[etcd-txn]: ../api/#transaction
[etcd-v3election]: https://godoc.org/github.com/etcd-io/etcd/server/etcdserver/api/v3election/v3electionpb
[etcd-v3lock]: https://godoc.org/github.com/etcd-io/etcd/server/etcdserver/api/v3lock/v3lockpb
[etcd-v3election]: https://pkg.go.dev/github.com/CloudcadeSF/etcd/etcdserver/api/v3election/v3electionpb
[etcd-v3lock]: https://pkg.go.dev/go.etcd.io/etcd/server/v3/etcdserver/api/v3lock/v3lockpb
[etcd-watch]: ../api/#watch-streams
[etcdlease]: https://godoc.org/github.com/etcd-io/etcd/client/v3/leasing
[fencing]: https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html
Expand Down

0 comments on commit 36e80c3

Please sign in to comment.