Skip to content

Commit

Permalink
[docs] Adjusting links for rewrite project (#15810)
Browse files Browse the repository at this point in the history
* Adjusting link to page about features

* Fixing typo

* Replacing old learn links with devdot paths

* Removing extra space
  • Loading branch information
ashleemboyer authored Jan 17, 2023
1 parent af56eb8 commit 294da1b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/content/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ $ curl http://192.168.0.10:8080
```

[consul_dc]: https://developer.hashicorp.com/consul/docs/agent/config/config-files#datacenter
[consul_fed]: https://learn.hashicorp.com/tutorials/consul/federarion-gossip-wan
[consul_fed]: https://learn.hashicorp.com/tutorials/consul/federation-gossip-wan
[nomad_region]: /docs/configuration#datacenter
[`bootstrap_expect`]: /docs/configuration/server#bootstrap_expect
[`default_scheduler_config`]: /docs/configuration/server#default_scheduler_config
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/install/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ as a copy of [`git`](https://www.git-scm.com/) in your `PATH`.
$ make dev
```

[consul-dev]: https://learn.hashicorp.com/consul/getting-started/agent#starting-the-agent
[consul-dev]: /consul/tutorials/certification-associate-tutorials/get-started-agent#start-the-agent

[consul-download]: https://developer.hashicorp.com/consul/downloads

Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/job-specification/upstreams.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Connect](/docs/integrations/consul-connect) proxy routes to. It
is valid only within the context of a `proxy` stanza.

For Consul-specific details see the [Consul Connect
Guide](https://learn.hashicorp.com/consul/getting-started/connect#register-a-dependent-service-and-proxy).
Guide](/consul/tutorials/get-started-vms/virtual-machine-gs-service-discovery).

```hcl
job "countdash" {
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/partnerships.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This program is intended to be largely a self-service process with links and gui

## Types of Nomad Integrations

Nomad is a simple and flexible orchestrator to deploy and manage containers and non-containerized applications across on-premises and cloud environments at scale. Nomad is widely adopted and used in production by organizations like Cloudflare, Roblox, Q2, Pandora, and more. For a full description of the current features please refer to the [Nomad Website](/). The diagram below depicts the key Nomad integration categories and types.
Nomad is a simple and flexible orchestrator to deploy and manage containers and non-containerized applications across on-premises and cloud environments at scale. Nomad is widely adopted and used in production by organizations like Cloudflare, Roblox, Q2, Pandora, and more. See the [Introduction](/nomad/intro) page for a full description of the current features. The diagram below depicts the key Nomad integration categories and types.

![Integration Categories](/img/nomad-workload.png)

Expand Down
2 changes: 1 addition & 1 deletion website/content/plugins/drivers/remote/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ behavior of the following features is completely driver dependent:
- [`connect`][connect] - since group networks and sidecars are local to the
Nomad node, Consul Connect sidecars will not work as expected.

[artifact]: /docs/job-specification/artifact
[artifact]: /docs/job-specification/artifact
[connect]: /docs/job-specification/connect
[dispatch-payload]: /docs/job-specification/dispatch_payload
[drain]: /docs/commands/node/drain
Expand Down

0 comments on commit 294da1b

Please sign in to comment.