From 6a83a9d8ccf992f3b5b008c154e0959ffb443819 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Sat, 13 Jun 2020 15:40:47 +0530 Subject: [PATCH] docs: organize fix links [skip travis] --- README.md | 10 +++++----- docs/multi-bench.md | 2 +- docs/single-bench.md | 2 +- docs/tips-for-moving-deployments.md | 10 +++++----- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 886dfaf9..71556663 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,14 @@ It takes care of the following: * Configure networking for remote access and setting up LetsEncrypt. 1. Single Server Installs - 1. [Single bench](docs/single-bench). Easiest Install! - 2. [Multi bench](docs/multi-bench) + 1. [Single bench](docs/single-bench.md). Easiest Install! + 2. [Multi bench](docs/multi-bench.md) 2. Multi Server Installs 1. [Docker Swarm](docs/docker-swarm.md) 2. [Kubernetes](https://helm.erpnext.com) -3. [Site Operations](docs/site-operations) -4. [Custom apps for production](docs/custom-apps-for-production) -5. [Tips for moving deployments](docs/tips-for-moving-deployments) +3. [Site Operations](docs/site-operations.md) +4. [Custom apps for production](docs/custom-apps-for-production.md) +5. [Tips for moving deployments](docs/tips-for-moving-deployments.md) ## Development Setup diff --git a/docs/multi-bench.md b/docs/multi-bench.md index be942cf5..9b386b33 100644 --- a/docs/multi-bench.md +++ b/docs/multi-bench.md @@ -68,7 +68,7 @@ Notes: - New site (first site) needs to be added after starting the services. - The local deployment is for testing and REST API development purpose only -- A complete development environment is available [here](development) +- A complete development environment is available [here](../development) - The site names are limited to patterns matching \*.localhost by default - Additional site name patterns can be added by editing /etc/hosts of your host machine diff --git a/docs/single-bench.md b/docs/single-bench.md index 3837005b..ef3b20ab 100644 --- a/docs/single-bench.md +++ b/docs/single-bench.md @@ -60,7 +60,7 @@ Make sure to replace `` with the desired name you wish to set for Notes: - The local deployment is for testing and REST API development purpose only -- A complete development environment is available [here](development) +- A complete development environment is available [here](../development) - The site names are limited to patterns matching \*.localhost by default - Additional site name patterns can be added by editing /etc/hosts of your host machine diff --git a/docs/tips-for-moving-deployments.md b/docs/tips-for-moving-deployments.md index 58d26a40..d1a25e68 100644 --- a/docs/tips-for-moving-deployments.md +++ b/docs/tips-for-moving-deployments.md @@ -5,11 +5,11 @@ - Use [swarm-cronjob](https://github.com/crazy-max/swarm-cronjob) for docker swarm - Use Kubernetes CronJob - It makes it easy to transfer data from cloud to any new deployment. -- They are just [site operations](site-operations) that can be manually pipelined as per need. +- They are just [site operations](site-operations.md) that can be manually pipelined as per need. - Remember to restore encryption keys and other custom configuration from `site_config.json`. - Steps to move deployment: - - [Take backup](site-operations#backup-sites) - - [Push backup to cloud](site-operations#push-backup-to-s3-compatible-storage) + - [Take backup](site-operations.md#backup-sites) + - [Push backup to cloud](site-operations.md#push-backup-to-s3-compatible-storage) - Create new deployment type anywhere - - [Restore backup from cloud](site-operations#restore-backups) - - [Restore `site_config.json` from cloud](site-operations#edit-configs) + - [Restore backup from cloud](site-operations.md#restore-backups) + - [Restore `site_config.json` from cloud](site-operations.md#edit-configs)