From e017b35a84b7040ff5931c8fb39a2ca1d8072c82 Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Wed, 15 Nov 2023 12:40:31 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=99=20add=20references=20(fix=20format?= =?UTF-8?q?ting)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1fccda1..722fdf1 100644 --- a/README.md +++ b/README.md @@ -712,18 +712,19 @@ todo... ### 🔗 works cited * ["Future Proofing"](https://rust-lang.github.io/api-guidelines/future-proofing.html) -[api-guidelines]: https://rust-lang.github.io/api-guidelines/future-proofing.html * ["Incunabulum"](https://code.jsoftware.com/wiki/Essays/Incunabulum) -[incunabulum]: https://code.jsoftware.com/wiki/Essays/Incunabulum * ["J: Gerunds And Atomic Representation"](https://code.jsoftware.com/wiki/Vocabulary/GerundsAndAtomicRepresentation) -[j-gerunds]: https://code.jsoftware.com/wiki/Vocabulary/GerundsAndAtomicRepresentation * ["J: Getting Started"](https://code.jsoftware.com/wiki/Guides/Getting_Started) -[j-getting-started]: https://code.jsoftware.com/wiki/Guides/Getting_Started * ["J: NuVoc"](https://code.jsoftware.com/wiki/NuVoc) -[j-nuvoc]: https://code.jsoftware.com/wiki/NuVoc * ["The language strangeness budget"](https://steveklabnik.com/writing/the-language-strangeness-budget) -[klabnik-budget]: https://steveklabnik.com/writing/the-language-strangeness-budget * ["Why K"](https://xpqz.github.io/kbook/Introduction.html#why-k) -[why-k]: https://xpqz.github.io/kbook/Introduction.html#why-k * ["Why Rust’s postfix await syntax is good"](https://blog.ceejbot.com/posts/postfix-await/) + +[api-guidelines]: https://rust-lang.github.io/api-guidelines/future-proofing.html +[incunabulum]: https://code.jsoftware.com/wiki/Essays/Incunabulum +[j-gerunds]: https://code.jsoftware.com/wiki/Vocabulary/GerundsAndAtomicRepresentation +[j-getting-started]: https://code.jsoftware.com/wiki/Guides/Getting_Started +[j-nuvoc]: https://code.jsoftware.com/wiki/NuVoc +[klabnik-budget]: https://steveklabnik.com/writing/the-language-strangeness-budget +[why-k]: https://xpqz.github.io/kbook/Introduction.html#why-k [ceej-postfix]: https://blog.ceejbot.com/posts/postfix-await/