mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Repository Move: Manually Update URIs
This commit is contained in:
parent
b347044eb2
commit
5e7dbab508
3 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||

|
||||

|
||||
|
||||
## How To Participate
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
|
|
@ -108,7 +108,7 @@ module Jekyll
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue