links to server_join docs

This commit is contained in:
Chelsea Holland Komlo 2018-05-24 19:56:09 -04:00 committed by Alex Dadgar
parent 5fac075e70
commit 0a4459f625
2 changed files with 3 additions and 3 deletions

View file

@ -349,4 +349,4 @@ client {
} }
} }
``` ```
[server_join]: /docs/agent/configuration/server_join.html "Server Join" [server_join]: /docs/agent/configuration/server_join.html.md "Server Join"

View file

@ -131,7 +131,7 @@ server {
cluster again when starting. This flag allows the previous state to be used to cluster again when starting. This flag allows the previous state to be used to
rejoin the cluster. rejoin the cluster.
- `server_join` [ServerJoin][server_join] - Specifies - `server_join` - Specifies the [Server Join][server_join] stanza for
configuration which is specific to retry joining Nomad servers. configuration which is specific to retry joining Nomad servers.
- `upgrade_version` `(string: "")` - A custom version of the format X.Y.Z to use - `upgrade_version` `(string: "")` - A custom version of the format X.Y.Z to use
@ -213,4 +213,4 @@ server {
``` ```
[encryption]: /docs/agent/encryption.html "Nomad Agent Encryption" [encryption]: /docs/agent/encryption.html "Nomad Agent Encryption"
[server_join]: /docs/agent/configuration/server_join.html "Server Join" [server_join]: /docs/agent/configuration/server_join.html.md "Server Join"