From 56e9abe8415ecace8926d7c60491f2de2b495321 Mon Sep 17 00:00:00 2001 From: JGarros <35100240+jem-experience@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:05:39 +0100 Subject: [PATCH] [Docs]Fix broken links in /doc/devdocs/readme.md (#31416) Update /doc/devdocs/readme.md fix 2 broken links on line 167 --- 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 42e5b63e8d..fb0a7719f5 100644 --- a/doc/devdocs/readme.md +++ b/doc/devdocs/readme.md @@ -164,7 +164,7 @@ The definition of the interface used by the [`runner`](/src/runner) to manage th ### [`Common`](common.md) -The common lib, as the name suggests, contains code shared by multiple PowerToys components and modules, e.g. [json parsing](/src/common/json.h) and [IPC primitives](/src/common/two_way_pipe_message_ipc.h). +The common lib, as the name suggests, contains code shared by multiple PowerToys components and modules, e.g. [json parsing](/src/common/utils/json.h) and [IPC primitives](/src/common/interop/two_way_pipe_message_ipc.h). ### [`Settings`](settingsv2/)