diff --git a/README.md b/README.md
index caf40a3..9097a09 100644
--- a/README.md
+++ b/README.md
@@ -1,28 +1,34 @@
-[![][ButlerImage]][website]
+[![][ButlerImage]][Jenkins]
SemanticVersioning (for Jenkins)
==========
+[![Jenkins](https://ci.jenkins.io/job/Plugins/job/semantic-versioning-plugin/job/master/badge/icon)](https://ci.jenkins.io/job/Plugins/job/semantic-versioning-plugin/job/master/)
+[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/semantic-versioning-plugin.svg)](https://plugins.jenkins.io/semantic-versioning-plugin)
+[![Jenkins Plugin Contributors](https://img.shields.io/github/contributors/jenkinsci/semantic-versioning-plugin.svg?color=blue)](https://github.com/jenkinsci/semantic-versioning-plugin/graphs/contributors)
+[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/semantic-versioning-plugin.svg?color=blue&label=installations)](https://github.com/jenkinsci/semantic-versioning-plugin/graphs/contributors)
+[![Jenkins Plugin Release](https://img.shields.io/github/release/jenkinsci/semantic-versioning-plugin.svg?label=changelog)](https://github.com/jenkinsci/semantic-versioning-plugin/releases/latest)
+
+
About
-----
-The SemanticVersioning plugin for [Jenkins]([website]) is a plugin that reads the base version (Major, Minor, SNAPSHOT) settings from various build definition file formats. The plugin currently supports POM and SBT (Build.scala). SemanticVersioning uses the values parsed from the build definition files in conjunction with the [Jenkins]([website]) build number to create a [Semantic Versioning]([semver]) string. The string is stored in an build-environment variable (name is configurable). Additionally the [Semantic Versioning]([semver]) string is written to a file in the Artifact directory.
+The SemanticVersioning plugin for [Jenkins] is a plugin that reads the base version (Major, Minor, SNAPSHOT) settings
+from various build definition file formats. The plugin currently supports POM and SBT (Build.scala).
+
+SemanticVersioning uses the values parsed from the build definition files in conjunction with the
+[Jenkins] build number to create a [Semantic Versioning] string.
-The second part of the plugin adds a column to the Dashboard that displays the [Semantic Versioning]([semver]) string from the most recent successful build.
+The string is stored in an build-environment variable (name is configurable). Additionally the
+ [Semantic Versioning] string is written to a file in the Artifact directory.
-Source
-------
-The latest and greatest source for the SemanticVersioning plugin can be found on [GitHub]. Fork us!
+The second part of the plugin adds a column to the Dashboard that displays the [Semantic Versioning] string from the
+most recent successful build.
Pull / Feature Requests
-----
Both are welcome and will be prioritized and executed as time and resource allows.
-Current Build Status
------
-[![Build Status](https://jenkins.ci.cloudbees.com/buildStatus/icon?job=plugins/semantic-versioning-plugin)](https://jenkins.ci.cloudbees.com/job/plugins/job/semantic-versioning-plugin/)
-
[ButlerImage]: http://jenkins-ci.org/sites/default/files/jenkins_logo.png
[MIT License]: https://github.com/jenkinsci/jenkins/raw/master/LICENSE.txt
-[GitHub]: https://github.com/ciroque/SemanticVersioning
-[website]: http://jenkins-ci.org
-[semver]: http://semver.org/
+[Jenkins]:https://www.jenkins.io/
+[Semantic Versioning]:http://semver.org/
diff --git a/pom.xml b/pom.xml
index 7db8482..ebd9dde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
1.13-SNAPSHOT
hpi
Semantic Versioning Plugin
- http://wiki.jenkins-ci.org/display/JENKINS/semantic-versioning-plugin
+ https://github.com/jenkinsci/semantic-versioning-plugin