summaryrefslogtreecommitdiffstats
path: root/src/build.cc
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-11-11 19:53:15 (GMT)
committerNico Weber <nicolasweber@gmx.de>2015-11-11 19:53:15 (GMT)
commitc2307f92772a56818f7dc5e4b4fb03c26b4693c2 (patch)
treee12fc6ca880d33717257dff660c6589818cfd8b8 /src/build.cc
parent74a40291bb3b7d7ae1cda1b165acae28c41dc3bc (diff)
downloadNinja-c2307f92772a56818f7dc5e4b4fb03c26b4693c2.zip
Ninja-c2307f92772a56818f7dc5e4b4fb03c26b4693c2.tar.gz
Ninja-c2307f92772a56818f7dc5e4b4fb03c26b4693c2.tar.bz2
Make links point to org page
Diffstat (limited to 'src/build.cc')
-rw-r--r--src/build.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.cc b/src/build.cc
index e4820d0..b8c2560 100644
--- a/src/build.cc
+++ b/src/build.cc
@@ -362,7 +362,7 @@ void Plan::ScheduleWork(Edge* edge) {
if (pool->ShouldDelayEdge()) {
// The graph is not completely clean. Some Nodes have duplicate Out edges.
// We need to explicitly ignore these here, otherwise their work will get
- // scheduled twice (see https://github.com/martine/ninja/pull/519)
+ // scheduled twice (see https://github.com/ninja-build/ninja/pull/519)
if (ready_.count(edge)) {
return;
}