From 51758e3830866531d734b54095b30a74b81112fe Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 31 Mar 2026 06:46:35 +0200 Subject: [PATCH 1/2] Update README.md fix links --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 403a1b94..e1491774 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ Archives can be verified with a cryptographic hash (`sha256`, `sha384`, or `sha5 integrity on every fetch. No proprietary formats, no lock-in — switch tools any time. Other tools that do similar things are Zephyr's West, CMake ExternalProject, and other meta tools. -See [alternatives](https://dfetch.readthedocs.io/en/latest/alternatives.html) for a complete list. -The broader concept is known as [*vendoring*](https://dfetch.readthedocs.io/en/latest/vendoring.html). +See [alternatives](https://dfetch.readthedocs.io/en/latest/explanation/alternatives.html) for a complete list. +The broader concept is known as [*vendoring*](https://dfetch.readthedocs.io/en/latest/explanation/vendoring.html). -[**Getting started**](https://dfetch.readthedocs.io/en/latest/getting_started.html) | -[**Commands**](https://dfetch.readthedocs.io/en/latest/commands.html) | -[**Troubleshooting**](https://dfetch.readthedocs.io/en/latest/troubleshooting.html) | -[**Contributing**](https://dfetch.readthedocs.io/en/latest/contributing.html) +[**Getting started**](https://dfetch.readthedocs.io/en/latest/tutorial/getting_started.html) | +[**Commands**](https://dfetch.readthedocs.io/en/latest/reference/commands.html) | +[**Troubleshooting**](https://dfetch.readthedocs.io/en/latest/howto/troubleshooting.html) | +[**Contributing**](https://dfetch.readthedocs.io/en/latest/howto/contributing.html) ## What Dfetch Does From 6890fcc88d85ebfe236377af85ea990353bf5f3d Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 31 Mar 2026 06:54:01 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1491774..f692ce2a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Other tools that do similar things are Zephyr's West, CMake ExternalProject, and See [alternatives](https://dfetch.readthedocs.io/en/latest/explanation/alternatives.html) for a complete list. The broader concept is known as [*vendoring*](https://dfetch.readthedocs.io/en/latest/explanation/vendoring.html). -[**Getting started**](https://dfetch.readthedocs.io/en/latest/tutorial/getting_started.html) | +[**Getting started**](https://dfetch.readthedocs.io/en/latest/tutorials/getting_started.html) | [**Commands**](https://dfetch.readthedocs.io/en/latest/reference/commands.html) | [**Troubleshooting**](https://dfetch.readthedocs.io/en/latest/howto/troubleshooting.html) | [**Contributing**](https://dfetch.readthedocs.io/en/latest/howto/contributing.html)