summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Poignant <oliver@poignant.se>2016-03-19 13:17:58 +0100
committerOliver Poignant <oliver@poignant.se>2016-03-19 13:17:58 +0100
commitcb2b84fb5f4777713c7b732f65c566cef13091dd (patch)
treea9be0125666962440d075f5b4d21881704b2d6d3
parentb887af64a2e95d340ca23ff47a538d1a274f3304 (diff)
downloadGit-Auto-Deploy-cb2b84fb5f4777713c7b732f65c566cef13091dd.zip
Git-Auto-Deploy-cb2b84fb5f4777713c7b732f65c566cef13091dd.tar.gz
Git-Auto-Deploy-cb2b84fb5f4777713c7b732f65c566cef13091dd.tar.bz2
Fixed broken link
-rw-r--r--docs/Install as a python module.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Install as a python module.md b/docs/Install as a python module.md
index 245091d..8700eed 100644
--- a/docs/Install as a python module.md
+++ b/docs/Install as a python module.md
@@ -23,8 +23,7 @@ Once ```Git-Auto-Deploy``` has been installed as a python module, it can be star
## Configuration
-Copy the content of [config.json.sample](./config.json.sample) and save it anywhere you like, for example ```~/git-auto-deploy.conf.json```. Modify it to match your project setup. [Read more about the configuration options](./docs/Configuration.md).
- [](./docs/Configuration.md)
+Copy the content of [config.json.sample](../config.json.sample) and save it anywhere you like, for example ```~/git-auto-deploy.conf.json```. Modify it to match your project setup. [Read more about the configuration options](../docs/Configuration.md).
## Running the application