Skip to content

Commit

Permalink
Fix broken links (#5552)
Browse files Browse the repository at this point in the history
* fix network segments broken urls

* fix iptables broken link

* fix acl broken link

* fix acl-rules broken link

* fix acl migrate broken link

* fix clone token link
  • Loading branch information
alvin-huang committed Apr 1, 2019
1 parent 34b491a commit baf2aaf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion website/source/api/acl/tokens.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: |-
# ACL Token HTTP API

The `/acl/token` endpoints [create](#create-a-token), [read](#read-a-token),
[update](#update-a-token), [list](#list-tokens), [clone](#clone-token) and [delete](#delete-a-token) ACL policies in Consul.
[update](#update-a-token), [list](#list-tokens), [clone](#clone-a-token) and [delete](#delete-a-token) ACL policies in Consul.

For more information about ACLs, please see the [ACL Guide](/docs/guides/acl.html).

Expand Down
4 changes: 2 additions & 2 deletions website/source/api/operator/segment.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The network area functionality described here is available only in
later. Network segments are operator-defined sections of agents on the LAN, typically
isolated from other segments by network configuration.

Please see the [Network Segments Guide](/docs/guides/segments.html) for more details.
Please see the [Network Segments Guide](/docs/guides/network-segments.html) for more details.

## List Network Segments

Expand Down Expand Up @@ -57,4 +57,4 @@ $ curl \

```json
["","alpha","beta"]
```
```
2 changes: 1 addition & 1 deletion website/source/docs/acl/acl-legacy.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |-
Consul provides an optional Access Control List (ACL) system which can be used to control access to data and APIs. The ACL system is a Capability-based system that relies on tokens which can have fine grained rules applied to them. It is very similar to AWS IAM in many ways.
---

-> **1.3.0 and earlier:** This guide only applies in Consul versions 1.3.0 and before. If you are using the 1.4.0 or later please use the updated guide [here](/docs/acl/acl.html)
-> **1.3.0 and earlier:** This guide only applies in Consul versions 1.3.0 and before. If you are using the 1.4.0 or later please use the updated guide [here](/docs/acl/acl-system.html)


~> **Alert: Deprecation Notice**
Expand Down
2 changes: 1 addition & 1 deletion website/source/docs/acl/acl-rules.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ ACL rules look like this:
acl = "write"
```

There is only one acl rule allowed per policy and its value is set to one of the [policy dispositions](docs/acl/acl-rules.html#rule-specification). In the example
There is only one acl rule allowed per policy and its value is set to one of the [policy dispositions](/docs/acl/acl-rules.html#rule-specification). In the example
above ACLs may be read or written including discovering any token's secret ID. Snapshotting also requires `acl = "write"`
permissions due to the fact that all the token secrets are contained within the snapshot.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clusters that have multiple tenants that should not be able to communicate
with each other.

To get started with Network Segments,
[read the guide](/docs/guides/segments.html).
[read the guide](/docs/guides/network-segments.html).

# Consul Networking Models

Expand Down
2 changes: 1 addition & 1 deletion website/source/docs/guides/forwarding.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ instance and relay hosts should not be on the same host or the redirects will
intercept the traffic.

On Linux systems that support it, incoming requests and requests to
the local host can use [`iptables`]((http://www.netfilter.org/)) to forward ports on the same machine
the local host can use [`iptables`](http://www.netfilter.org/) to forward ports on the same machine
without a secondary service. Since Consul, by default, only resolves
the `.consul` TLD, it is especially important to use the `recursors`
option if you wish the `iptables` setup to resolve for other domains.
Expand Down
2 changes: 1 addition & 1 deletion website/source/docs/upgrade-specific.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ as soon as possible after upgrade, as well as updating any integrations to work
with the the new ACL [Token](/api/acl/tokens.html) and
[Policy](/api/acl/policies.html) APIs.

More complete details on how to upgrade "legacy" tokens is available [here](/docs/guides/acl-migrate-tokens.html).
More complete details on how to upgrade "legacy" tokens is available [here](/docs/acl/acl-migrate-tokens.html).

### Connect Multi-datacenter

Expand Down

0 comments on commit baf2aaf

Please sign in to comment.