branch: elpa/adoc-mode commit ff6277dc298e9b5ae097091b80049a1dd918fe25 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Fix broken links in the changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc84e6e0a7..b149cb7746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,10 @@ - Require Emacs 26. - Respect `mode-require-final-newline`. -- [https://github.com/bbatsov/adoc-mode/issues/25]: Remove `markup-faces` dependency. +- [#25](https://github.com/bbatsov/adoc-mode/issues/25): Remove `markup-faces` dependency. ### Bugs fixed - Handle `unichars.el` properly. - Add missing quote before `adoc-reserved` in `adoc-kw-verbatim-paragraph-sequence`. -- [https://github.com/bbatsov/adoc-mode/issues/17]: Show only titles in `imenu`. +- [#17](https://github.com/bbatsov/adoc-mode/issues/17): Show only titles in `imenu`.