summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2015-11-11 13:34:13 -0800
committerEvan Martin <martine@danga.com>2015-11-11 13:34:24 -0800
commitb1129b15ffad601a18ff4ac83130a71f5de64e43 (patch)
tree5f4ef70921e6594f78a68df35ff383aa175b5fb8
parent5e076f059383e5d3a5e5aa376240f6c82ca056ec (diff)
downloadninja-b1129b15ffad601a18ff4ac83130a71f5de64e43.tar.gz
drop more references to github/martine
-rw-r--r--README6
-rw-r--r--RELEASING4
-rw-r--r--doc/manual.asciidoc1
3 files changed, 5 insertions, 6 deletions
diff --git a/README b/README
index 20630c4..59d7ff9 100644
--- 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
diff --git a/RELEASING b/RELEASING
index 4d08253..20da5d9 100644
--- 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'
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index 47b7456..3c193f1 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -1,6 +1,5 @@
Ninja
=====
-Evan Martin <martine@danga.com>
Introduction