Skip to content

Commit

Permalink
Fixup readme references
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed May 24, 2024
1 parent c0ab22a commit 0b96570
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 0b96570

Please sign in to comment.