From 7a0ad0ff21958924805cf8d0419d73a4e42d97d6 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 19 Feb 2018 11:18:57 -0500 Subject: [PATCH] sync README and DEVEL/Developer re: repositories --- DEVEL/Developer.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/DEVEL/Developer.txt b/DEVEL/Developer.txt index 1267ac073..334ac3d56 100644 --- a/DEVEL/Developer.txt +++ b/DEVEL/Developer.txt @@ -32,8 +32,11 @@ while. Please do not send save files, binary screen grabs, or other large things. ------------------------------------------------------------------------------ 2. git repositories -The public NetHack git repository is available (read-only) on SourceForge at: - git://git.code.sf.net/p/nethack/NHsource +A public repository of the latest NetHack code that we've made +available can be obtained via git from either of two locations: + https://github.com/NetHack/NetHack + or + https://sourceforge.net/p/nethack/NetHack/ XXX need to discuss what branches are available ------------------------------------------------------------------------------