aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRadon Rosborough <radon@intuitiveexplanations.com>2025-01-12 22:50:10 -0800
committerGitHub <noreply@github.com>2025-01-12 22:50:10 -0800
commit30b19fa7b3841bb9b811e2ecdcd3782248052ae8 (patch)
tree7e1e581bfc6def74d014c163313d7117bb32e73c /README.md
parent543f6d651d11322f26665f017f051fbcfc21ceb0 (diff)
[#336] Fix broken link (#340)
Close https://github.com/radian-software/apheleia/issues/336
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7610325..d3aeae1 100644
--- a/README.md
+++ b/README.md
@@ -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