[Docs]Fix broken links in /doc/devdocs/readme.md (#31416)

Update /doc/devdocs/readme.md fix 2 broken links on line 167
This commit is contained in:
JGarros 2024-02-19 18:05:39 +01:00 committed by GitHub
parent 6da03c86cc
commit 56e9abe841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/)