From 899fa3d940dc6442346221604632b8df56092862 Mon Sep 17 00:00:00 2001 From: lethosor Date: Tue, 15 Nov 2022 15:06:40 -0500 Subject: [PATCH] Fix quickfort docs link in data/blueprints/README.md --- data/blueprints/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/blueprints/README.md b/data/blueprints/README.md index 2facb3f4e..5d0e41a24 100644 --- a/data/blueprints/README.md +++ b/data/blueprints/README.md @@ -1,5 +1,5 @@ This folder contains blueprints that can be applied by the `quickfort` script. For more information, see: -* [Quickfort command reference](https://docs.dfhack.org/en/stable/docs/_auto/base.html#quickfort) +* [Quickfort command reference](https://docs.dfhack.org/en/stable/docs/tools/quickfort.html) * [Quickfort blueprint guide](https://docs.dfhack.org/en/stable/docs/guides/quickfort-user-guide.html) * [Quickfort library guide](https://docs.dfhack.org/en/stable/docs/guides/quickfort-library-guide.html)