From b133e6811a0a2fb1e56f1d6dca16a295efec143e Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Sat, 1 Nov 2025 03:52:03 +1030 Subject: [PATCH] docs: fix changelog path --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 946a240..19c9c29 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ This repository hosts the base schema applied to all ## Documentation -- [PCD Manifest Specification](docs/manifest.md) - Required manifest file format - for all PCDs +- [Manifest Specification](docs/manifest.md) - Required manifest file format for + all PCDs ## Contributing @@ -17,4 +17,4 @@ contributions must be discussed before submission. ## Changelog -See [CHANGELOG](CHANGELOG) for a list of changes. +See [CHANGELOG.md](CHANGELOG.md) for a list of changes.