Skip to content

Commit deb20e1

Browse files
committed
Update links
1 parent 3eba61f commit deb20e1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

DOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Installation
1010

11-
1. Download the [latest plugin JAR file](https://github.com/elegoff/sonar-rust/releases) and copy it into
11+
1. Download the [latest plugin JAR file](https://github.com/C4tWithShell/community-rust/releases) and copy it into
1212
the `extensions/plugins` folder of SonarQube
1313
2. Restart your SonarQube server
1414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ While I will no longer be actively maintaining the project, I am committed to en
7878

7979
In the coming weeks, I will work on facilitating a smooth transition process for the new maintainer(s). I will provide guidance on how to proceed with the transfer of ownership and offer support wherever needed.
8080

81-
Once again, thank you all for your incredible support and dedication to [Project Name]. It has been an honor and a privilege to serve as the project's maintainer, and I look forward to seeing it continue to grow and thrive in the future.
81+
Once again, thank you all for your incredible support and dedication to the SonarQube plugin for Rust. It has been an honor and a privilege to serve as the project's maintainer, and I look forward to seeing it continue to grow and thrive in the future.
8282

8383
Best regards,
8484

community-rust-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<name>Rust language analyzer</name>
1818
<description>Plugin analyzing rust file and importing Clippy reports</description>
19-
<url>https://github.com/elegoff/sonar-rust</url>
19+
<url>https://github.com/C4tWithShell/community-rust</url>
2020

2121
<dependencies>
2222
<dependency>

community-rust-plugin/src/test/java/org/elegoff/plugins/communityrust/clippy/ClippyRulesDefinitionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Community Rust Plugin
33
* Copyright (C) 2021-2023 Eric Le Goff
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
</modules>
5050

5151
<scm>
52-
<connection>scm:git:https://github.com/elegoff/sonar-rust.git</connection>
53-
<developerConnection>scm:git:ssh://github.com/elegoff/sonar-rust.git</developerConnection>
54-
<url>https://github.com/elegoff/sonar-rust.git</url>
52+
<connection>scm:git:https://github.com/C4tWithShell/community-rust.git</connection>
53+
<developerConnection>scm:git:ssh://github.com/C4tWithShell/community-rust.git</developerConnection>
54+
<url>https://github.com/C4tWithShell/community-rust.git</url>
5555
<tag>HEAD</tag>
5656
</scm>
5757
<issueManagement>
5858
<system>GitHub</system>
59-
<url>https://github.com/elegoff/sonar-rust/issues</url>
59+
<url>https://github.com/C4tWithShell/community-rust/issues</url>
6060
</issueManagement>
6161

6262
<properties>

0 commit comments

Comments
 (0)