From 0b9657074518ded1ee5f4a55620110ae88da544a Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Thu, 23 May 2024 22:43:41 -0700 Subject: [PATCH] Fixup `readme` references --- Changelog.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 540c163f..c5f86ae4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -176,7 +176,7 @@ Breaking changes: Features: -- Add [formatter directive](./README.md#formatter-directives) for "Format Block Comment" ([PR #164](https://github.com/vscode-autohotkey/ahkpp/pull/164)) +- Add [formatter directive](./readme.md#formatter-directives) for "Format Block Comment" ([PR #164](https://github.com/vscode-autohotkey/ahkpp/pull/164)) - Add "allowed number of empty lines" setting to preserve any number of lines. Defaults to `1`, `-1` means "preserve all empty lines" ([PR #194](https://github.com/vscode-autohotkey/ahkpp/pull/194)) - Add "preserve indent" setting to preserve spaces before a comment. Defaults to `false`. ([PR #192](https://github.com/vscode-autohotkey/ahkpp/pull/192)) - Add "trim extra spaces" to trim spaces between words. Defaults to `true`. ([PR #191](https://github.com/vscode-autohotkey/ahkpp/pull/191)) @@ -277,7 +277,7 @@ Fixes: - Change ownership (from `cweijan` to `mark-wiemer`) - Change configuration title to 'AutoHotkey Plus Plus' -- Update README +- Update readme - Increase icon resolution ## 2.5.6 - 2020-10-06 diff --git a/package.json b/package.json index 3bc7504a..12e30495 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "ahk v2", "ahk v1" ], - "homepage": "https://github.com/mark-wiemer/vscode-autohotkey-plus-plus/blob/main/README.md", + "homepage": "https://github.com/mark-wiemer/vscode-autohotkey-plus-plus/blob/main/readme.md", "bugs": { "url": "https://github.com/mark-wiemer/vscode-autohotkey-plus-plus/issues" },