From b1129b15ffad601a18ff4ac83130a71f5de64e43 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Wed, 11 Nov 2015 13:34:13 -0800 Subject: [PATCH] drop more references to github/martine --- README | 6 +++--- RELEASING | 4 ++-- doc/manual.asciidoc | 1 - 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 Introduction -- 2.7.4