Skip to content

Commit

Permalink
Fix broken links in docs (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
jithindasad authored and pranavrajs committed Nov 18, 2019
1 parent 8e0570f commit 565a843
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/contributing.md
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/development/environment-setup/mac-os.md
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/development/environment-setup/ubuntu.md
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/development/environment-setup/windows.md
Expand Up @@ -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)

0 comments on commit 565a843

Please sign in to comment.