From a1a80c5d3174d7c099e68f1d98f3869fc4da0cfe Mon Sep 17 00:00:00 2001 From: dpetzel Date: Fri, 29 Aug 2014 21:10:35 -0400 Subject: [PATCH] Documentation: Fix template link in service files In the Service Files section of https://coreos.com/docs/launching-containers/launching/fleet-example-deployment/ there is a link to templates which points at a Github link that 404's. --- Documentation/examples/example-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/examples/example-deployment.md b/Documentation/examples/example-deployment.md index a43e104cd..754393070 100644 --- a/Documentation/examples/example-deployment.md +++ b/Documentation/examples/example-deployment.md @@ -41,7 +41,7 @@ CMD /bin/elb-presence With the docker images available over the public internet, systemd can simply run the containers. -The following unit files are [templates](https://github.com/coreos/fleet/Documentation/unit-files-and-scheduling#template-unit-files), which means they can be run multiple times by referencing them with full instance names. You can find these unit files in the [unit-examples](https://github.com/coreos/unit-examples/tree/master/blog-fleet-intro) repository. To save time, clone the repo on the machine from which you are controlling fleet. +The following unit files are [templates](https://github.com/coreos/fleet/blob/master/Documentation/unit-files-and-scheduling.md#template-unit-files), which means they can be run multiple times by referencing them with full instance names. You can find these unit files in the [unit-examples](https://github.com/coreos/unit-examples/tree/master/blog-fleet-intro) repository. To save time, clone the repo on the machine from which you are controlling fleet. **`subgun-http@.service`**