diff --git a/Config/DynamicDNS/README.md b/Config/DynamicDNS/README.md index 98222ac..9231dfc 100644 --- a/Config/DynamicDNS/README.md +++ b/Config/DynamicDNS/README.md @@ -15,7 +15,7 @@ file always has the latest IP address. 1. Install this project. ``` - git clone https://github.com/Hyperling/docker $PROJECT_DIR + git clone https://git.hyperling.com/me/env-docker $PROJECT_DIR ``` 1. Add your user key to `$PROJECT_DIR/Config/DynamicDNS/private.key`. The key can diff --git a/Config/Hyperling.com/Dockerfile b/Config/Hyperling.com/Dockerfile index bda16db..9459726 100644 --- a/Config/Hyperling.com/Dockerfile +++ b/Config/Hyperling.com/Dockerfile @@ -17,7 +17,7 @@ RUN npm install # Install + Run Website CMD cd /var/www/api && \ rm -rfv pages main.js run.sh && \ - git clone https://github.com/Hyperling/Website website && \ + git clone https://git.hyperling.com/me/nodejs-website website && \ rm -rfv website/files && \ mv -v website/* ./ && \ rm -rfv website && \ diff --git a/README.md b/README.md index 439ea7e..291d81c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ apt install git bash Clone the project. You may choose anywhere, but `/opt/Docker` is recommended. ``` -git clone https://github.com/Hyperling/Docker /opt/Docker +git clone https://git.hyperling.com/me/env-docker /opt/Docker ``` Load the environment variables from wherever you chose to put the project.