releasing: Fix malformed Markdown for some links

This commit is contained in:
Eric Anderson 2017-05-18 10:12:05 -07:00
parent 1331abb326
commit ae66c72da3
1 changed files with 5 additions and 5 deletions

View File

@ -342,14 +342,14 @@ repository must first be `closed`, which will trigger several sanity checks
on the repository. If this completes successfully, the repository can then on the repository. If this completes successfully, the repository can then
be `released`, which will begin the process of pushing the new artifacts to be `released`, which will begin the process of pushing the new artifacts to
Maven Central (the staging repository will be destroyed in the process). You can Maven Central (the staging repository will be destroyed in the process). You can
see the complete process for releasing to Maven Central on the [OSSRH site] see the complete process for releasing to Maven Central on the [OSSRH
(http://central.sonatype.org/pages/releasing-the-deployment.html). site](http://central.sonatype.org/pages/releasing-the-deployment.html).
Update README.md Update README.md
---------------- ----------------
After waiting ~1 day and verifying that the release appears on [Maven Central] After waiting ~1 day and verifying that the release appears on [Maven
(http://mvnrepository.com/), cherry-pick the commit that updated the README into Central](http://mvnrepository.com/), cherry-pick the commit that updated the
the master branch and go through review process. README into the master branch and go through review process.
``` ```
$ git checkout -b bump-readme master $ git checkout -b bump-readme master