Author: fperrad
Date: Mon Dec 1 00:02:07 2008
New Revision: 33415
Modified:
trunk/lib/Parrot/Docs/Section/Docs.pm
Log:
[docs]
- docs/art was renamed in r32892
Modified: trunk/lib/Parrot/Docs/Section/Docs.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Docs.pm (original)
+++ trunk/lib/Parrot/Docs/Section/Docs.pm Mon Dec 1 00:02:07 2008
@@ -70,7 +70,7 @@
$self->new_group( 'Development Documentation', '', 'docs/dev' ),
$self->new_group( 'PMC Documentation', '', 'docs/pmc' ),
$self->new_group( 'Parrot Design Documents (PDD)', '', 'docs/pdds' ),
- $self->new_group( 'Articles', '', 'docs/art' ),
+ $self->new_group( 'Articles', '', 'docs/user/pir'
),
);
}