From be4cd2df444f0091d9eea07890acfcdf7d48444f Mon Sep 17 00:00:00 2001 From: jorenham Date: Thu, 3 Oct 2024 22:57:32 +0200 Subject: [PATCH] fix issue links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 559afe6..6aa5b81 100644 --- a/README.md +++ b/README.md @@ -368,9 +368,9 @@ potential goals of `unpy`: ### Beyond Python -- [ ] `@sealed` types (jorenham/unpy/#42) -- [ ] Unified type-ignore comments (jorenham/unpy/#68) -- [ ] Set-based `Literal` syntax (jorenham/unpy/#76) +- [ ] `@sealed` types (jorenham/unpy#42) +- [ ] Unified type-ignore comments (jorenham/unpy#68) +- [ ] Set-based `Literal` syntax (jorenham/unpy#76) - [ ] Reusable method signature definitions - [ ] Type-mappings, a DRY alternative to `@overload` - [ ] Intersection types (as implemented in [basedmypy][BMP-ISEC])