From c283688665ba8e28e1d186c0074d35af6a1dba3d Mon Sep 17 00:00:00 2001 From: Hayden Date: Tue, 5 Jan 2021 08:50:51 -0900 Subject: [PATCH] fixed contributor link --- docs/docs/contributors/developers-guide/starting-dev-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contributors/developers-guide/starting-dev-server.md b/docs/docs/contributors/developers-guide/starting-dev-server.md index a158076246a3..9a3ee56a2ead 100644 --- a/docs/docs/contributors/developers-guide/starting-dev-server.md +++ b/docs/docs/contributors/developers-guide/starting-dev-server.md @@ -1,6 +1,6 @@ # Development: Getting Started -After reading through the [Code Contributions Guide](http://127.0.0.1:8000/contributors/developers-guide/code-contributions/) and forking the repo you can start working. This project is developed with :whale: docker and as such you will be greatly aided by using docker for development. It's not necessary but it is helpful. +After reading through the [Code Contributions Guide](https://hay-kot.github.io/mealie/contributors/developers-guide/code-contributions/) and forking the repo you can start working. This project is developed with :whale: docker and as such you will be greatly aided by using docker for development. It's not necessary but it is helpful. ## With Docker `cd` into frontend directory and run `npm install` to install the node modules.