forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix various hardwired links to point to pantsbuild.org.
In particular, make this the canonical domain for Google indexing purposes. Note: does not modify cheeseshop links or the install script download link. Testing Done: CI here: https://travis-ci.org/pantsbuild/pants/builds/127120339 Reviewed at https://rbcommons.com/s/twitter/r/3805/
- Loading branch information
Showing
11 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Contributing | ||
|
||
Pants Developer Center: http://pantsbuild.github.io/dev.html (hacking on Pants itself) | ||
Pants Developer Center: http://pantsbuild.org/dev.html (hacking on Pants itself) | ||
|
||
Pants Contributors Guide: http://pantsbuild.github.io/howto_contribute.html (interact with pantsbuild community) | ||
Pants Contributors Guide: http://pantsbuild.org/howto_contribute.html (interact with pantsbuild community) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[Pants documentation](http://pantsbuild.github.io/) has moved... | ||
[Pants documentation](http://pantsbuild.org/) has moved... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/src/python/pants/backend/ | ||
|
||
Some Pants functionality can live in "plugins", as described at, | ||
http://pantsbuild.github.io/howto_plugin.html . This code defines plugins normally built into | ||
http://pantsbuild.org/howto_plugin.html . This code defines plugins normally built into | ||
Pants itself. Most of the Pants code lives here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[Pants documentation](http://pantsbuild.github.io/python-readme.html) has moved... | ||
[Pants documentation](http://pantsbuild.org/python-readme.html) has moved... |