summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2009-03-28 20:04:02 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2009-03-28 20:04:02 +0100
commitdf30411cae3015b064c70c6dc98d75da33688e32 (patch)
tree87c99908d54b8d82928363ef0034440cb4310414 /community
parent17c03d4ac934b2cf184e477c62abe355e37842cb (diff)
fix link
Diffstat (limited to 'community')
-rw-r--r--community/gsoc/project_ideas/maxpath.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gsoc/project_ideas/maxpath.mdwn b/community/gsoc/project_ideas/maxpath.mdwn
index 73d4ee75..992b91ee 100644
--- a/community/gsoc/project_ideas/maxpath.mdwn
+++ b/community/gsoc/project_ideas/maxpath.mdwn
@@ -33,8 +33,8 @@ by `char *foo`, and using dynamic memory allocation, i.e. e.g. a loop
that tries geometrically growing sizes. Sometimes this is tricky, but
more often not very hard. Sometimes it is even trivial because the GNU
system has proper replacements. See the corresponding section of the
-[[Porting_issues_page|PortingIssues]] for more details. With a bit of practice,
-it should be easily possible to fix several programs per day.
+[[Porting_issues_page|unsorted/PortingIssues]] for more details. With a bit of
+practice, it should be easily possible to fix several programs per day.
The goal of this project is to fix the PATH_MAX and related problems in a
significant number of packages, and make the fixes ready for inclusion in