From d67c549b2ce8eec704612fcd8c05f0571e19a307 Mon Sep 17 00:00:00 2001 From: yavraham Date: Mon, 1 Oct 2018 22:21:26 +0300 Subject: [PATCH] Fix 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).**