From 536da2b9decdf90adf123a6ce95f9787bdd6a335 Mon Sep 17 00:00:00 2001 From: Joshua Quek Date: Fri, 6 Feb 2026 00:14:57 +0800 Subject: [PATCH] fix readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c45ece57..981282b8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Edit `execute_full_migration.sh` and update these variables at the top: ```bash SONARQUBE_URL="http://localhost:9000" # Your SonarQube Server URL SONARQUBE_TOKEN="your-sonarqube-token-here" # Admin token for SonarQube -SONARCLOUD_URL="https://sonarcloud.io/" # SonarCloud URL (or https://sc-staging.io/) +SONARCLOUD_URL="https://sonarcloud.io/" # SonarCloud URL SONARCLOUD_TOKEN="your-sonarcloud-token-here" # Admin token for SonarCloud SONARCLOUD_ENTERPRISE_KEY="your-enterprise-key" # Your SonarCloud Enterprise key SONARCLOUD_ORG_KEY="your-target-org" # Target organization in SonarCloud @@ -197,8 +197,6 @@ If you hit rate limits: Visit your SonarCloud organization and verify all projects are present: ``` https://sonarcloud.io/organizations//projects -# Or for sc-staging.io: -https://sc-staging.io/organizations//projects ``` You can also verify via API: