diff options
| author | NexusSfan <nexussfan@seznam.cz> | 2025-11-11 19:51:37 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-11-11 19:51:37 +0100 |
| commit | a0029c135c582e0084d436b3f5c0d31c8e041296 (patch) | |
| tree | f73cf19148198c122a86afb355fab2c653a1af5c | |
| parent | 828540153b4017da2e507d04677c7e3764ca3c64 (diff) | |
Fix hardcoded links to darnassus.sceen.net
| -rw-r--r-- | extensibility.mdwn | 2 | ||||
| -rw-r--r-- | hurd/status.mdwn | 2 | ||||
| -rw-r--r-- | news/2023-q4.mdwn | 2 | ||||
| -rw-r--r-- | news/2024-q2.mdwn | 4 | ||||
| -rw-r--r-- | news/2025-08-10-debian_gnu_hurd_2025.mdwn | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/extensibility.mdwn b/extensibility.mdwn index bb1e0bee..d81acee8 100644 --- a/extensibility.mdwn +++ b/extensibility.mdwn @@ -28,7 +28,7 @@ The Hurd's extensibility is not just limited to the VFS. It is possible for users to have their own [[TCP/IP|hurd/translator/pfinet]] [[stack|hurd/translator/lwip]] using the [[hurd/translator/remap]] translator. Users can create their own -[[personal firewall|https://darnassus.sceen.net/~hurd-web/hurd/translator/eth-filter/]], +[[personal firewall|hurd/translator/eth-filter]], run a personal [[hurd/translator/auth]] server, or isolate untrusted applications inside a [[hurd/subhurd]]. The possibilities are endless! diff --git a/hurd/status.mdwn b/hurd/status.mdwn index 28919995..16e2140c 100644 --- a/hurd/status.mdwn +++ b/hurd/status.mdwn @@ -59,7 +59,7 @@ GNU/Hurd|hurd/running/debian]] team released [[Debian GNU/Hurd 2015|news/2015-04-29-debian_gnu_hurd_2015]]. Similarly, along Debian "stretch", in June 2017 [[Debian GNU/Hurd 2017|news/2017-06-18-debian_gnu_hurd_2017]] was released. The latest release is from -[[2023|https://darnassus.sceen.net/~hurd-web/news/2023-06-11-debian_gnu_hurd_2023/]]. +[[2023|news/2023-06-11-debian_gnu_hurd_2023]]. With [[Guix System|hurd/running/guix]] one can trivially run a childhurd or a hurd vm running atop GNU/Linux. The adventurous can run it on diff --git a/news/2023-q4.mdwn b/news/2023-q4.mdwn index ae36dea8..5158111c 100644 --- a/news/2023-q4.mdwn +++ b/news/2023-q4.mdwn @@ -67,7 +67,7 @@ untyped, but it appears that the Hurd only uses typed RPC. So it seems best to remove any untyped RPC code. Sergey Bugaev added [[GNU Mach entry re-coalescing -support|https://darnassus.sceen.net/~hurd-web/open_issues/gnumach_vm_map_entry_forward_merging/]]. +support|open_issues/gnumach_vm_map_entry_forward_merging]]. Essentially, Mach was not always able to merge two vm entries that are made next to each other, which was slowing down ext2, bash, etc. Sergey allowed GNU Mach to merge entries in the common cases, which greatly diff --git a/news/2024-q2.mdwn b/news/2024-q2.mdwn index bcbcb470..04799e7d 100644 --- a/news/2024-q2.mdwn +++ b/news/2024-q2.mdwn @@ -48,7 +48,7 @@ right](https://lists.gnu.org/archive/html/bug-hurd/2024-04/msg00001.html) to Mach and MIG. Some time ago, Sergey also wrote the -[terrible-mdns-responder](https://darnassus.sceen.net/~hurd-web/hurd/terrible-mdns-responder/), +[terrible-mdns-responder][hurd/terrible-mdns-responder], and if you would like to be able to type in `ssh HOSTNAME.local` and connect to a locally running Hurd, then you may want to try it! @@ -72,7 +72,7 @@ archive](https://logs.guix.gnu.org/hurd/2024-06-25.log). Now for something trivial but fun! I updated the guide on the Hurd wiki that shows how one can run their own [personal ext2fs -translator](https://darnassus.sceen.net/~hurd-web/hurd/translator/ext2fs/). +translator][hurd/translator/ext2fs]. You could go crazy even! Why not make something like this: diff --git a/news/2025-08-10-debian_gnu_hurd_2025.mdwn b/news/2025-08-10-debian_gnu_hurd_2025.mdwn index d3f48326..affd3c41 100644 --- a/news/2025-08-10-debian_gnu_hurd_2025.mdwn +++ b/news/2025-08-10-debian_gnu_hurd_2025.mdwn @@ -27,7 +27,7 @@ sources. It is not an official Debian release, but it is an official [[Debian GNU/Hurd|hurd/running/debian]] port release. Before posting questions on various webnews, please read -[the FAQ](https://darnassus.sceen.net/~hurd-web/faq/) which will answer most if +[the FAQ][faq] which will answer most if not all of them. For release details, please read the |
