Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLE-988: Update links to the documentation #774

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.feature/feature.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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/
4 changes: 2 additions & 2 deletions org.sonarlint.eclipse.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
provider-name="%provider_name"
plugin="org.sonarlint.eclipse.ui">

<description url="https://docs.sonarsource.com/sonarlint/eclipse/">
<description url="https://docs.sonarsource.com/sonarqube-for-ide/eclipse/">
%description
</description>

<copyright url="https://docs.sonarsource.com/sonarlint/eclipse/license/">
<copyright url="https://docs.sonarsource.com/sonarqube-for-ide/eclipse/license/">
%copyright
</copyright>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.site/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description url="https://docs.sonarsource.com/sonarlint/eclipse/">
<description url="https://docs.sonarsource.com/sonarqube-for-ide/eclipse/">
SonarLint for Eclipse
</description>
<feature id="org.sonarlint.eclipse.feature" version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.ui/about.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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\
6 changes: 3 additions & 3 deletions org.sonarlint.eclipse.ui/intro/tutorialsExtensionContent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
<!-- 1) Investigating issues, getting started with SonarLint -->
<link style-id="content-link"
label="Investigating issues"
url="http://org.eclipse.ui.intro/openBrowser?url=https://docs.sonarsource.com/sonarlint/eclipse/using-sonarlint/investigating-issues/"
url="http://org.eclipse.ui.intro/openBrowser?url=https://docs.sonarsource.com/sonarqube-for-ide/eclipse/using-sonarlint/investigating-issues/"
id="investigatingIssues">
<text>Learn how to investigate issues found by SonarQube for Eclipse</text>
</link>

<!-- 2) Learn about Connected Mode, setting it up -->
<link style-id="content-link"
label="Connected Mode"
url="http://org.eclipse.ui.intro/openBrowser?url=https://docs.sonarsource.com/sonarlint/eclipse/team-features/connected-mode/"
url="http://org.eclipse.ui.intro/openBrowser?url=https://docs.sonarsource.com/sonarqube-for-ide/eclipse/team-features/connected-mode/"
id="connectedMode">
<text>Learn how to leverage Connected Mode to bring even more benefits to your experience</text>
</link>

<!-- 3) Troubleshooting and how to gather necessary information for the Sonar Community Forum -->
<link style-id="content-link"
label="Troubleshooting"
url="http://org.eclipse.ui.intro/openBrowser?url=https://docs.sonarsource.com/sonarlint/eclipse/troubleshooting/"
url="http://org.eclipse.ui.intro/openBrowser?url=https://docs.sonarsource.com/sonarqube-for-ide/eclipse/troubleshooting/"
id="troubleshooting">
<text>Learn how to troubleshoot issues related to SonarQube for Eclipse</text>
</link>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<name>SonarLint for Eclipse</name>
<description></description>
<url>https://docs.sonarsource.com/sonarlint/eclipse</url>
<url>https://docs.sonarsource.com/sonarqube-for-ide/eclipse</url>
<inceptionYear>2015</inceptionYear>
<organization>
<name>SonarSource</name>
Expand Down