You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/08/13 07:09:33 UTC

[GitHub] tillrohrmann closed pull request #6545: [hotfix][kubernetes] Fix broken hyperlink in README.md

tillrohrmann closed pull request #6545: [hotfix][kubernetes] Fix broken hyperlink in README.md
URL: https://github.com/apache/flink/pull/6545
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/flink-container/kubernetes/README.md b/flink-container/kubernetes/README.md
index 9e0449616e2..5fd2286d667 100644
--- a/flink-container/kubernetes/README.md
+++ b/flink-container/kubernetes/README.md
@@ -20,7 +20,7 @@ The files contain the following variables:
 - `${FLINK_JOB_PARALLELISM}`: Degree of parallelism with which to start the Flink job and the number of required task managers
 
 One way to substitute the variables is to use `envsubst`.
-See [here]((https://stackoverflow.com/a/23622446/4815083)) for a guide to install it on Mac OS X.
+See [here](https://stackoverflow.com/a/23622446/4815083) for a guide to install it on Mac OS X.
 
 In non HA mode, you should first start the job cluster service:
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services