Skip to content

Commit 7662863

Browse files
committed
Fix changelog links
1 parent e1acc3e commit 7662863

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,23 @@ this project adheres to no versioning scheme.
77

88
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
99

10-
## [Unreleased]
10+
## Unreleased
1111

1212
## 0.0.15 - 2024-02-05
1313

1414
### Added
1515
- Support project tree view.
16-
- Descriptions of each command to better support WhichKey. ([Issue #10][coc-clojure
17-
issue #10])
16+
- Descriptions of each command to better support WhichKey. ([#10])
1817
- New commands: `backward-barf`, `forward-barf`, `backward-slurp`, `forward-slurp`,
1918
`kill-sexp`, `raise-sexp`, `replace-refer-all-with-alias`,
2019
`replace-refer-all-with-refer`, `project-tree`.
2120

22-
[coc-clojure issue #10]: https://github.com/NoahTheDuke/coc-clojure/issues/10
21+
[#10]: https://github.com/NoahTheDuke/coc-clojure/issues/10
2322

2423
### Fixed
25-
- Clean up download logic. (via @laur89 [PR][coc-clojure PR #13])
24+
- Clean up download logic. (via @laur89 [#13])
2625

27-
[coc-clojure PR #13]: https://github.com/NoahTheDuke/coc-clojure/pull/13
26+
[#13]: https://github.com/NoahTheDuke/coc-clojure/pull/13
2827

2928
## 0.0.14
3029

@@ -44,7 +43,7 @@ this project adheres to no versioning scheme.
4443
### Fixed
4544
- .npmignore now ignores `.editorconfig`, `.markdownlint.json`, `.markdownlintignore`
4645

47-
## [0.0.8] - 2022-06-05
46+
## 0.0.8 - 2022-06-05
4847

4948
### Added
5049
- Start writing a changelog.
@@ -72,6 +71,3 @@ this project adheres to no versioning scheme.
7271

7372
## Before 0.0.8
7473
- Who knows, it's ancient history.
75-
76-
[Unreleased]: https://github.com/NoahTheDuke/coc-clojure/compare/v0.0.8...HEAD
77-
[0.0.8]: https://github.com/NoahTheDuke/coc-clojure/compare/v0.0.7...v0.0.8

0 commit comments

Comments
 (0)