From e684011fa6bd4fc01af96d38b2d836a2a290f800 Mon Sep 17 00:00:00 2001 From: Markus Tiede Date: Fri, 8 Jun 2018 15:49:29 +0200 Subject: [PATCH] Fix broken links --- travis-ci-example/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/travis-ci-example/README.md b/travis-ci-example/README.md index 9c7945b..40efac2 100644 --- a/travis-ci-example/README.md +++ b/travis-ci-example/README.md @@ -1,6 +1,6 @@ The full Travis-CI Bintray Deployment documentation is available [here](https://docs.travis-ci.com/user/deployment/bintray) -This is a basic Maven project that is deployed to Bintray using the Bintray provider of the [dpl] (https://github.com/travis-ci/dpl#bintray) +This is a basic Maven project that is deployed to Bintray using the Bintray provider of the [dpl](https://github.com/travis-ci/dpl#bintray) It first builds the project by running 'mvn install' and uses the .travis.yml descriptor file to trigger the Bintray deployment using the dpl: @@ -17,5 +17,4 @@ deploy: ``` -**DO NOT expose your Bintray API Key. Please use the Travis CLI to encrypt your API Key, as explained [here] (https://docs.travis-ci.com/user/deployment/bintray#Encrypt-your-API-key).** - +**DO NOT expose your Bintray API Key. Please use the Travis CLI to encrypt your API Key, as explained [here](https://docs.travis-ci.com/user/deployment/bintray#Encrypt-your-API-key).**