From f4ac74fe5f93e38cd50936684b8183b8950fcd11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Fuhrmann?= Date: Fri, 11 Jul 2025 22:40:08 +0200 Subject: [PATCH] fix release urls --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a227c3..a201a9f 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,10 @@ is a mirror of the codeberg repository. This repository provides the source code of the most recent versions of TetGen. The following releases are provided: - -- [v1.4.3, 2011](https://codeberg.org/TetGen/TetGen/archive/refs/tags/v1.4.3.tar.gz): [MIT license with noncommercial clause](https://raw.githubusercontent.com/TetGen/TetGen/refs/tags/v1.4.3/LICENSE). -- [v1.5.0, 2013](https://codeberg.org/TetGen/TetGen/archive/refs/tags/v1.5.0.tar.gz): [AGPLv3 license](https://www.gnu.org/licenses/agpl-3.0.html). -- [v1.5.1, 2018](https://codeberg.org/TetGen/TetGen/archive/refs/tags/v1.5.1.tar.gz): [AGPLv3 license](https://www.gnu.org/licenses/agpl-3.0.html), recommended as most stable version. -- [v1.6.0, 2020](https://codeberg.org/TetGen/TetGen/archive/refs/tags/v1.6.0.tar.gz): [AGPLv3 license](https://www.gnu.org/licenses/agpl-3.0.html), most recent version with some rough edges. +- [v1.4.3, 2011](https://codeberg.org/TetGen/TetGen/archive/v1.4.3.tar.gz): [MIT license with noncommercial clause](https://raw.githubusercontent.com/TetGen/TetGen/refs/tags/v1.4.3/LICENSE). +- [v1.5.0, 2013](https://codeberg.org/TetGen/TetGen/archive/v1.5.0.tar.gz): [AGPLv3 license](https://www.gnu.org/licenses/agpl-3.0.html). +- [v1.5.1, 2018](https://codeberg.org/TetGen/TetGen/archive/v1.5.1.tar.gz): [AGPLv3 license](https://www.gnu.org/licenses/agpl-3.0.html), recommended as most stable version. +- [v1.6.0, 2020](https://codeberg.org/TetGen/TetGen/archive/v1.6.0.tar.gz): [AGPLv3 license](https://www.gnu.org/licenses/agpl-3.0.html), most recent version with some rough edges. It is planned to resume active development of TetGen and to publish future versions of TetGen via this repository.