From facc9db126f14c8170ea9722758d48a90e17b3ce Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Tue, 16 Jan 2024 18:24:58 -0500 Subject: [PATCH] Fix link to motivations in TODO --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54a5823..84a5cea 100644 --- a/README.md +++ b/README.md @@ -781,9 +781,9 @@ The following is a high-level list of tasks to progress through each stage of th ### Stage 1 Entrance Criteria * [x] Identified a "[champion][Champion]" who will advance the addition. -* [ ] [Prose][Prose] outlining the problem or need and the general shape of a solution. -* [ ] Illustrative [examples][Examples] of usage. -* [ ] High-level [API][API]. +* [x] [Prose][Prose] outlining the problem or need and the general shape of a solution. +* [x] Illustrative [examples][Examples] of usage. +* [x] High-level [API][API]. ### Stage 2 Entrance Criteria @@ -823,7 +823,7 @@ The following is a high-level list of tasks to progress through each stage of th [Champion]: #status -[Prose]: #motivations +[Prose]: #overview-and-motivations [Examples]: #examples [API]: #api [Specification]: #todo