[docs] Update documentation URL
This commit is contained in:
parent
046cc20f71
commit
1625929193
3 changed files with 5 additions and 5 deletions
|
@ -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 ✨
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue