From e90873e13d9785e425b85a0f4c4bfc47839e08d0 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Mon, 11 Feb 2019 17:17:06 -0500 Subject: [PATCH] fix: docker-compose example link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42d53cc6..240421c5 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Wiki.js can run on virtually all platforms where Node.js can (Windows, Mac, Linu Docker is the recommended way to go! Simply use Docker image: `requarks/wiki:beta` -You can also use Docker Compose ([see example](https://github.com/Requarks/wiki/blob/dev/dev/examples/docker-compose.yml)) to run Wiki.js with all dependencies. +You can also use Docker Compose ([see example](https://github.com/Requarks/wiki/blob/master/dev/examples/docker-compose.yml)) to run Wiki.js with all dependencies.

Demo