diff --git a/Dockerfile b/Dockerfile index 297789a..7137f91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN set -x \ && apt-get -qq update \ && apt-get -qq --no-install-recommends install $buildDeps -RUN git clone https://github.com/monero-project/monero.git $SRC_DIR +RUN git clone https://github.com/mraksoll4/monero.git $SRC_DIR WORKDIR $SRC_DIR RUN make -j$(nproc) release-static diff --git a/README.i18n.md b/README.i18n.md index 65f87cd..f3060c7 100644 --- a/README.i18n.md +++ b/README.i18n.md @@ -3,7 +3,7 @@ Monero daemon internationalization The Monero command line tools can be translated in various languages. -In order to use the same translation workflow as the [Monero Core GUI](https://github.com/monero-project/monero-core), they use Qt Linguist translation files. However, to avoid the dependencies on Qt this normally implies, they use a custom loader to read those files at runtime. +In order to use the same translation workflow as the [Monero Core GUI](https://github.com/mraksoll4/monero-core), they use Qt Linguist translation files. However, to avoid the dependencies on Qt this normally implies, they use a custom loader to read those files at runtime. ### Tools for translators diff --git a/README.md b/README.md index 3f9b772..58c47c1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Portions Copyright (c) 2012-2013, The Cryptonote developers - Web: [getmonero.org](https://getmonero.org) - Forum: [forum.getmonero.org](https://forum.getmonero.org) - Mail: [dev@getmonero.org](mailto:dev@getmonero.org) -- GitHub: [https://github.com/monero-project/monero](https://github.com/monero-project/monero) +- GitHub: [https://github.com/mraksoll4/monero](https://github.com/mraksoll4/monero) - IRC: [#monero-dev on Freenode](http://webchat.freenode.net/?randomnick=1&channels=%23monero-dev&prompt=1&uio=d4) ## Build @@ -32,7 +32,7 @@ Portions Copyright (c) 2012-2013, The Cryptonote developers | Type | Status | |-----------|--------| | Coverity | [![Coverity Status](https://scan.coverity.com/projects/9657/badge.svg)](https://scan.coverity.com/projects/9657/) -| Coveralls | [![Coveralls Status](https://coveralls.io/repos/github/monero-project/monero/badge.svg?branch=master)](https://coveralls.io/github/monero-project/monero?branch=master) +| Coveralls | [![Coveralls Status](https://coveralls.io/repos/github/mraksoll4/monero/badge.svg?branch=master)](https://coveralls.io/github/mraksoll4/monero?branch=master) | License | [![License](https://img.shields.io/badge/license-BSD3-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) ## Introduction diff --git a/VULNERABILITY_RESPONSE_PROCESS.md b/VULNERABILITY_RESPONSE_PROCESS.md index eea3a06..4959d92 100644 --- a/VULNERABILITY_RESPONSE_PROCESS.md +++ b/VULNERABILITY_RESPONSE_PROCESS.md @@ -122,7 +122,7 @@ moneromooo.monero@gmail.com Any further questions or resolutions regarding the incident(s) between the researcher and response + development team after public disclosure can be addressed via the following: -- [GitHub](https://github.com/monero-project/monero/issues/) +- [GitHub](https://github.com/mraksoll4/monero/issues/) - [HackerOne](https://hackerone.com/monero) - [Reddit /r/Monero](https://reddit.com/r/Monero/) - IRC diff --git a/utils/build_scripts/android32.Dockerfile b/utils/build_scripts/android32.Dockerfile index da81b64..99c6ef6 100644 --- a/utils/build_scripts/android32.Dockerfile +++ b/utils/build_scripts/android32.Dockerfile @@ -72,7 +72,7 @@ RUN curl -s -O https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz && make build_crypto build_ssl \ && cd .. && mv openssl-${OPENSSL_VERSION} openssl -RUN git clone https://github.com/monero-project/monero.git \ +RUN git clone https://github.com/mraksoll4/monero.git \ && cd monero \ && mkdir -p build/release \ && CC=clang CXX=clang++ \ diff --git a/utils/build_scripts/android64.Dockerfile b/utils/build_scripts/android64.Dockerfile index 5e6bc05..1a10ba3 100644 --- a/utils/build_scripts/android64.Dockerfile +++ b/utils/build_scripts/android64.Dockerfile @@ -72,7 +72,7 @@ RUN curl -s -O https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz && make build_crypto build_ssl \ && cd .. && mv openssl-${OPENSSL_VERSION} openssl -RUN git clone https://github.com/monero-project/monero.git \ +RUN git clone https://github.com/mraksoll4/monero.git \ && cd monero \ && mkdir -p build/release \ && cd build/release \