From 60f0eb7d6dc05d9f28680703abe872a3ef909ef2 Mon Sep 17 00:00:00 2001 From: kaxap Date: Sun, 22 Sep 2019 05:02:06 +0600 Subject: [PATCH] Fix broken links in README Guide section Fix two broken links in the Documentation & Guides section, namely Advanced Job Scheduling on Nomad with Affinities and Increasing Nomad Fault Tolerance with Spread --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfa6996d0..7fff1c34a 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ Documentation & Guides ------------------------------- * [Installing Nomad for Production](https://www.nomadproject.io/guides/operations/deployment-guide.html) -* [Advanced Job Scheduling on Nomad with Affinities](https://www.nomadproject.io/guides/advanced-scheduling/affinity.html) -* [Increasing Nomad Fault Tolerance with Spread](https://www.nomadproject.io/guides/advanced-scheduling/spread.html) +* [Advanced Job Scheduling on Nomad with Affinities](https://www.nomadproject.io/guides/operating-a-job/advanced-scheduling/affinity.html) +* [Increasing Nomad Fault Tolerance with Spread](https://www.nomadproject.io/guides/operating-a-job/advanced-scheduling/spread.html) * [Load Balancing on Nomad with Fabio & Consul](https://www.nomadproject.io/guides/load-balancing/fabio.html) * [Deploying Stateful Workloads via Portworx](https://www.nomadproject.io/guides/stateful-workloads/portworx.html) * [Running Apache Spark on Nomad](https://www.nomadproject.io/guides/spark/spark.html)