Fix some broken links in docs (#4858)

* website: let curl make noise during website deploy

* website: fix a handful of broken links
This commit is contained in:
Jack Pearkes 2018-10-26 10:55:12 -07:00 committed by GitHub
parent de6644675d
commit a8c1ebe6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 14 deletions

View File

@ -151,9 +151,6 @@ if [ -z "$NO_REDIRECTS" ] || [ ! test -f "./redirects.txt" ]; then
# Post the JSON body
curl \
--fail \
--silent \
--output /dev/null \
--request "PATCH" \
--header "Fastly-Key: $FASTLY_API_KEY" \
--header "Content-type: application/json" \
@ -167,9 +164,6 @@ fi
if [ -z "$NO_PURGE" ]; then
echo "Purging Fastly cache..."
curl \
--fail \
--silent \
--output /dev/null \
--request "POST" \
--header "Accept: application/json" \
--header "Fastly-Key: $FASTLY_API_KEY" \

View File

@ -999,19 +999,19 @@ default will automatically work with some tooling.
The following settings are available:
* <a name="soa_expire"></a><a href="soa_expire">expire</a> -
* <a name="soa_expire"></a><a href="#soa_expire">expire</a> -
Configure SOA Expire duration in seconds, default value is 86400, ie: 24 hours.
* <a name="soa_min_ttl"></a><a href="soa_min_ttl">`min_ttl`</a> -
* <a name="soa_min_ttl"></a><a href="#soa_min_ttl">`min_ttl`</a> -
Configure SOA DNS minimum TTL.
As explained in [RFC-2308](https://tools.ietf.org/html/rfc2308) this also controls
negative cache TTL in most implementations. Default value is 0, ie: no minimum
delay or negative TTL.
* <a name="soa_refresh"></a><a href="soa_refresh">refresh</a> -
* <a name="soa_refresh"></a><a href="#soa_refresh">refresh</a> -
Configure SOA Refresh duration in seconds, default value is `3600`, ie: 1 hour.
* <a name="soa_retry"></a><a href="soa_retry">retry</a> -
* <a name="soa_retry"></a><a href="#soa_retry">retry</a> -
Configures the Retry duration expressed in seconds, default value is
600, ie: 10 minutes.

View File

@ -57,7 +57,7 @@ page will document how they work in the interim.
-> **Deprecation Note:** It's _strongly_ recommended you do not build anything
using Managed proxies and consider using [sidecar service
registrations](/docs/connect/proxies.html/sidecar-service.html) instead.
registrations](/docs/connect/proxies/sidecar-service.html) instead.
Managed proxies are given
a unique proxy-specific ACL token that allows read-only access to Connect

View File

@ -722,7 +722,7 @@ or the `CONSUL_HTTP_TOKEN` environment variable.
#### ACL Rules
The `acl` resource controls access to ACL operations in the
[ACL API](/api/operator/acl.html).
[ACL API](/api/acl.html).
ACL rules look like this: