From a418ba0a1e343f9f6300002493bed10c58b9ccdd Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Sat, 29 Dec 2018 12:02:23 +0100 Subject: [PATCH] replace sourceforge references with working links (#286) the FAQ: section discusses cvs, i guess that is no longer relevant either. --- contrib/DEVELOP | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/contrib/DEVELOP b/contrib/DEVELOP index 8748b475..945e0884 100644 --- a/contrib/DEVELOP +++ b/contrib/DEVELOP @@ -7,9 +7,14 @@ Coding Guidelines: - check-in required mibs to netdisco-mibs and release new package if needed Release and Testing Instructions: - - Please see misc/RELEASE in Netdisco - ( http://netdisco.cvs.sourceforge.net/viewvc/netdisco/misc/RELEASE?view=markup ) - and follow all testing and release guidelines + - for netdisco see: + -> https://github.com/netdisco/netdisco/wiki/Developing + -> https://metacpan.org/pod/App::Netdisco + - for snmp::info see: + -> https://github.com/netdisco/snmp-info/wiki/Release-Process + -> https://metacpan.org/pod/SNMP::Info#EXTENDING-SNMP::INFO + - for netdisco-mibs see: + -> https://github.com/netdisco/netdisco-mibs/wiki FAQ: - Do I have to update the version number and timestamp in modified files before committing?