From c20be8d09baf570b4a8c3c416a2cbfa7a55aa1d4 Mon Sep 17 00:00:00 2001 From: edward <edward@web> Date: Wed, 21 Oct 2020 19:22:57 +0000 Subject: [PATCH] Fix a broken link --- doc/devblog/day_633__ten_years.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devblog/day_633__ten_years.mdwn b/doc/devblog/day_633__ten_years.mdwn index 673af5cc5b..a74e96a69e 100644 --- a/doc/devblog/day_633__ten_years.mdwn +++ b/doc/devblog/day_633__ten_years.mdwn @@ -4,7 +4,7 @@ had the commands add, get, drop, unannex, init, fix, and fromkey. There were 2600 lines of code in all, which has increased 30-fold. Later that week, 0.02 added the move command. I've been working recently -on fixing a [[tricky_problem|doc/todo/interruped_move_resume]] with +on fixing a [[tricky_problem|todo/interruped_move_resume]] with resuming interrupted moves. The move command has been surprisingly subtle to get just right, since it turns out to not be as simple as a get followed by a drop -- numcopies checks that would prevent a drop sometimes