commit 46e8ca4aa90b92ea8ba857d4b0d5ddde615e6dc0
parent 688f03f9c8c3322e049592fe5e17201731a9ea0b
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Fri, 25 Apr 2025 10:18:37 +0200
Updated links after repository rename
Diffstat:
4 files changed, 10 insertions(+), 14 deletions(-)
diff --git a/src/blog/2023-04-10-the-big-rewrite/the-big-rewrite.md b/src/blog/2023-04-10-the-big-rewrite/the-big-rewrite.md
@@ -93,7 +93,7 @@ projects, or probably it will be never done. And that's OK.
My plan is to split the work into the following parts:
-* Starting from the [stable branch](https://nissy.tronto.net/download)
+* Starting from the [stable branch](https://nissy.tronto.net)
of nissy, remove all the code that is needed only by the optimal
solver and other unnecessary steps. Work on a GUI and other simple
features useful for assisting fewest moves solvers.
diff --git a/src/blog/2025-04-05-learned-rewrite/learned-rewrite.md b/src/blog/2025-04-05-learned-rewrite/learned-rewrite.md
@@ -17,8 +17,8 @@ than as fast as possible. Both the old and the new versions are written
in C, but not all the things I discuss in this post are language-specific.
You can find the new version of this project, the "Big Rewrite",
-in [this repository](https://git.tronto.net/h48) - or
-[on github](https://github.com/sebastianotronto/h48), if you prefer.
+in [this repository](https://git.tronto.net/nissy-core) - or
+[on github](https://github.com/sebastianotronto/nissy-core), if you prefer.
I decided to rename it "H48" back when I planned to have separate projects
for the different features of the old version, but I may change it back
to Nissy at some point.
diff --git a/src/git/git.md b/src/git/git.md
@@ -16,16 +16,12 @@ Here are some highlights of what you can find in my git repositories.
* [nissy](https://git.tronto.net/nissy): A Rubik's cube solver,
intended primarily as a tool for practicing FMC. Since april 2023
- the project has been split into the FMC trainer
- [nissy-fmc](https://git.tronto.net/nissy-fmc) and the optimal solver
- [nissy-nx](https://git.tronto.net/nissy-nx). Both are work in
- progress. The stable version is available at
- [nissy-classic](https://git.tronto.net/nissy-classic), and is
- maintained with bugfixes.
+ the stable version of the project has been moved to
+ [nissy-classic](https://git.tronto.net/nissy-classic), while I kept
+ working on the H48 optimal solver. This new solver, which will be
+ integrated in a future version of nissy, can be found
+ [here](https://git.tronto.net/nissy-core).
Check out also [the project's homepage](https://nissy.tronto.net).
-* [h48](https://git.tronto.net/h48): Another Rubik's cube optimal solver,
- intended to replace the engine of nissy in the future. Written in
- collaboration with [Enrico](https://github.com/enricotenuti).
* [scripts](https://git.tronto.net/scripts): Various scripts
for Unix-like systems.
* [zmodn](https://git.tronto.net/zmodn): A simple C++ library for working
diff --git a/src/speedcubing/coordinates/coordinates.md b/src/speedcubing/coordinates/coordinates.md
@@ -276,5 +276,5 @@ See [fst.c](https://git.tronto.net/nissy-nx/file/src/fst.c.html#l113)
for an implementation.
For these reasons, I am not using the coordinate approach described here
-for my new work-in-progress solver (temporarily named
-[h48](https://git.tronto.net/h48)).
+for my new work-in-progress solver (which can be found
+[here](https://git.tronto.net/nissy-core)).