diff --git a/docs/installation.md b/docs/installation.md index be346b8..0f1cf84 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -13,7 +13,7 @@ Before you begin, ensure you have the following installed: ## Step 1: Clone the Repository ```bash -git clone https://git.ourworld.tf/herocode/rweb_starterkit +git clone https://git.threefold.info/herocode/rweb_starterkit cd rweb_starterkit ``` diff --git a/src/views/home/about.html b/src/views/home/about.html index ef9d450..24d22ee 100644 --- a/src/views/home/about.html +++ b/src/views/home/about.html @@ -44,7 +44,7 @@ hostbasket/
To get started with Hostbasket, check out the GitHub repository.
+ href="https://git.threefold.info/herocode/rweb_starterkit">GitHub repository. diff --git a/start.sh b/start.sh index 0a8de12..4b62aa2 100755 --- a/start.sh +++ b/start.sh @@ -6,5 +6,5 @@ cd "$(dirname "$0")" export SECRET_KEY=1234 export GITEA_CLIENT_ID="" export GITEA_CLIENT_SECRET="" -export GITEA_INSTANCE_URL="https://git.ourworld.tf" +export GITEA_INSTANCE_URL="https://git.threefold.info" cargo run diff --git a/start_with_gitea.sh b/start_with_gitea.sh index efd1f0a..2eff3b4 100755 --- a/start_with_gitea.sh +++ b/start_with_gitea.sh @@ -5,6 +5,6 @@ cd "$(dirname "$0")" export GITEA_CLIENT_ID="9f409b35-6258-4ac3-8370-05adc187c1f5" export GITEA_CLIENT_SECRET="gto_4s77ae33m5ernlf2423wx6wjyyqatqoe567rym7fcu3sqmu5azea" -export GITEA_INSTANCE_URL="https://git.ourworld.tf" +export GITEA_INSTANCE_URL="https://git.threefold.info" export APP_URL="http://localhost:9999" cargo run