From d5489b44621d61dcbf4fbc279309eb04ad9483a0 Mon Sep 17 00:00:00 2001 From: Adam Brodziak Date: Thu, 3 Oct 2019 01:18:30 +0200 Subject: [PATCH] Correct in-page link (#9542) --- storage/tmpfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/tmpfs.md b/storage/tmpfs.md index a7ffe16b90..d104f9ef6b 100644 --- a/storage/tmpfs.md +++ b/storage/tmpfs.md @@ -50,7 +50,7 @@ the `--mount` flag was used for swarm services. However, starting with Docker is mounted in the container. May be specified as `destination`, `dst`, or `target`. - The `tmpfs-type` and `tmpfs-mode` options. See - [tmpfs options](#tmpfs-options). + [tmpfs options](#specify-tmpfs-options). The examples below show both the `--mount` and `--tmpfs` syntax where possible, and `--mount` is presented first.