diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-25 10:18:37 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-25 10:18:37 +0200 |
| commit | 46e8ca4aa90b92ea8ba857d4b0d5ddde615e6dc0 (patch) | |
| tree | d7258f2037e0acbb7bbde7987b2bf456a2c7df91 /src/blog | |
| parent | 688f03f9c8c3322e049592fe5e17201731a9ea0b (diff) | |
| download | sebastiano.tronto.net-46e8ca4aa90b92ea8ba857d4b0d5ddde615e6dc0.tar.gz sebastiano.tronto.net-46e8ca4aa90b92ea8ba857d4b0d5ddde615e6dc0.zip | |
Updated links after repository rename
Diffstat (limited to 'src/blog')
| -rw-r--r-- | src/blog/2023-04-10-the-big-rewrite/the-big-rewrite.md | 2 | ||||
| -rw-r--r-- | src/blog/2025-04-05-learned-rewrite/learned-rewrite.md | 4 |
2 files changed, 3 insertions, 3 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 index 45da3cb..6a2f782 100644 --- 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. | |||
| 93 | 93 | ||
| 94 | My plan is to split the work into the following parts: | 94 | My plan is to split the work into the following parts: |
| 95 | 95 | ||
| 96 | * Starting from the [stable branch](https://nissy.tronto.net/download) | 96 | * Starting from the [stable branch](https://nissy.tronto.net) |
| 97 | of nissy, remove all the code that is needed only by the optimal | 97 | of nissy, remove all the code that is needed only by the optimal |
| 98 | solver and other unnecessary steps. Work on a GUI and other simple | 98 | solver and other unnecessary steps. Work on a GUI and other simple |
| 99 | features useful for assisting fewest moves solvers. | 99 | 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 index 6a7a3ed..0973dd3 100644 --- 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 | |||
| 17 | in C, but not all the things I discuss in this post are language-specific. | 17 | in C, but not all the things I discuss in this post are language-specific. |
| 18 | 18 | ||
| 19 | You can find the new version of this project, the "Big Rewrite", | 19 | You can find the new version of this project, the "Big Rewrite", |
| 20 | in [this repository](https://git.tronto.net/h48) - or | 20 | in [this repository](https://git.tronto.net/nissy-core) - or |
| 21 | [on github](https://github.com/sebastianotronto/h48), if you prefer. | 21 | [on github](https://github.com/sebastianotronto/nissy-core), if you prefer. |
| 22 | I decided to rename it "H48" back when I planned to have separate projects | 22 | I decided to rename it "H48" back when I planned to have separate projects |
| 23 | for the different features of the old version, but I may change it back | 23 | for the different features of the old version, but I may change it back |
| 24 | to Nissy at some point. | 24 | to Nissy at some point. |
