Skip to content

Commit

Permalink
fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
motty committed Mar 7, 2019
1 parent 482f5cd commit d57193e
Show file tree
Hide file tree
Showing 127 changed files with 454 additions and 454 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
@@ -1,8 +1,8 @@
<!-- This issue tracker is only for technical issues related to Fujicoin Core.
General fujicoin questions and/or support requests are best directed to the Fujicoin StackExchange at https://fujicoin.stackexchange.com.
General fujicoin questions and/or support requests are best directed to the Fujicoin StackExchange at https://bitcoin.stackexchange.com.
For reporting security issues, please read instructions at https://fujicoincore.org/en/contact/.
For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.
If the node is "stuck" during sync or giving "block checksum mismatch" errors, please ensure your hardware is stable by running memtest and observe CPU temperature with a load-test tool such as linpack before creating an issue! -->

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ env:
- CCACHE_COMPRESS=1
- CCACHE_DIR=$HOME/.ccache
- BASE_OUTDIR=$TRAVIS_BUILD_DIR/out
- SDK_URL=https://fujicoincore.org/depends-sources/sdks
- SDK_URL=https://bitcoincore.org/depends-sources/sdks
- WINEDEBUG=fixme-all
- DOCKER_PACKAGES="build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git ca-certificates ccache"
before_install:
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -15,7 +15,7 @@ merging pull requests as well as a "lead maintainer" who is responsible for the
release cycle, overall merging, moderation and appointment of maintainers.

