From 03a30d3d5281ac6bf79f48df088b3204988ff267 Mon Sep 17 00:00:00 2001 From: Tobias Hahnen Date: Mon, 25 Nov 2024 16:42:03 +0100 Subject: [PATCH] SLE-988: Update links to the documentation The user facing links to the SonarQube for IDE: Eclipse documentation are updated. --- README.md | 2 +- .../eclipse/core/documentation/SonarLintDocumentation.java | 2 +- org.sonarlint.eclipse.feature/feature.properties | 2 +- org.sonarlint.eclipse.feature/feature.xml | 4 ++-- org.sonarlint.eclipse.site/category.xml | 2 +- org.sonarlint.eclipse.ui/about.properties | 2 +- .../intro/tutorialsExtensionContent.xml | 6 +++--- pom.xml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index dccc0bbdd..8866da232 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ SonarQube for IDE: Eclipse helps you deliver [Clean Code](https://www.sonarsourc Installing and using -------------------- -See https://docs.sonarsource.com/sonarlint/eclipse/getting-started/installation/ and https://marketplace.eclipse.org/content/sonarlint +See https://docs.sonarsource.com/sonarqube-for-ide/eclipse/getting-started/installation/ and https://marketplace.eclipse.org/content/sonarlint For offline installation and older versions see the update site archive at https://binaries.sonarsource.com/?prefix=SonarLint-for-Eclipse/releases/ diff --git a/org.sonarlint.eclipse.core/src/org/sonarlint/eclipse/core/documentation/SonarLintDocumentation.java b/org.sonarlint.eclipse.core/src/org/sonarlint/eclipse/core/documentation/SonarLintDocumentation.java index 18829228b..a8645b1f7 100644 --- a/org.sonarlint.eclipse.core/src/org/sonarlint/eclipse/core/documentation/SonarLintDocumentation.java +++ b/org.sonarlint.eclipse.core/src/org/sonarlint/eclipse/core/documentation/SonarLintDocumentation.java @@ -21,7 +21,7 @@ public class SonarLintDocumentation { - private static final String BASE_DOCS_URL = "https://docs.sonarsource.com/sonarlint/eclipse"; + private static final String BASE_DOCS_URL = "https://docs.sonarsource.com/sonarqube-for-ide/eclipse"; public static final String CLEAN_AS_YOU_CODE = BASE_DOCS_URL + "/clean-as-you-code-in-the-ide"; public static final String CONNECTED_MODE_LINK = BASE_DOCS_URL + "/team-features/connected-mode/"; public static final String CONNECTED_MODE_BENEFITS = CONNECTED_MODE_LINK + "#benefits"; diff --git a/org.sonarlint.eclipse.feature/feature.properties b/org.sonarlint.eclipse.feature/feature.properties index 61e79413e..8b997cf86 100644 --- a/org.sonarlint.eclipse.feature/feature.properties +++ b/org.sonarlint.eclipse.feature/feature.properties @@ -10,4 +10,4 @@ Copyright 2015-2024 SonarSource S.A, Switzerland. license=\ Licensed under the GNU Lesser General Public License, Version 3.0\n\ \n\ -Visit https://docs.sonarsource.com/sonarlint/eclipse/license/ +Visit https://docs.sonarsource.com/sonarqube-for-ide/eclipse/license/ diff --git a/org.sonarlint.eclipse.feature/feature.xml b/org.sonarlint.eclipse.feature/feature.xml index ded6a01fd..fbfef96aa 100644 --- a/org.sonarlint.eclipse.feature/feature.xml +++ b/org.sonarlint.eclipse.feature/feature.xml @@ -6,11 +6,11 @@ provider-name="%provider_name" plugin="org.sonarlint.eclipse.ui"> - + %description - + %copyright diff --git a/org.sonarlint.eclipse.site/category.xml b/org.sonarlint.eclipse.site/category.xml index 358103cb3..4b8342ce1 100644 --- a/org.sonarlint.eclipse.site/category.xml +++ b/org.sonarlint.eclipse.site/category.xml @@ -1,6 +1,6 @@ - + SonarLint for Eclipse diff --git a/org.sonarlint.eclipse.ui/about.properties b/org.sonarlint.eclipse.ui/about.properties index 003056d43..915da1055 100644 --- a/org.sonarlint.eclipse.ui/about.properties +++ b/org.sonarlint.eclipse.ui/about.properties @@ -5,4 +5,4 @@ featureText=SonarLint for Eclipse\n\ Copyright 2015-2024 SonarSource S.A, Switzerland.\n\ Licensed under the GNU Lesser General Public License, Version 3.0\n\ \n\ - Visit https://docs.sonarsource.com/sonarlint/eclipse/license/\n\ + Visit https://docs.sonarsource.com/sonarqube-for-ide/eclipse/license/\n\ diff --git a/org.sonarlint.eclipse.ui/intro/tutorialsExtensionContent.xml b/org.sonarlint.eclipse.ui/intro/tutorialsExtensionContent.xml index 6a4bbc2fd..0b14b9c79 100644 --- a/org.sonarlint.eclipse.ui/intro/tutorialsExtensionContent.xml +++ b/org.sonarlint.eclipse.ui/intro/tutorialsExtensionContent.xml @@ -9,7 +9,7 @@ Learn how to investigate issues found by SonarQube for Eclipse @@ -17,7 +17,7 @@ Learn how to leverage Connected Mode to bring even more benefits to your experience @@ -25,7 +25,7 @@ Learn how to troubleshoot issues related to SonarQube for Eclipse diff --git a/pom.xml b/pom.xml index e693358c3..dd5cfa08c 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ SonarLint for Eclipse - https://docs.sonarsource.com/sonarlint/eclipse + https://docs.sonarsource.com/sonarqube-for-ide/eclipse 2015 SonarSource