diff --git a/contrib/gitian-descriptors/README.md b/contrib/gitian-descriptors/README.md index 1084cb070..babb28b08 100644 --- a/contrib/gitian-descriptors/README.md +++ b/contrib/gitian-descriptors/README.md @@ -20,7 +20,7 @@ Sanity checks: Once you've got the right hardware and software: - git clone git://github.com/dash/dash.git + git clone git://github.com/darkcoin/darkcoin.git git clone git://github.com/devrandom/gitian-builder.git mkdir gitian-builder/inputs cd gitian-builder/inputs @@ -63,5 +63,5 @@ Here's a description of Gavin's setup on OSX 10.6: 5. Still inside Ubuntu, tell gitian-builder to use LXC, then follow the "Once you've got the right hardware and software" instructions above: export USE_LXC=1 - git clone git://github.com/dash/dash.git + git clone git://github.com/darkcoin/darkcoin.git ... etc diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index fad9f38d5..53b0663f8 100755 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -22,7 +22,7 @@ packages: - "libqt4-test" reference_datetime: "2014-01-10 00:00:00" remotes: -- "url": "https://github.com/dash/dash.git" +- "url": "https://github.com/darkcoin/darkcoin.git" "dir": "dash" files: - "bitcoin-deps-linux32-gitian-r9.zip" diff --git a/contrib/gitian-descriptors/gitian-osx-dash.yml b/contrib/gitian-descriptors/gitian-osx-dash.yml index ba95a4a84..6228b6a8d 100755 --- a/contrib/gitian-descriptors/gitian-osx-dash.yml +++ b/contrib/gitian-descriptors/gitian-osx-dash.yml @@ -14,7 +14,7 @@ packages: reference_datetime: "2014-01-10 00:00:00" remotes: -- "url": "https://github.com/dash/dash.git" +- "url": "https://github.com/darkcoin/darkcoin.git" "dir": "dash" files: - "osx-native-depends-r3.tar.gz" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index 4c82d5c97..e34447f34 100755 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -19,7 +19,7 @@ packages: reference_datetime: "2014-01-10 00:00:00" remotes: -- "url": "https://github.com/dash/dash.git" +- "url": "https://github.com/darkcoin/darkcoin.git" "dir": "dash" files: - "qt-win32-5.2.0-gitian-r3.zip" diff --git a/doc/build-osx.md b/doc/build-osx.md index ed522d6f9..b46e5190e 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -82,7 +82,7 @@ After exiting, you'll get a warning that the install is keg-only, which means it 1. Clone the github tree to get the source code and go into the directory. - git clone https://github.com/dash/dash.git + git clone https://github.com/darkcoin/darkcoin.git cd dash 2. Build dashd: diff --git a/doc/guide-startmany.md b/doc/guide-startmany.md index 1d49f23a5..322fec1dc 100644 --- a/doc/guide-startmany.md +++ b/doc/guide-startmany.md @@ -95,7 +95,7 @@ Issue the following: Make note of the hash (which is your collaterla_output) and index. ### Enter your MasterNode details into your masternode.conf file -[From the dash github repo](https://github.com/dash/dash/blob/master/doc/masternode_conf.md) +[From the dash github repo](https://github.com/darkcoin/darkcoin/blob/master/doc/masternode_conf.md) The new masternode.conf format consists of a space seperated text file. Each line consisting of an alias, IP address followed by port, masternode private key, collateral output transaction id and collateral output index, donation address and donation percentage (the latter two are optional and should be in format "address:percentage"). diff --git a/doc/release-notes/release-notes-0.11.2.md b/doc/release-notes/release-notes-0.11.2.md index b996b9f6d..a2323cc07 100644 --- a/doc/release-notes/release-notes-0.11.2.md +++ b/doc/release-notes/release-notes-0.11.2.md @@ -10,7 +10,7 @@ Dash Core version 0.11.2 is now available from: Please report bugs using the issue tracker at github: - https://github.com/dash/dash/issues + https://github.com/darkcoin/darkcoin/issues Mining and relay policy enhancements