From 8ef91a528fb1dcdc2ee3d989eb9be8b731b59423 Mon Sep 17 00:00:00 2001 From: Aaron Junker Date: Sun, 25 Oct 2020 23:39:04 +0100 Subject: [PATCH] Fixed #7524 (#7525) --- doc/devdocs/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/settings.md b/doc/devdocs/settings.md index 583c42aca..b5b98af61 100644 --- a/doc/devdocs/settings.md +++ b/doc/devdocs/settings.md @@ -284,4 +284,4 @@ Contains the main executable code, initializing and managing the Window containi Defines a class implementing `IUriToStreamResolver`. Allows the WebView to navigate to filesystem files in this Win32 project. ### [settings-html/](/src/settings/settings-html/) -Contains the assets file from building the [Web project for the Settings UI](/src/settings./settings-web). It will be loaded by the WebView. +Contains the assets file from building the [Web project for the Settings UI](/src/settings/settings-html). It will be loaded by the WebView.