diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62db4126a84..4e65f5cdfa8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/develop/docs/run_dependencies_host.md b/develop/docs/run_dependencies_host.md index dda7021c077..18e90c38d0a 100644 --- a/develop/docs/run_dependencies_host.md +++ b/develop/docs/run_dependencies_host.md @@ -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). \ No newline at end of file +Linux users should use `docker-compose` as described in the [contribution guide](../../CONTRIBUTING.md). \ No newline at end of file