From a113e39dfa8f321737afb7dabfd5e516eb287c22 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Mon, 16 Dec 2024 13:00:41 +0200 Subject: [PATCH] Fix broken link for installation docs --- docs/BuildSource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BuildSource.md b/docs/BuildSource.md index 19c85017308..7116f0026a3 100644 --- a/docs/BuildSource.md +++ b/docs/BuildSource.md @@ -31,7 +31,7 @@ make install Note, if you have multiple versions of PostgreSQL installed you can specify the path to `pg_config` that should be used by using `./bootstrap -DPG_CONFIG=/path/to/pg_config`. -Please see our [additional configuration instructions](https://docs.timescale.com/getting-started/installation). +Please see our [additional configuration instructions](https://docs.timescale.com/self-hosted/latest/install/). #### Building from source (Windows)