From 16259291939dd407f2c4e74feeee465fe12eca2e Mon Sep 17 00:00:00 2001 From: Pranav Raj Sreepuram Date: Wed, 9 Oct 2019 17:58:14 +0530 Subject: [PATCH] [docs] Update documentation URL --- README.md | 2 +- docs/contributing.md | 6 +++--- docs/development/project-setup/errors.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 49df8922d..5a742811b 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ password: 123456 ### Detailed documentation -Detailed documentation is available at [docs.chatwoot.com](https://docs.chatwoot.com) +Detailed documentation is available at [www.chatwoot.com/docs](https://www.chatwoot.com/docs) ## Contributors ✨ diff --git a/docs/contributing.md b/docs/contributing.md index 9dababf41..f88d4eff0 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -6,9 +6,9 @@ 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://github.com/chatwoot/chatwoot/blob/master/CODE_OF_CONDUCT.md) -- [Development Setup](https://docs.chatwoot.com/#/development/environment-setup/ubuntu) -- [Project Dependencies](https://docs.chatwoot.com/#/development/project-setup/dependencies) -- [Environment Setup](https://docs.chatwoot.com/#/development/project-setup/environment-variables) +- [Development Setup](https://www.chatwoot.com/docs/ubuntu-installation-guide) +- [Project Dependencies](https://www.chatwoot.com/docs/dependencies) +- [Environment Setup](https://www.chatwoot.com/docs/environment-variables) ## Pull Request Guidelines diff --git a/docs/development/project-setup/errors.md b/docs/development/project-setup/errors.md index a9b68c63f..55d34a8fd 100644 --- a/docs/development/project-setup/errors.md +++ b/docs/development/project-setup/errors.md @@ -7,4 +7,4 @@ title: "Common Errors" #### ArgumentError: invalid uri scheme -This is an error thrown from redis connector. You might not have setup the redis environment variables properly. Please refer to dependencies section to install [redis-server](https://docs.chatwoot.com/#/development/environment-setup/ubuntu?id=install-redis-server) and [Configure Redis URL](https://docs.chatwoot.com/#/development/project-setup/environment-variables?id=configure-redis-url) in the environment-variables section. +This is an error thrown from redis connector. You might not have setup the redis environment variables properly. Please refer to dependencies section to install [redis-server](https://www.chatwoot.com/docs/ubuntu-installation-guide) and [Configure Redis URL](https://www.chatwoot.com/docs/environment-variables) in the environment-variables section.