From 565a8439c0f5a7afecac854fa691e55352a92b9f Mon Sep 17 00:00:00 2001 From: Jithin Das Date: Mon, 18 Nov 2019 22:05:10 +0530 Subject: [PATCH] Fix broken links in docs (#221) --- docs/contributing.md | 2 +- docs/development/environment-setup/mac-os.md | 2 +- docs/development/environment-setup/ubuntu.md | 2 +- docs/development/environment-setup/windows.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index 3aa8cd021e47..378a1b04d9e2 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -6,7 +6,7 @@ title: "Contributing Guide" Thanks for taking interest in contributing to Chatwoot source code. Before submitting your contribution, please make sure to take a moment and read through the following guidelines: - [Code of Conduct](https://www.chatwoot.com/docs/code-of-conduct) -- [Development Setup](https://www.chatwoot.com/docs/ubuntu-installation-guide) +- [Development Setup](https://www.chatwoot.com/docs/installation-guide-ubuntu) - [Project Dependencies](https://www.chatwoot.com/docs/dependencies) - [Environment Setup](https://www.chatwoot.com/docs/environment-variables) diff --git a/docs/development/environment-setup/mac-os.md b/docs/development/environment-setup/mac-os.md index 3ccd1e325710..633e010ca30e 100644 --- a/docs/development/environment-setup/mac-os.md +++ b/docs/development/environment-setup/mac-os.md @@ -99,4 +99,4 @@ launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.redis.plist brew install imagemagick ``` -Next: Read project setup to install project dependencies +Next: [Read project setup to install project dependencies](https://www.chatwoot.com/docs/dependencies) diff --git a/docs/development/environment-setup/ubuntu.md b/docs/development/environment-setup/ubuntu.md index b8601945e7c5..d0f234eefc04 100644 --- a/docs/development/environment-setup/ubuntu.md +++ b/docs/development/environment-setup/ubuntu.md @@ -107,4 +107,4 @@ sudo systemctl enable redis-server.service sudo apt-get install imagemagick ``` -Next: Read project setup to install project dependencies +Next: [Read project setup to install project dependencies](https://www.chatwoot.com/docs/dependencies) diff --git a/docs/development/environment-setup/windows.md b/docs/development/environment-setup/windows.md index af064635188a..220e5f48f591 100644 --- a/docs/development/environment-setup/windows.md +++ b/docs/development/environment-setup/windows.md @@ -101,4 +101,4 @@ sudo systemctl enable redis-server.service sudo apt-get install imagemagick ``` -Next: Read project setup to install project dependencies +Next: [Read project setup to install project dependencies](https://www.chatwoot.com/docs/dependencies)