Repository Move: Update Repository URLs

git ls-tree --full-tree -r HEAD \
  | sed 's/^.\{53\}//'          \
  | xargs sed -i 's^https://github.com/bitcoin/bitcoin.org^https://github.com/bitcoin-dot-org/bitcoin.org^g'
This commit is contained in:
David A. Harding 2015-06-23 09:08:40 -04:00
parent aa5d54fdaf
commit b347044eb2
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
41 changed files with 180 additions and 180 deletions

View file

@ -19,8 +19,8 @@ title: "Developer Examples - Bitcoin"
{:toc}
<ul class="goback"><li><a href="/en/developer-documentation">Return To Overview</a></li></ul>
<ul class="reportissue"><li><a href="https://github.com/bitcoin/bitcoin.org/issues/new" onmouseover="updateIssue(event);">Report An Issue</a></li></ul>
<ul class="editsource"><li><a href="https://github.com/bitcoin/bitcoin.org/tree/master/_includes" onmouseover="updateSource(event);">Edit On GitHub</a></li></ul>
<ul class="reportissue"><li><a href="https://github.com/bitcoin-dot-org/bitcoin.org/issues/new" onmouseover="updateIssue(event);">Report An Issue</a></li></ul>
<ul class="editsource"><li><a href="https://github.com/bitcoin-dot-org/bitcoin.org/tree/master/_includes" onmouseover="updateSource(event);">Edit On GitHub</a></li></ul>
</div></div>
<div markdown="1" class="toccontent">

View file

@ -83,7 +83,7 @@ page](/en/vocabulary).</span>
new term][] for the glossary!</span>
</div>
[suggest a new term]: https://github.com/bitcoin/bitcoin.org/issues/new?title=New%20glossary%20term%20suggestion:
[suggest a new term]: https://github.com/bitcoin-dot-org/bitcoin.org/issues/new?title=New%20glossary%20term%20suggestion:
{% include references.md %}
{{site.glossary_links}}
{% endcapture %}

View file

@ -19,8 +19,8 @@ title: "Developer Guide - Bitcoin"
{:toc}
<ul class="goback"><li><a href="/en/developer-documentation">Return To Overview</a></li></ul>
<ul class="reportissue"><li><a href="https://github.com/bitcoin/bitcoin.org/issues/new" onmouseover="updateIssue(event);">Report An Issue</a></li></ul>
<ul class="editsource"><li><a href="https://github.com/bitcoin/bitcoin.org/tree/master/_includes" onmouseover="updateSource(event);">Edit On GitHub</a></li></ul>
<ul class="reportissue"><li><a href="https://github.com/bitcoin-dot-org/bitcoin.org/issues/new" onmouseover="updateIssue(event);">Report An Issue</a></li></ul>
<ul class="editsource"><li><a href="https://github.com/bitcoin-dot-org/bitcoin.org/tree/master/_includes" onmouseover="updateSource(event);">Edit On GitHub</a></li></ul>
</div></div>

View file

@ -21,8 +21,8 @@ title: "Developer Reference - Bitcoin"
{:toc}
<ul class="goback"><li><a href="/en/developer-documentation">Return To Overview</a></li></ul>
<ul class="reportissue"><li><a href="https://github.com/bitcoin/bitcoin.org/issues/new" onmouseover="updateIssue(event);">Report An Issue</a></li></ul>
<ul class="editsource"><li><a href="https://github.com/bitcoin/bitcoin.org/tree/master/_includes" onmouseover="updateSource(event);">Edit On GitHub</a></li></ul>
<ul class="reportissue"><li><a href="https://github.com/bitcoin-dot-org/bitcoin.org/issues/new" onmouseover="updateIssue(event);">Report An Issue</a></li></ul>
<ul class="editsource"><li><a href="https://github.com/bitcoin-dot-org/bitcoin.org/tree/master/_includes" onmouseover="updateSource(event);">Edit On GitHub</a></li></ul>
</div></div>
<div markdown="1" class="toccontent">

View file

@ -93,8 +93,8 @@ Core running.
* Table of contents
{:toc}
<ul class="reportissue"><li><a href="https://github.com/bitcoin/bitcoin.org/issues/new">Report An Issue</a></li></ul>
<ul class="editsource"><li><a href="https://github.com/bitcoin/bitcoin.org/tree/master/en/full-node.md">Edit On GitHub</a></li></ul>
<ul class="reportissue"><li><a href="https://github.com/bitcoin-dot-org/bitcoin.org/issues/new">Report An Issue</a></li></ul>
<ul class="editsource"><li><a href="https://github.com/bitcoin-dot-org/bitcoin.org/tree/master/en/full-node.md">Edit On GitHub</a></li></ul>
</div></div>
<div markdown="1" class="toccontent">
@ -945,7 +945,7 @@ automatically started minimized in the task bar.
If you can provide instructions and screenshots for running the latest
version of Bitcoin Core daemon on Windows 7, please [open an
issue](https://github.com/bitcoin/bitcoin.org/issues/new) and we'll tell
issue](https://github.com/bitcoin-dot-org/bitcoin.org/issues/new) and we'll tell
you what we need. The instructions for [Windows
8.x](#win8-daemon) may already provide all the necessary information.
@ -956,7 +956,7 @@ you what we need. The instructions for [Windows
If you can provide instructions and screenshots for running the latest
version of Bitcoin Core on Mac OS X, please [open an
issue](https://github.com/bitcoin/bitcoin.org/issues/new) and we'll tell
issue](https://github.com/bitcoin-dot-org/bitcoin.org/issues/new) and we'll tell
you what we need.
@ -1190,7 +1190,7 @@ anything, search the web for help with "port forwarding", and ask for
help on sites like [SuperUser](http://superuser.com).
We can't provide direct support, but if you see a way to improve these
instructions, please [open an issue.](https://github.com/bitcoin/bitcoin.org/issues/new)
instructions, please [open an issue.](https://github.com/bitcoin-dot-org/bitcoin.org/issues/new)
#### Firewall Configuration
@ -1223,7 +1223,7 @@ web for help with "port forwarding" and "opening firewall ports", and
ask for help on sites like [SuperUser](http://superuser.com).
We can't provide direct support, but if you see a way to improve these
instructions, please [open an issue.](https://github.com/bitcoin/bitcoin.org/issues/new)
instructions, please [open an issue.](https://github.com/bitcoin-dot-org/bitcoin.org/issues/new)
</div>
<script>updateToc();</script>