docs: update all URLs to developer.hashicorp.com (#16247)

This commit is contained in:
Kerim Satirli
2023-10-24 17:00:11 +02:00
committed by GitHub
parent 951cde4e3b
commit 5e1bbf90fc
65 changed files with 155 additions and 155 deletions

View File

@@ -5,7 +5,7 @@ This directory contains some documentation about the Nomad codebase,
aimed at readers who are interested in making code contributions.
If you're looking for information on _using_ Nomad, please instead refer
to the [Nomad website](https://nomadproject.io).
to the [Nomad website](https://developer.hashicorp.com/nomad).
Developing with Vagrant
---

View File

@@ -338,5 +338,5 @@ sequenceDiagram
```
[Scheduling Concepts]: https://nomadproject.io/docs/concepts/scheduling/scheduling
[`update`]: https://www.nomadproject.io/docs/job-specification/update
[Scheduling Concepts]: https://developer.hashicorp.com/nomad/docs/concepts/scheduling/scheduling
[`update`]: https://developer.hashicorp.com/nomad/docs/job-specification/update

View File

@@ -198,4 +198,4 @@ flowchart LR
```
[Scheduling in Nomad]: https://www.nomadproject.io/docs/internals/scheduling/scheduling
[Scheduling in Nomad]: https://developer.hashicorp.com/nomad/docs/internals/scheduling/scheduling

View File

@@ -252,8 +252,8 @@ and eventually need to be garbage collected.
[Scheduling in Nomad]: https://www.nomadproject.io/docs/internals/scheduling/scheduling
[Scheduling in Nomad]: https://developer.hashicorp.com/nomad/docs/internals/scheduling/scheduling
[`structs.go`]: https://github.com/hashicorp/nomad/blob/v1.4.0-beta.1/nomad/structs/structs.go#L10857-L10875
[`update`]: https://www.nomadproject.io/docs/job-specification/update
[`restart` attempts]: https://www.nomadproject.io/docs/job-specification/restart
[`max_client_disconnect`]: https://www.nomadproject.io/docs/job-specification/group#max-client-disconnect
[`update`]: https://developer.hashicorp.com/nomad/docs/job-specification/update
[`restart` attempts]: https://developer.hashicorp.com/nomad/docs/job-specification/restart
[`max_client_disconnect`]: https://developer.hashicorp.com/nomad/docs/job-specification/group#max-client-disconnect

View File

@@ -37,7 +37,7 @@ CLI (command/) -> API Client (api/) -> HTTP API (command/agent) -> RPC (nomad/)
## Docs
* [ ] Changelog
* [ ] API docs https://www.nomadproject.io/api
* [ ] CLI docs https://www.nomadproject.io/docs/commands
* [ ] API docs https://developer.hashicorp.com/nomad/api
* [ ] CLI docs https://developer.hashicorp.com/nomad/docs/commands
* [ ] If adding new docs see [website README](../website/README.md#editing-navigation-sidebars)
* [ ] Consider if it needs a guide https://www.nomadproject.io/guides/index.html
* [ ] Consider if it needs a guide https://developer.hashicorp.com/nomad/guides/index.html

View File

@@ -40,11 +40,11 @@ required in the original `jobspec` package.
## Docs
* [ ] Changelog
* [ ] Jobspec entry https://www.nomadproject.io/docs/job-specification/index.html
* [ ] Jobspec entry https://developer.hashicorp.com/nomad/docs/job-specification/index.html
* [ ] Jobspec sidebar entry https://github.com/hashicorp/nomad/blob/main/website/data/docs-navigation.js
* [ ] Job JSON API entry https://www.nomadproject.io/api/json-jobs.html
* [ ] Sample Response output in API https://www.nomadproject.io/api/jobs.html
* [ ] Consider if it needs a guide https://www.nomadproject.io/guides/index.html
* [ ] Job JSON API entry https://developer.hashicorp.com/nomad/api/json-jobs.html
* [ ] Sample Response output in API https://developer.hashicorp.com/nomad/api/jobs.html
* [ ] Consider if it needs a guide https://developer.hashicorp.com/nomad/guides/index.html
## JSON Encoding

View File

@@ -64,5 +64,5 @@ Prefer adding a new message to changing any existing RPC messages.
## Docs
* [ ] Changelog
* [ ] [Metrics](https://www.nomadproject.io/docs/operations/metrics#server-metrics)
* [ ] [API docs](https://www.nomadproject.io/api-docs) for RPCs with an HTTP endpoint, include ACLs, params, and example response body.
* [ ] [Metrics](https://developer.hashicorp.com/nomad/docs/operations/metrics#server-metrics)
* [ ] [API docs](https://developer.hashicorp.com/nomad/api-docs) for RPCs with an HTTP endpoint, include ACLs, params, and example response body.