From b83f03c058d7ce6ac213d5d66c039cc8ad34e212 Mon Sep 17 00:00:00 2001 From: Sebastian Zanoni Date: Thu, 6 Apr 2023 21:33:06 +0200 Subject: [PATCH] Devdocs: Fix dead link to settings spec (#25226) --- doc/devdocs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/readme.md b/doc/devdocs/readme.md index b1b9a168ea..7c2a12061a 100644 --- a/doc/devdocs/readme.md +++ b/doc/devdocs/readme.md @@ -137,7 +137,7 @@ To run and debug PowerToys from Visual Studio when the user is a member of the A ## How to create new PowerToys See the instructions on [how to install the PowerToys Module project template](/tools/project_template).
-Specifications for the [PowerToys settings API](/doc/devdocs/settings.md). +Specifications for the [PowerToys settings API](settingsv2/readme.md). ## Implementation details