From 4b6166e4304ab34bbecc641a5b14d8ff47ebe352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Go=CC=88sta?= Date: Fri, 2 Oct 2020 22:26:00 +0200 Subject: [PATCH] Fixes broken links in readme Fixes #6927 --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 3b2fdb3f1c0..a25e05cdf0c 100644 --- a/readme.md +++ b/readme.md @@ -110,6 +110,7 @@ More details about [memory settings](https://stackoverflow.com/a/57839720/840169 Full project documentation and instructions for developers can be found in [wiki pages](http://github.com/magefree/mage/wiki/). First steps for Xmage's developers: -* [Developer Getting Started](http://github.com/magefree/mage/wiki/Developer-Getting-Started) -* [Developer Notes](http://github.com/magefree/mage/wiki/Developer-Notes) -* [Developer Testing Tools](http://github.com/magefree/mage/wiki/Developer-Testing-Tools) +* [Setting up your Development Environment](https://github.com/magefree/mage/wiki/Setting-up-your-Development-Environment) +* [Development Testing Tools](https://github.com/magefree/mage/wiki/Development-Testing-Tools) +* [Development Workflow](https://github.com/magefree/mage/wiki/Development-Workflow) +* [Development HOWTO Guides](https://github.com/magefree/mage/wiki/Development-HOWTO-Guides)