Fix links in documentation (#271)

This commit is contained in:
Pranav Raj S
2019-11-24 01:42:58 +05:30
committed by Sony Mathew
parent da9ac8b26d
commit 645c77c3c1
2 changed files with 6 additions and 5 deletions

View File

@@ -5,6 +5,8 @@ title: "Common Errors"
### Errors you might encounter while setting up the project
#### ArgumentError: invalid uri scheme
```bash
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://www.chatwoot.com/docs/ubuntu-installation-guide) and [Configure Redis URL](https://www.chatwoot.com/docs/environment-variables) 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 and [Configure Redis URL](https://www.chatwoot.com/docs/environment-variables) in the environment-variables section.