summaryrefslogtreecommitdiff
path: root/community/gsoc/project_ideas
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-04-10 00:48:17 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-04-10 00:48:17 +0200
commit68543ee5cd1850057b9fa4ec087e63505fad420d (patch)
tree2111575ed60931348492af5ae2f780785d934926 /community/gsoc/project_ideas
parent70b8fc57e8e29c4d4a1284c2267651943ac02b4e (diff)
fix failed debian packages url
Diffstat (limited to 'community/gsoc/project_ideas')
-rw-r--r--community/gsoc/project_ideas/maxpath.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas/maxpath.mdwn b/community/gsoc/project_ideas/maxpath.mdwn
index 4a1314c2..9ef149c2 100644
--- a/community/gsoc/project_ideas/maxpath.mdwn
+++ b/community/gsoc/project_ideas/maxpath.mdwn
@@ -26,7 +26,7 @@ hints as to why this is so.)
There are a few hundred packages in Debian GNU/Hurd failing to build because of
this -- simply grep for the offending macros in the
-[list_of_build_failures](http://unstable.buildd.net/buildd/hurd-i386_Failed.html).
+[list_of_build_failures](https://people.debian.org/~sthibault/failed_packages.txt).
Fixing these issues usually boils down to replacing `char foo[PATH_MAX]`
by `char *foo`, and using dynamic memory allocation, i.e. e.g. a loop