From 354c30c6593ec5a775da828114b3f3723294d10c Mon Sep 17 00:00:00 2001 From: Max Lyashuk Date: Mon, 12 Nov 2018 16:32:24 +0200 Subject: [PATCH] docs(installation): fix link to configuration.md (via #5009) --- docs/usage/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/installation.md b/docs/usage/installation.md index bb0287f7..967a1495 100644 --- a/docs/usage/installation.md +++ b/docs/usage/installation.md @@ -81,7 +81,7 @@ docker run -p 80:8080 -e BASE_URL=/swagger -e SWAGGER_JSON=/foo/swagger.json -v This will serve Swagger UI at `/swagger` instead of `/`. -For more information on controlling Swagger UI through the Docker image, see the Docker section of the [Configuration documentation](docs/usage/configuration.md#docker). +For more information on controlling Swagger UI through the Docker image, see the Docker section of the [Configuration documentation](configuration.md#docker). ### unpkg