diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2025-01-12 22:50:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-12 22:50:10 -0800 |
| commit | 30b19fa7b3841bb9b811e2ecdcd3782248052ae8 (patch) | |
| tree | 7e1e581bfc6def74d014c163313d7117bb32e73c /README.md | |
| parent | 543f6d651d11322f26665f017f051fbcfc21ceb0 (diff) | |
[#336] Fix broken link (#340)
Close https://github.com/radian-software/apheleia/issues/336
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ The approach is as follows: has finished running, check if the buffer has been modified since it started; only apply the changes if not. 2. After running the code formatter, generate an [RCS - patch](https://tools.ietf.org/doc/tcllib/html/rcs.html#section4) + patch](https://web.archive.org/web/20220527003730/https://tools.ietf.org/doc/tcllib/html/rcs.html#section4) showing the changes and then apply it to the buffer. This prevents changes elsewhere in the buffer from moving point. If a patch region happens to include point, then use a [dynamic programming |
