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

SLI-1829 URL slug rebranding update #1296

Merged
merged 1 commit into from
Jan 30, 2025
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@ object SonarLintDocumentation {
const val BASE_DOCS_URL = "https://docs.sonarsource.com/sonarqube-for-ide/intellij"
const val CONNECTED_MODE_LINK = "$BASE_DOCS_URL/team-features/connected-mode"
const val CONNECTED_MODE_SETUP_LINK = "$BASE_DOCS_URL/team-features/connected-mode-setup"
const val SECURITY_HOTSPOTS_LINK = "$BASE_DOCS_URL/using-sonarlint/security-hotspots"
const val TAINT_VULNERABILITIES_LINK = "$BASE_DOCS_URL/using-sonarlint/taint-vulnerabilities"
const val SECURITY_HOTSPOTS_LINK = "$BASE_DOCS_URL/using/security-hotspots"
const val TAINT_VULNERABILITIES_LINK = "$BASE_DOCS_URL/using/taint-vulnerabilities"
const val CLEAN_CODE_LINK = "$BASE_DOCS_URL/concepts/clean-code/introduction"
const val SUPPORT_POLICY_LINK = "$CONNECTED_MODE_SETUP_LINK/#sonarlint-sonarqube-version-support-policy"
const val FOCUS_ON_NEW_CODE_LINK = "$BASE_DOCS_URL/using-sonarlint/investigating-issues/#focusing-on-new-code"
const val FOCUS_ON_NEW_CODE_LINK = "$BASE_DOCS_URL/using/investigating-issues/#focusing-on-new-code"
const val CONNECTED_MODE_BENEFITS_LINK = "$CONNECTED_MODE_LINK/#benefits"
const val SHARING_CONNECTED_MODE_CONFIGURATION_LINK = "$CONNECTED_MODE_SETUP_LINK/#reuse-the-binding-configuration"
const val TROUBLESHOOTING_CONNECTED_MODE_SETUP_LINK = "$BASE_DOCS_URL/troubleshooting/#troubleshooting-connected-mode-setup"
const val RULE_SECTION_LINK = "$BASE_DOCS_URL/using-sonarlint/rules/#rule-selection"
const val FILE_EXCLUSION_LINK = "$BASE_DOCS_URL/using-sonarlint/file-exclusions"
const val RULE_SECTION_LINK = "$BASE_DOCS_URL/using/rules/#rule-selection"
const val FILE_EXCLUSION_LINK = "$BASE_DOCS_URL/using/file-exclusions"
}

object SonarQube {
const val SMART_NOTIFICATIONS = "https://docs.sonarqube.org/latest/user-guide/sonarlint-connected-mode/"
const val SMART_NOTIFICATIONS = "https://docs.sonarsource.com/sonarqube-server/latest/user-guide/sonarlint-connected-mode/"
}

object SonarCloud {
const val SMART_NOTIFICATIONS = "https://docs.sonarsource.com/sonarcloud/improving/sonarlint/#smart-notifications/"
const val SMART_NOTIFICATIONS = "https://docs.sonarsource.com/sonarqube-cloud/improving/sonarlint/#smart-notifications/"
}

object Marketing {
Expand Down