From d77595de4bc7379c64c7c57f89633e68d3680c86 Mon Sep 17 00:00:00 2001 From: pipeCh Date: Wed, 25 Apr 2018 15:28:53 +0700 Subject: [PATCH] fix readme links --- docs/_includes/ec2.md | 2 +- docs/_includes/setup.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_includes/ec2.md b/docs/_includes/ec2.md index 4f8c474..d83dec7 100644 --- a/docs/_includes/ec2.md +++ b/docs/_includes/ec2.md @@ -1,5 +1,5 @@ Guide to setup EC2 instance for running erpnext-docker-debian image. -* [Setup AWS EC2](setup_ec2) +* [Setup AWS EC2](/erpnext-docker-debian/setup_ec2) * [Backup AWS EC2 to AMI](https://github.com/pipech/aws-lambda-ami-backup) diff --git a/docs/_includes/setup.md b/docs/_includes/setup.md index e91276b..d6f8d3d 100644 --- a/docs/_includes/setup.md +++ b/docs/_includes/setup.md @@ -1,14 +1,14 @@ There are 3 way to use [erpnext-docker-debian](https://hub.docker.com/r/pipech/erpnext-docker-debian/) image. -1. [Trial setup](trial_setup) +1. [Trial setup](/erpnext-docker-debian/trial_setup) This setup is the most easy and straightforward way to run ERPNext on Docker, it will run pre-build docker image from Docker hub. -2. [Development setup](development_setup) +2. [Development setup](/erpnext-docker-debian/development_setup) This setup will share apps and sites folder to host machine so you could explore the code. -3. [Production setup](production_setup) +3. [Production setup](/erpnext-docker-debian/production_setup) In this setup we use the same ERPNext image as we use in trial setup and config it to run production and instead of running all service in single container we separate some and put it into 8 container,