From 19ed0b70c248362dcaf16697cdb8c09ef5aa3c6b Mon Sep 17 00:00:00 2001 From: Abtin Date: Wed, 3 Feb 2021 14:53:07 +0330 Subject: [PATCH] Update 00-Getting-Started.md fix link to configuration guide --- docs/00-Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index df61493071..d79bb4a50a 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -59,4 +59,4 @@ docker-compose -p penpot -f docker-compose.yaml up The docker compose file contains the essential configuration for getting the application running, and many essential configurations already explained in comments. All other configuration options are -explained in [management guide](./05-Management-Guide.md). +explained in [configuration guide](./05-Configuration-Guide.md).