Skip to content

Commit 7a075da

Browse files
authored
update link to library (#32)
1 parent 51726bd commit 7a075da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/gitlab-api.svg?color=blue)](https://plugins.jenkins.io/gitlab-api)
55

66
# gitlab-api-plugin
7-
Wraps [GitLab Java API](https://github.com/gmessner/gitlab4j-api/) by [gmessner](https://github.com/gmessner) into a plugin
7+
Wraps [GitLab4J API](https://github.com/gitlab4j/gitlab4j-api) libary into a plugin
88

99
Install plugin with
1010

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</properties>
2222

2323
<name>GitLab API Plugin</name>
24-
<description>Wraps Gitlab4J API into a plugin</description>
24+
<description>Wraps GitLab4J API into a plugin</description>
2525
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
2626

2727
<issueManagement>

src/main/resources/index.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?jelly escape-by-default='true'?>
22
<div>
3-
This plugin provides <a href="https://github.com/gmessner/gitlab4j-api">GitLab API</a> for other plugins.
3+
This plugin provides <a href="https://github.com/gitlab4j/gitlab4j-api">GitLab4J API</a> for other plugins.
44
</div>

0 commit comments

Comments
 (0)