From ce51f39e3567ed0375e3714bb5b29bef60f04284 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Mon, 21 Jan 2019 08:31:40 +0100 Subject: [PATCH] fix wrong link-syntax in readme (#311) --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 8ffbcf23..83fffa03 100644 --- a/README.adoc +++ b/README.adoc @@ -265,7 +265,7 @@ Multiple (exact) file paths can be specified in `spring.cloud.kubernetes.config. === Secrets PropertySource -Kubernetes has the notion of [Secrets](https://kubernetes.io/docs/concepts/configuration/secret/) for storing +Kubernetes has the notion of https://kubernetes.io/docs/concepts/configuration/secret/[Secrets] for storing sensitive data such as password, OAuth tokens, etc. This project provides integration with `Secrets` to make secrets accessible by Spring Boot applications. This feature can be explicitly enabled/disabled using the `spring.cloud.kubernetes.secrets.enabled` property. @@ -755,4 +755,4 @@ added after the original pull request but before a merge. other target branch in the main project). * When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions], if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit - message (where XXXX is the issue number). \ No newline at end of file + message (where XXXX is the issue number).