From c9ae55a219de695b673eff22e64df1cd0d6763aa Mon Sep 17 00:00:00 2001 From: cpeter Date: Sat, 23 Oct 2021 18:06:28 +1100 Subject: [PATCH] Fixed documentation links in README.md (#2010) Co-authored-by: Csaba Peter Co-authored-by: Kevin Chung --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9000611..3deea75f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ CTFd is a Capture The Flag framework focusing on ease of use and customizability - Forgot password support - Automatic competition starting and ending - Team management, hiding, and banning -- Customize everything using the [plugin](https://docs.ctfd.io/docs/plugins/) and [theme](https://docs.ctfd.io/docs/themes/) interfaces +- Customize everything using the [plugin](https://docs.ctfd.io/docs/plugins/overview) and [theme](https://docs.ctfd.io/docs/themes/overview) interfaces - Importing and Exporting of CTF data for archival - And a lot more... @@ -54,7 +54,7 @@ Or you can use Docker Compose with the following command from the source reposit `docker-compose up` -Check out the [CTFd docs](https://docs.ctfd.io/) for [deployment options](https://docs.ctfd.io/docs/deployment/) and the [Getting Started](https://docs.ctfd.io/tutorials/getting-started/) guide +Check out the [CTFd docs](https://docs.ctfd.io/) for [deployment options](https://docs.ctfd.io/docs/deployment/installation) and the [Getting Started](https://docs.ctfd.io/tutorials/getting-started/) guide ## Live Demo