From 81f9fee5550cea8db68d36b1a85132716803f881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Wed, 9 Oct 2024 18:03:50 +0200 Subject: [PATCH] Fix roadmap link in readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 04a38b2..26fe860 100644 --- a/Readme.md +++ b/Readme.md @@ -13,5 +13,5 @@ This is a package (work-in-progress) rework the Lie group featues of [`Manifolds This especially also includes a few different choices in default behabiour that is different from the `Manifolds.jl` one. For purely manifold-based operations, any Lie group still is “build upon” a Riemannian manifold. -See [#1](https://github.com/JuliaManifolds/LieGroups.jl/issues/1) for an overview of fatures that are plannned. -Feel free to add to this list with opening further issues. \ No newline at end of file +See [#5](https://github.com/JuliaManifolds/LieGroups.jl/issues/5) for an overview of fatures that are plannned. +Feel free to add to this list with opening further issues.