Skip to content

Commit

Permalink
Repository Move: Manually Update URIs
Browse files Browse the repository at this point in the history
  • Loading branch information
harding committed Jun 23, 2015
1 parent b347044 commit 5e7dbab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
![Build Status](https://travis-ci.org/bitcoin/bitcoin.org.svg?branch=master)
![Build Status](https://travis-ci.org/bitcoin-dot-org/bitcoin.org.svg?branch=master)

## How To Participate

Expand Down Expand Up @@ -91,7 +91,7 @@ When submitting a pull request, please take required time to discuss your change
**Travis Continuous Integration (CI)**

Shortly after your Pull Request (PR) is submitted, a Travis CI job will
be added to [our queue](https://travis-ci.org/bitcoin/bitcoin.org). This
be added to [our queue](https://travis-ci.org/bitcoin-dot-org/bitcoin.org). This
will build the site and run some basic checks. If the job fails, you
will be emailed a link to the build log and the PR will indicate a
failed job. Read the build report and try to correct the problem---but
Expand All @@ -105,7 +105,7 @@ If you'd like to setup Travis on your own repository so you can test
builds before opening a pull request, it's really simple:

1. Make sure the master branch of your repository is up to date with the
bitcoin/bitcoin.org master branch.
bitcoin-dot-org/bitcoin.org master branch.

2. Open [this guide](http://docs.travis-ci.com/user/getting-started/)
and perform steps one, two, and four. (The other steps are already
Expand Down
2 changes: 1 addition & 1 deletion _plugins/contributors.rb
Expand Up @@ -108,7 +108,7 @@ def site_payload

# Populate site.corecontributors and site.sitecontributors arrays
site.corecontributors = contributors('bitcoin/bitcoin',site.config['aliases'])
site.sitecontributors = contributors('bitcoin/bitcoin.org',site.config['aliases'])
site.sitecontributors = contributors('bitcoin-dot-org/bitcoin.org',site.config['aliases'])

end

Expand Down
2 changes: 1 addition & 1 deletion _posts/2015-04-01-report-april-2015.md
Expand Up @@ -91,7 +91,7 @@ Firescar96, FrancisPouliot, gurnec, harding, larshesel, LinusU, louisjc,
luke-jr, muresanroland, pstratem, and saivann.

[HTML proofer]: https://github.com/gjtorikian/html-proofer
[Travis continuous integration (CI)]: https://travis-ci.org/bitcoin/bitcoin.org
[Travis continuous integration (CI)]: https://travis-ci.org/bitcoin-dot-org/bitcoin.org
[Garen Torikian]: https://github.com/gjtorikian
[Choose Your Wallet]: /en/choose-your-wallet
[Transifex]: https://www.transifex.com/projects/p/bitcoinorg/
Expand Down

0 comments on commit 5e7dbab

Please sign in to comment.