Change URLs in changelog

This commit is contained in:
Radon Rosborough 2022-06-20 14:51:38 -07:00
parent ac6f733d7b
commit 12804a5020

View file

@ -40,9 +40,9 @@ The format is based on [Keep a Changelog].
* Support remote files and buffers that were opened through TRAMP * Support remote files and buffers that were opened through TRAMP
([#33]). ([#33]).
[#33]: https://github.com/raxod502/apheleia/issues/33 [#33]: https://github.com/radian-software/apheleia/issues/33
[#87]: https://github.com/raxod502/apheleia/pull/87 [#87]: https://github.com/radian-software/apheleia/pull/87
[#89]: https://github.com/raxod502/apheleia/pull/89 [#89]: https://github.com/radian-software/apheleia/pull/89
[#94]: https://github.com/radian-software/apheleia/pull/94 [#94]: https://github.com/radian-software/apheleia/pull/94
[#97]: https://github.com/radian-software/apheleia/pull/97 [#97]: https://github.com/radian-software/apheleia/pull/97
[#98]: https://github.com/radian-software/apheleia/pull/98 [#98]: https://github.com/radian-software/apheleia/pull/98
@ -115,17 +115,17 @@ The format is based on [Keep a Changelog].
* ocamlformat is now configured to work even outside of detected * ocamlformat is now configured to work even outside of detected
projects. projects.
[#23]: https://github.com/raxod502/apheleia/issues/23 [#23]: https://github.com/radian-software/apheleia/issues/23
[#47]: https://github.com/raxod502/apheleia/issues/47 [#47]: https://github.com/radian-software/apheleia/issues/47
[#52]: https://github.com/raxod502/apheleia/issues/52 [#52]: https://github.com/radian-software/apheleia/issues/52
[#58]: https://github.com/raxod502/apheleia/issues/58 [#58]: https://github.com/radian-software/apheleia/issues/58
[#60]: https://github.com/raxod502/apheleia/issues/60 [#60]: https://github.com/radian-software/apheleia/issues/60
[#62]: https://github.com/raxod502/apheleia/issues/62 [#62]: https://github.com/radian-software/apheleia/issues/62
[#64]: https://github.com/raxod502/apheleia/issues/64 [#64]: https://github.com/radian-software/apheleia/issues/64
[#65]: https://github.com/raxod502/apheleia/pull/65 [#65]: https://github.com/radian-software/apheleia/pull/65
[#68]: https://github.com/raxod502/apheleia/issues/68 [#68]: https://github.com/radian-software/apheleia/issues/68
[#69]: https://github.com/raxod502/apheleia/issues/69 [#69]: https://github.com/radian-software/apheleia/issues/69
[#74]: https://github.com/raxod502/apheleia/pull/74 [#74]: https://github.com/radian-software/apheleia/pull/74
## 1.2 (released 2021-12-27) ## 1.2 (released 2021-12-27)
### Enhancements ### Enhancements
@ -162,19 +162,19 @@ The format is based on [Keep a Changelog].
* Fix mixed style line ending generated by `diff` ([#54]) by adding * Fix mixed style line ending generated by `diff` ([#54]) by adding
`--strip-trailing-cr` to `diff`'s argument list. `--strip-trailing-cr` to `diff`'s argument list.
[#24]: https://github.com/raxod502/apheleia/pull/24 [#24]: https://github.com/radian-software/apheleia/pull/24
[#30]: https://github.com/raxod502/apheleia/issues/30 [#30]: https://github.com/radian-software/apheleia/issues/30
[#31]: https://github.com/raxod502/apheleia/issues/31 [#31]: https://github.com/radian-software/apheleia/issues/31
[#32]: https://github.com/raxod502/apheleia/pull/32 [#32]: https://github.com/radian-software/apheleia/pull/32
[#39]: https://github.com/raxod502/apheleia/issues/39 [#39]: https://github.com/radian-software/apheleia/issues/39
[#48]: https://github.com/raxod502/apheleia/pull/48 [#48]: https://github.com/radian-software/apheleia/pull/48
[#49]: https://github.com/raxod502/apheleia/pull/49 [#49]: https://github.com/radian-software/apheleia/pull/49
[#50]: https://github.com/raxod502/apheleia/pull/50 [#50]: https://github.com/radian-software/apheleia/pull/50
[#51]: https://github.com/raxod502/apheleia/pull/51 [#51]: https://github.com/radian-software/apheleia/pull/51
[#54]: https://github.com/raxod502/apheleia/pull/54 [#54]: https://github.com/radian-software/apheleia/pull/54
[#55]: https://github.com/raxod502/apheleia/issues/55 [#55]: https://github.com/radian-software/apheleia/issues/55
[#64]: https://github.com/raxod502/apheleia/issues/64 [#64]: https://github.com/radian-software/apheleia/issues/64
[#65]: https://github.com/raxod502/apheleia/pull/65 [#65]: https://github.com/radian-software/apheleia/pull/65
## 1.1.2 (released 2021-02-26) ## 1.1.2 (released 2021-02-26)
### Enhancements ### Enhancements
@ -185,8 +185,8 @@ The format is based on [Keep a Changelog].
* Apheleia's global mode should no longer trigger warnings about a locally * Apheleia's global mode should no longer trigger warnings about a locally
let-bound `after-save-hook` ([#27]). let-bound `after-save-hook` ([#27]).
[#21]: https://github.com/raxod502/apheleia/issues/21 [#21]: https://github.com/radian-software/apheleia/issues/21
[#27]: https://github.com/raxod502/apheleia/issues/27 [#27]: https://github.com/radian-software/apheleia/issues/27
## 1.1.1 (released 2020-07-16) ## 1.1.1 (released 2020-07-16)
### Formatters ### Formatters
@ -205,10 +205,10 @@ The format is based on [Keep a Changelog].
* Apheleia now tries harder to accidentally enter an infinite * Apheleia now tries harder to accidentally enter an infinite
formatting loop ([#12]). formatting loop ([#12]).
[#8]: https://github.com/raxod502/apheleia/issues/8 [#8]: https://github.com/radian-software/apheleia/issues/8
[#10]: https://github.com/raxod502/apheleia/issues/10 [#10]: https://github.com/radian-software/apheleia/issues/10
[#12]: https://github.com/raxod502/apheleia/pull/12 [#12]: https://github.com/radian-software/apheleia/pull/12
[#19]: https://github.com/raxod502/apheleia/pull/19 [#19]: https://github.com/radian-software/apheleia/pull/19
## 1.1 (released 2020-04-02) ## 1.1 (released 2020-04-02)
### Enhancements ### Enhancements
@ -232,8 +232,8 @@ The format is based on [Keep a Changelog].
can run correctly on buffers both with and without backing files can run correctly on buffers both with and without backing files
([#9]). ([#9]).
[#4]: https://github.com/raxod502/apheleia/issues/4 [#4]: https://github.com/radian-software/apheleia/issues/4
[#9]: https://github.com/raxod502/apheleia/pull/9 [#9]: https://github.com/radian-software/apheleia/pull/9
## 1.0 (released 2019-09-20) ## 1.0 (released 2019-09-20)
### Added ### Added