From b9e8e86148cae04702abbc8b7e14dec8f351809a Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 10 Mar 2013 00:52:43 +0000 Subject: [PATCH] fix broken doc links --- Netdisco/Changes | 6 +++++- Netdisco/lib/App/Netdisco.pm | 6 +++--- Netdisco/lib/App/Netdisco/Manual/Developing.pod | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index ddaef1d2..ae431ff2 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,9 +1,13 @@ -2.007000_001 - +2.006001_001 - [NEW FEATURES] * Plugins can now 'register_template_path' and supply their own HTML templates + [BUG FIXES] + + * Documentation fixups + 2.006000 - 2013-03-07 [BUG FIXES] diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 663ca49c..e7935daa 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -197,8 +197,8 @@ L documentation. Bundled with this distribution is a L layer for the Netdisco database. This abstracts away all the SQL into an elegant, re-usable OO -interface. See the L documentation for further -information. +interface. See the L +documentation for further information. =head2 Plugins @@ -210,7 +210,7 @@ L for further information. =head2 Developing Lots of information about the architecture of this application is contained -within the L documentation. +within the L documentation. =head1 Caveats diff --git a/Netdisco/lib/App/Netdisco/Manual/Developing.pod b/Netdisco/lib/App/Netdisco/Manual/Developing.pod index a0773027..b18aa479 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Developing.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Developing.pod @@ -48,7 +48,7 @@ indexing the distribution. Some examples: 2.002003 - another bug was found and fixed, hence "bug fix" release 3 2.003000_001 - first beta for the next "feature" release 2.003000_002 - second beta - 2.004001 - the next "feature" release + 2.004000 - the next "feature" release =head1 Global Configuration