Skip to content

Commit

Permalink
Fix broken links in docs (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed Mar 29, 2021
1 parent cbece1e commit 7c1c89b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -18,7 +18,7 @@ This doc is for contributors to Temporal Server (hopefully that's you!)
* [docker-compose](https://docs.docker.com/compose/install/)

> Note: it is possible to run Temporal server without a `docker`. If for some reason (for example, performance on macOS)
> you want to run dependencies on the host OS, please follow the [doc](develop/run_dependencies_host.md).
> you want to run dependencies on the host OS, please follow the [doc](develop/docs/run_dependencies_host.md).
### For Windows developers
For developing on Windows, install [Windows Subsystem for Linux 2 (WSL2)](https://aka.ms/wsl) and [Ubuntu](https://docs.microsoft.com/en-us/windows/wsl/install-win10#step-6---install-your-linux-distribution-of-choice). After that, follow the guidance for installing prerequisites, building, and testing on Ubuntu.
Expand Down
2 changes: 1 addition & 1 deletion develop/docs/run_dependencies_host.md
Expand Up @@ -6,4 +6,4 @@ a bad docker file system performance on macOS. Please follow the doc for the dat
[Cassandra](macos/cassandra.md), [MySQL](macos/mysql.md), or [PostgreSQL](macos/postgresql.md).

### Linux
Linux users should use `docker-compose` as described in the [contribution guide](../CONTRIBUTING.md).
Linux users should use `docker-compose` as described in the [contribution guide](../../CONTRIBUTING.md).

0 comments on commit 7c1c89b

Please sign in to comment.