If you're looking for somewhere to start contributing, check out the
[good first issue](https://github.com/fujicoin/fujicoin/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
[good first issue](https://github.com/bitcoin/bitcoin/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
list.

Communication Channels
Expand All @@ -25,13 +25,13 @@ Most communication about Fujicoin Core development happens on IRC, in the
#fujicoin-core-dev channel on Freenode. The easiest way to participate on IRC is
with the web client, [webchat.freenode.net](https://webchat.freenode.net/). Chat
history logs can be found
on [botbot.me](https://botbot.me/freenode/fujicoin-core-dev/).
on [botbot.me](https://botbot.me/freenode/bitcoin-core-dev/).

Discussion about code base improvements happens in GitHub issues and on pull
requests.

The developer
[mailing list](https://lists.linuxfoundation.org/mailman/listinfo/fujicoin-dev)
[mailing list](https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev)
should be used to discuss complicated or controversial changes before working on
a patch set.

Expand Down Expand Up @@ -103,7 +103,7 @@ Examples:
Trivial: Fix typo in init.cpp

Note that translations should not be submitted as pull requests, please see
[Translation Process](https://github.com/fujicoin/fujicoin/blob/master/doc/translation_process.md)
[Translation Process](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md)
for more information on helping with translations.

If a pull request is not to be considered for merging (yet), please
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -3,7 +3,7 @@ Fujicoin Core integration/staging tree

[![Build Status](https://travis-ci.org/fujicoin/fujicoin.svg?branch=master)](https://travis-ci.org/fujicoin/fujicoin)

https://fujicoincore.org
https://bitcoincore.org

What is Fujicoin?
----------------
Expand All @@ -15,8 +15,8 @@ out collectively by the network. Fujicoin Core is the name of open source
software which enables the use of this currency.

For more information, as well as an immediately useable, binary version of
the Fujicoin Core software, see https://fujicoincore.org/en/download/, or read the
[original whitepaper](https://fujicoincore.org/fujicoin.pdf).
the Fujicoin Core software, see https://bitcoincore.org/en/download/, or read the
[original whitepaper](https://bitcoincore.org/fujicoin.pdf).

License
-------
Expand Down Expand Up @@ -65,7 +65,7 @@ Translations
------------

Changes to translations as well as new translations can be submitted to
[Fujicoin Core's Transifex page](https://www.transifex.com/projects/p/fujicoin/).
[Fujicoin Core's Transifex page](https://www.transifex.com/projects/p/bitcoin/).

Translations are periodically pulled from Transifex and merged into the git repository. See the
[translation process](doc/translation_process.md) for details on how this works.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -8,7 +8,7 @@ define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Fujicoin Core]])
AC_INIT([Fujicoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/fujicoin/fujicoin/issues],[fujicoin],[https://fujicoincore.org/])
AC_INIT([Fujicoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/fujicoin/fujicoin/issues],[fujicoin],[https://www.fujicoin.org/])
AC_CONFIG_SRCDIR([src/validation.cpp])
AC_CONFIG_HEADERS([src/config/fujicoin-config.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down Expand Up @@ -83,7 +83,7 @@ AC_PATH_TOOL(RANLIB, ranlib)
AC_PATH_TOOL(STRIP, strip)
AC_PATH_TOOL(GCOV, gcov)
AC_PATH_PROG(LCOV, lcov)
dnl Python 3.x is supported from 3.4 on (see https://github.com/fujicoin/fujicoin/issues/7893)
dnl Python 3.x is supported from 3.4 on (see https://github.com/bitcoin/bitcoin/issues/7893)
AC_PATH_PROGS([PYTHON], [python3.7 python3.6 python3.5 python3.4 python3 python])
AC_PATH_PROG(GENHTML, genhtml)
AC_PATH_PROG([GIT], [git])
Expand Down
4 changes: 2 additions & 2 deletions contrib/README.md
Expand Up @@ -24,10 +24,10 @@ Build Tools and Keys
### Packaging ###
The [Debian](/contrib/debian) subfolder contains the copyright file.

All other packaging related files can be found in the [fujicoin-core/packaging](https://github.com/fujicoin-core/packaging) repository.
All other packaging related files can be found in the [fujicoin-core/packaging](https://github.com/bitcoin-core/packaging) repository.

### [Gitian-descriptors](/contrib/gitian-descriptors) ###
Files used during the gitian build process. For more information about gitian, see the [the Fujicoin Core documentation repository](https://github.com/fujicoin-core/docs).
Files used during the gitian build process. For more information about gitian, see the [the Fujicoin Core documentation repository](https://github.com/bitcoin-core/docs).

### [Gitian-keys](/contrib/gitian-keys)
PGP keys used for signing Fujicoin Core [Gitian release](/doc/release-process.md) results.
Expand Down
2 changes: 1 addition & 1 deletion contrib/debian/copyright
Expand Up @@ -91,7 +91,7 @@ Files: src/qt/res/icons/about.png
src/qt/res/src/fujicoin.svg
Copyright: Bitboy, Jonas Schnelli
License: public-domain
Comment: Site: https://fujicointalk.org/?topic=1756.0
Comment: Site: https://bitcointalk.org/?topic=644601

Files: src/qt/res/icons/proxy.png
src/qt/res/src/proxy.svg
Expand Down
6 changes: 3 additions & 3 deletions contrib/gitian-build.py
Expand Up @@ -23,9 +23,9 @@ def setup():
programs += ['lxc', 'debootstrap']
subprocess.check_call(['sudo', 'apt-get', 'install', '-qq'] + programs)
if not os.path.isdir('gitian.sigs'):
subprocess.check_call(['git', 'clone', 'https://github.com/fujicoin-core/gitian.sigs.git'])
subprocess.check_call(['git', 'clone', 'https://github.com/bitcoin-core/gitian.sigs.git'])
if not os.path.isdir('fujicoin-detached-sigs'):
subprocess.check_call(['git', 'clone', 'https://github.com/fujicoin-core/fujicoin-detached-sigs.git'])
subprocess.check_call(['git', 'clone', 'https://github.com/bitcoin-core/bitcoin-detached-sigs.git'])
if not os.path.isdir('gitian-builder'):
subprocess.check_call(['git', 'clone', 'https://github.com/devrandom/gitian-builder.git'])
if not os.path.isdir('fujicoin'):
Expand All @@ -52,7 +52,7 @@ def build():
os.makedirs('inputs', exist_ok=True)

subprocess.check_call(['wget', '-N', '-P', 'inputs', 'http://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz'])
subprocess.check_call(['wget', '-N', '-P', 'inputs', 'https://fujicoincore.org/cfields/osslsigncode-Backports-to-1.7.1.patch'])
subprocess.check_call(['wget', '-N', '-P', 'inputs', 'https://bitcoincore.org/cfields/osslsigncode-Backports-to-1.7.1.patch'])
subprocess.check_call(['make', '-C', '../fujicoin/depends', 'download', 'SOURCES_PATH=' + os.getcwd() + '/cache/common'])

if args.linux:
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx-signer.yml
Expand Up @@ -7,7 +7,7 @@ architectures:
packages:
- "faketime"
remotes:
- "url": "https://github.com/fujicoin-core/fujicoin-detached-sigs.git"
- "url": "https://github.com/bitcoin-core/bitcoin-detached-sigs.git"
"dir": "signature"
files:
- "fujicoin-osx-unsigned.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win-signer.yml
Expand Up @@ -9,7 +9,7 @@ packages:
- "libssl1.0-dev"
- "autoconf"
remotes:
- "url": "https://github.com/fujicoin-core/fujicoin-detached-sigs.git"
- "url": "https://github.com/bitcoin-core/bitcoin-detached-sigs.git"
"dir": "signature"
files:
- "osslsigncode-1.7.1.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Expand Up @@ -74,7 +74,7 @@ script: |
function create_per-host_linker_wrapper {
# This is only needed for trusty, as the mingw linker leaks a few bytes of
# heap, causing non-determinism. See discussion in https://github.com/fujicoin/fujicoin/pull/6900
# heap, causing non-determinism. See discussion in https://github.com/bitcoin/bitcoin/pull/6900
for i in $HOSTS; do
mkdir -p ${WRAP_DIR}/${i}
for prog in collect2; do
Expand Down
2 changes: 1 addition & 1 deletion contrib/testgen/base58.py
Expand Up @@ -4,7 +4,7 @@
'''
Fujicoin base58 encoding and decoding.
Based on https://fujicointalk.org/index.php?topic=1026.0 (public domain)
Based on https://bitcointalk.org/index.php?topic=1026.0 (public domain)
'''
import hashlib

Expand Down
8 changes: 4 additions & 4 deletions contrib/verifybinaries/verify.sh
Expand Up @@ -4,7 +4,7 @@
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

### This script attempts to download the signature file SHA256SUMS.asc from
### fujicoincore.org and fujicoin.org and compares them.
### bitcoincore.org and fujicoin.org and compares them.
### It first checks if the signature passes, and then downloads the files specified in
### the file, and checks if the hashes of these files match those that are specified
### in the signature file.
Expand All @@ -24,7 +24,7 @@ TMPFILE="hashes.tmp"

SIGNATUREFILENAME="SHA256SUMS.asc"
RCSUBDIR="test"
HOST1="https://fujicoincore.org"
HOST1="https://bitcoincore.org"
HOST2="https://fujicoin.org"
BASEDIR="/bin/"
VERSIONPREFIX="fujicoin-core-"
Expand Down Expand Up @@ -96,7 +96,7 @@ fi

WGETOUT=$(wget -N -O "$SIGNATUREFILENAME.2" "$HOST2$BASEDIR$SIGNATUREFILENAME" 2>&1)
if [ $? -ne 0 ]; then
echo "fujicoin.org failed to provide signature file, but fujicoincore.org did?"
echo "fujicoin.org failed to provide signature file, but bitcoincore.org did?"
echo "wget output:"
echo "$WGETOUT"|sed 's/^/\t/g'
clean_up $SIGNATUREFILENAME
Expand All @@ -105,7 +105,7 @@ fi

SIGFILEDIFFS="$(diff $SIGNATUREFILENAME $SIGNATUREFILENAME.2)"
if [ "$SIGFILEDIFFS" != "" ]; then
echo "fujicoin.org and fujicoincore.org signature files were not equal?"
echo "fujicoin.org and bitcoincore.org signature files were not equal?"
clean_up $SIGNATUREFILENAME $SIGNATUREFILENAME.2
exit 4
fi
Expand Down
2 changes: 1 addition & 1 deletion contrib/zmq/zmq_sub.py
Expand Up @@ -19,7 +19,7 @@
alternative is to wrap the contents of `handle` inside `while True`.
A blocking example using python 2.7 can be obtained from the git history:
https://github.com/fujicoin/fujicoin/blob/37a7fe9e440b83e2364d5498931253937abe9294/contrib/zmq/zmq_sub.py
https://github.com/bitcoin/bitcoin/blob/37a7fe9e440b83e2364d5498931253937abe9294/contrib/zmq/zmq_sub.py
"""

import binascii
Expand Down
2 changes: 1 addition & 1 deletion contrib/zmq/zmq_sub3.4.py
Expand Up @@ -23,7 +23,7 @@
and `await` keywords respectively.
A blocking example using python 2.7 can be obtained from the git history:
https://github.com/fujicoin/fujicoin/blob/37a7fe9e440b83e2364d5498931253937abe9294/contrib/zmq/zmq_sub.py
https://github.com/bitcoin/bitcoin/blob/37a7fe9e440b83e2364d5498931253937abe9294/contrib/zmq/zmq_sub.py
"""

import binascii
Expand Down
2 changes: 1 addition & 1 deletion depends/Makefile
Expand Up @@ -7,7 +7,7 @@ SDK_PATH ?= $(BASEDIR)/SDKs
NO_QT ?=
NO_WALLET ?=
NO_UPNP ?=
FALLBACK_DOWNLOAD_PATH ?= https://fujicoincore.org/depends-sources
FALLBACK_DOWNLOAD_PATH ?= https://bitcoincore.org/depends-sources

BUILD = $(shell ./config.guess)
HOST ?= $(BUILD)
Expand Down
2 changes: 1 addition & 1 deletion depends/README.md
Expand Up @@ -49,7 +49,7 @@ For linux RISC-V 64-bit cross compilation (there are no packages for 32-bit):

sudo apt-get install curl g++-riscv64-linux-gnu binutils-riscv64-linux-gnu

RISC-V known issue: gcc-7.3.0 and gcc-7.3.1 result in a broken `test_fujicoin` executable (see https://github.com/fujicoin/fujicoin/pull/13543),
RISC-V known issue: gcc-7.3.0 and gcc-7.3.1 result in a broken `test_fujicoin` executable (see https://github.com/bitcoin/bitcoin/pull/13543),
this is apparently fixed in gcc-8.1.0.

Dependency Options:
Expand Down
12 changes: 6 additions & 6 deletions doc/README.md
Expand Up @@ -5,7 +5,7 @@ Setup
---------------------
Fujicoin Core is the original Fujicoin client and it builds the backbone of the network. It downloads and, by default, stores the entire history of Fujicoin transactions (which is currently more than 100 GBs); depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more.

To download Fujicoin Core, visit [fujicoincore.org](https://fujicoincore.org/en/releases/).
To download Fujicoin Core, visit [bitcoincore.org](https://bitcoincore.org/en/releases/).

Running
---------------------
Expand All @@ -28,10 +28,10 @@ Drag Fujicoin Core to your applications folder, and then run Fujicoin Core.

### Need Help?

* See the documentation at the [Fujicoin Wiki](https://en.fujicoin.it/wiki/Main_Page)
* See the documentation at the [Fujicoin Wiki](https://en.bitcoin.it/wiki/Main_Page)
for help and more information.
* Ask for help on [#fujicoin](http://webchat.freenode.net?channels=fujicoin) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net?channels=fujicoin).
* Ask for help on the [FujicoinTalk](https://fujicointalk.org/) forums, in the [Technical Support board](https://fujicointalk.org/index.php?board=4.0).
* Ask for help on [#fujicoin](http://webchat.freenode.net?channels=bitcoin) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net?channels=bitcoin).
* Ask for help on the [FujicoinTalk](https://bitcointalk.org/) forums, in the [Technical Support board](https://bitcointalk.org/index.php?board=4.0).

Building
---------------------
Expand All @@ -52,7 +52,7 @@ The Fujicoin repo's [root README](/README.md) contains relevant information on t
- [Developer Notes](developer-notes.md)
- [Release Notes](release-notes.md)
- [Release Process](release-process.md)
- [Source Code Documentation (External Link)](https://dev.visucore.com/fujicoin/doxygen/)
- [Source Code Documentation (External Link)](https://dev.visucore.com/bitcoin/doxygen/)
- [Translation Process](translation_process.md)
- [Translation Strings Policy](translation_strings_policy.md)
- [Travis CI](travis-ci.md)
Expand All @@ -63,7 +63,7 @@ The Fujicoin repo's [root README](/README.md) contains relevant information on t
- [Benchmarking](benchmarking.md)

### Resources
* Discuss on the [FujicoinTalk](https://fujicointalk.org/) forums, in the [Development & Technical Discussion board](https://fujicointalk.org/index.php?board=6.0).
* Discuss on the [FujicoinTalk](https://bitcointalk.org/) forums, in the [Development & Technical Discussion board](https://bitcointalk.org/index.php?board=6.0).
* Discuss project-specific development on #fujicoin-core-dev on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=fujicoin-core-dev).
* Discuss general Fujicoin development on #fujicoin-dev on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=fujicoin-dev).

Expand Down
2 changes: 1 addition & 1 deletion doc/README_osx.md
Expand Up @@ -92,6 +92,6 @@ build process to remain somewhat deterministic. Here's how it works:
that have been previously (deterministically) built in order to create a
final dmg.
- The Apple keyholder uses this unsigned app to create a detached signature,
using the script that is also included there. Detached signatures are available from this [repository](https://github.com/fujicoin-core/fujicoin-detached-sigs).
using the script that is also included there. Detached signatures are available from this [repository](https://github.com/bitcoin-core/bitcoin-detached-sigs).
- Builders feed the unsigned app + detached signature back into Gitian. It
uses the pre-built tools to recombine the pieces into a deterministic dmg.
2 changes: 1 addition & 1 deletion doc/README_windows.txt
Expand Up @@ -19,5 +19,5 @@ depending on the speed of your computer and network connection, the synchronizat
process can take anywhere from a few hours to a day or more.

See the fujicoin wiki at:
https://en.fujicoin.it/wiki/Main_Page
https://en.bitcoin.it/wiki/Main_Page
for more help and information.
2 changes: 1 addition & 1 deletion doc/REST-interface.md
Expand Up @@ -54,7 +54,7 @@ Only supports JSON as output format.

The getutxo command allows querying of the UTXO set given a set of outpoints.
See BIP64 for input and output serialisation:
https://github.com/fujicoin/bips/blob/master/bip-0064.mediawiki
https://github.com/bitcoin/bips/blob/master/bip-0064.mediawiki

Example:
```
Expand Down

0 comments on commit d57193e

Please sign in to comment.