summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-02-09 23:15:09 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-02-09 23:15:09 +0100
commit4f658132be7e3ad56e609d84a9d7a0b73a09dda3 (patch)
treeced0c06a689cf4b4956d463559a9f718618883e2 /contributing.mdwn
parent2673cd7d09df7701fc5ca381864a9770a63fa069 (diff)
Point people to the latest version of the small hacks list
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index ca5d97ba..df4ece91 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -87,7 +87,8 @@ documents.
Here is a list of small hacks, which can serve as entries into the Hurd code for
people who would like to dive into the code but just lack a "somewhere to begin
-with".
+with". Make sure to check out the most up-to-date version on
+<https://darnassus.sceen.net/~hurd-web/contributing>
* Teach rsync to use `*getxattr` and friends on GNU/Hurd too, to enable the -X option, so as to preserve translator entries.
* Add a `name` field to `thread` structure in Mach, and `thread_set_name` (like `task_set_name`), and use it to add `pthread_setname_np` to glibc.