From 4ffb287aef5031a5f822bfb24a4a61dcf3c35527 Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Tue, 26 Mar 2024 09:28:27 +0000 Subject: [PATCH] fix links --- docs/dev_guides/changing_splink/development_quickstart.md | 2 +- docs/dev_guides/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev_guides/changing_splink/development_quickstart.md b/docs/dev_guides/changing_splink/development_quickstart.md index 2bb40f8f19..ff158b8438 100644 --- a/docs/dev_guides/changing_splink/development_quickstart.md +++ b/docs/dev_guides/changing_splink/development_quickstart.md @@ -172,7 +172,7 @@ Run the rest of the steps in this guide _inside_ this environment. Splink manages the other Python packages it depends on using Poetry. Simply run `poetry install` in the Splink directory to install them. You can find more options for this command (such as how to install -optional dependencies) on the [managing dependencies page](./managing_dependencies.md). +optional dependencies) on the [managing dependencies with Poetry page](./managing_dependencies_with_poetry.md). To enter the virtual environment created by poetry, run `poetry shell`. You will need to do this again each time you open a new terminal. diff --git a/docs/dev_guides/index.md b/docs/dev_guides/index.md index 59d561a372..e902b3a183 100644 --- a/docs/dev_guides/index.md +++ b/docs/dev_guides/index.md @@ -30,4 +30,4 @@ Splink is quite a large, complex codebase. The guides in this section lay out so * [Charts](./charts/understanding_and_editing_charts.md) - demonstrates how charts are built in Splink, including how to add new charts and edit existing charts. * [User-Defined Functions](./udfs.md) - demonstrates how User Defined Functions (UDFs) are used to provide functionality within Splink that is not native to a given SQL backend. * [Settings Validation](./settings_validation/settings_validation_overview.md) - summarises how to use and expand the existing settings schema and validation functions. -* [Managing Splink's Dependencies](./dependency_management.md) - this section provides guidelines for managing our core dependencies and our strategy for phasing out Python versions that have reached their end-of-life. \ No newline at end of file +* [Managing Splink's Dependencies](./dependency_compatibility_policy.md) - this section provides guidelines for managing our core dependencies and our strategy for phasing out Python versions that have reached their end-of-life. \ No newline at end of file