From 0589ecf67edcbd5844b9e83fa132ae36a7dcc4b0 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 26 Feb 2019 20:58:54 -0500 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index 219a2a2..d36e9d2 100644 --- a/Docker.md +++ b/Docker.md @@ -84,7 +84,7 @@ docker build github.com/pirate/ArchiveBox -t archivebox ```bash docker volume create archivebox-data ``` -You can also mount a local directory in later steps instead of using a named Docker volume (see the [Accessing the data](#) section for details). +You can also mount a local directory in later steps instead of using a named Docker volume (see the [Accessing the data](#accessing-the-data-1) section for details). 3. Run ArchiveBox with `docker run` to add links to your archive. See the Usage section below for details depending on how you want to add links.