drop more references to github/martine
authorEvan Martin <martine@danga.com>
Wed, 11 Nov 2015 21:34:13 +0000 (13:34 -0800)
committerEvan Martin <martine@danga.com>
Wed, 11 Nov 2015 21:34:24 +0000 (13:34 -0800)
README
RELEASING
doc/manual.asciidoc

diff --git a/README b/README
index 20630c4..59d7ff9 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,12 @@
 Ninja is a small build system with a focus on speed.
-http://martine.github.com/ninja/
+http://ninja-build.org/
 
-See the manual -- http://martine.github.com/ninja/manual.html or
+See the manual -- http://ninja-build.org/manual.html or
 doc/manual.asciidoc included in the distribution -- for background
 and more details.
 
 Binaries for Linux, Mac, and Windows are available at
-  https://github.com/martine/ninja/releases
+  https://github.com/ninja-build/ninja/releases
 Run './ninja -h' for Ninja help.
 
 To build your own binary, on many platforms it should be sufficient to
index 4d08253..20da5d9 100644 (file)
--- a/RELEASING
+++ b/RELEASING
@@ -17,14 +17,14 @@ Push new release branch:
 
 Release on github:
 1. https://github.com/blog/1547-release-your-software
-   Add binaries to https://github.com/martine/ninja/releases
+   Add binaries to https://github.com/ninja-build/ninja/releases
 
 Make announcement on mailing list:
 1. copy old mail
 
 Update website:
 1. Make sure your ninja checkout is on the v1.5.0 tag
-2. Clone https://github.com/martine/martine.github.io
+2. Clone https://github.com/ninja-build/ninja-build.github.io
 3. In that repo, `cd ninja && ./update-docs.sh`
 4. Update index.html with newest version and link to release notes
 5. git commit -m 'run update-docs.sh, 1.5.0 release'
index 47b7456..3c193f1 100644 (file)
@@ -1,6 +1,5 @@
 Ninja
 =====
-Evan Martin <martine@danga.com>
 
 
 Introduction