From 6f8dbef52c92469273ed0da5a43754ecb51563ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20L=C3=BCscher?= Date: Tue, 2 Oct 2018 13:22:12 +0000 Subject: [PATCH] Fix broken Markdown links --- travis-ci-example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis-ci-example/README.md b/travis-ci-example/README.md index 9c7945b..f593ddf 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,5 @@ 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).**