Skip to content

Commit 8268d0e

Browse files
rgee0alexellis
authored andcommitted
Fix link to /cli/install
The link to /cli/install on line 52 was 'cli/install' (missing the / prefix) which caused the live link to hit a 404. This adds / to the front. Signed-off-by: rgee0 <[email protected]>
1 parent e67b50b commit 8268d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment/docker-swarm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Within a few seconds (or minutes if on a poor WiFi connection) the API gateway a
4949

5050
## 2.2 Deploy the sample functions
5151

52-
The earlier `git clone` included a set of sample functions in `stack.yml`, to deploy them [install the OpenFaaS CLI](cli/install/) and run:
52+
The earlier `git clone` included a set of sample functions in `stack.yml`, to deploy them [install the OpenFaaS CLI](/cli/install/) and run:
5353

5454
```
5555
faas deploy

0 commit comments

Comments
 (0)