diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2019-07-15 12:54:30 -0400 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-07-15 20:21:11 +0200 |
commit | 5ed20116d427b617b04e93bb4f2937ad6692803a (patch) | |
tree | f70b124cda544e252a22cb4d1fbed2fc28769db6 | |
parent | 60a97ce418e2271cd55db7d1456673f1a0616d1f (diff) | |
download | sonarqube-5ed20116d427b617b04e93bb4f2937ad6692803a.tar.gz sonarqube-5ed20116d427b617b04e93bb4f2937ad6692803a.zip |
DOC update community link
-rw-r--r-- | server/sonar-docs/src/pages/extend/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/extend/contributing.md b/server/sonar-docs/src/pages/extend/contributing.md index 734c8a522b4..8965af77bd2 100644 --- a/server/sonar-docs/src/pages/extend/contributing.md +++ b/server/sonar-docs/src/pages/extend/contributing.md @@ -7,7 +7,7 @@ Please be aware that we are not actively looking for feature contributions to So ## General guidelines -* Choose an open ticket in [JIRA](https://jira.sonarsource.com/secure/Dashboard.jspa) or propose your change on the [SonarQube Community Forum](https://groups.google.com/forum/#!forum/sonarqube) - the discussion there is likely to result in an open JIRA ticket. ;-) +* Choose an open ticket in [JIRA](https://jira.sonarsource.com/secure/Dashboard.jspa) or propose your change on the [SonarQube Community Forum](https://community.sonarsource.com) - the discussion there is likely to result in an open JIRA ticket. ;-) * Use the SonarSource conventions, which you'll find neatly packaged here: https://github.com/SonarSource/sonar-developer-toolset#the-almost-unbreakable-build * Use pull requests to submit your work |