From e71b3d15526ab088d7c891c3241cb9a276eb4e54 Mon Sep 17 00:00:00 2001 From: John Skiles Skinner Date: Fri, 15 Dec 2023 15:11:38 -0800 Subject: [PATCH 1/3] Fix link to troubleshooting Replace: broken link within doc => working link to different doc --- docs/local-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/local-development.md b/docs/local-development.md index 8bbc6d115c5..bdf4c0ef59f 100644 --- a/docs/local-development.md +++ b/docs/local-development.md @@ -2,7 +2,7 @@ ## Installing on your local machine -This installation method is meant for those who are familiar with setting up local development environments on their machines. If you encounter errors, see the [Troubleshooting](#troubleshooting) section at the bottom of this README. +This installation method is meant for those who are familiar with setting up local development environments on their machines. If you encounter errors, see [Troubleshooting](./troubleshooting.md#errors-related-to-the-databse). We recommend using [Homebrew](https://brew.sh/), [rbenv](https://github.com/rbenv/rbenv), [nvm](https://github.com/nvm-sh/nvm) or other version management tooling to install the below dependencies; while we don't anticipate changing these frequently, this will ensure that you will be able to easily switch to different versions as needed. From 4024ac229559311b40b7c95d1605a6db077b6cce Mon Sep 17 00:00:00 2001 From: John Skiles Skinner Date: Fri, 15 Dec 2023 15:18:09 -0800 Subject: [PATCH 2/3] Remove anchor/jump link --- docs/local-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/local-development.md b/docs/local-development.md index bdf4c0ef59f..0511c4d677e 100644 --- a/docs/local-development.md +++ b/docs/local-development.md @@ -2,7 +2,7 @@ ## Installing on your local machine -This installation method is meant for those who are familiar with setting up local development environments on their machines. If you encounter errors, see [Troubleshooting](./troubleshooting.md#errors-related-to-the-databse). +This installation method is meant for those who are familiar with setting up local development environments on their machines. If you encounter errors, see [Troubleshooting](./troubleshooting.md). We recommend using [Homebrew](https://brew.sh/), [rbenv](https://github.com/rbenv/rbenv), [nvm](https://github.com/nvm-sh/nvm) or other version management tooling to install the below dependencies; while we don't anticipate changing these frequently, this will ensure that you will be able to easily switch to different versions as needed. From 6cb2e009fc484fddc4463fb6a5bd8f3eacb39434 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Mon, 18 Dec 2023 08:23:35 -0500 Subject: [PATCH 3/3] Add changelog changelog: Internal, Documentation, Fix broken link in local development documentation