You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/01/21 14:57:01 UTC

[incubator-seatunnel] branch dev updated: [SeaTunnel#1132] Fix the broken url in docker deploy doc (#1134)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 30a00e9  [SeaTunnel#1132] Fix the broken url in docker deploy doc (#1134)
30a00e9 is described below

commit 30a00e925493badc9b5d48fae66ffa64b94974e3
Author: Benedict Jin <as...@apache.org>
AuthorDate: Fri Jan 21 22:56:57 2022 +0800

    [SeaTunnel#1132] Fix the broken url in docker deploy doc (#1134)
---
 deploy/docker/flink/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/docker/flink/README.md b/deploy/docker/flink/README.md
index 11822a8..c5d09b9 100644
--- a/deploy/docker/flink/README.md
+++ b/deploy/docker/flink/README.md
@@ -26,7 +26,7 @@ docker run -it --rm \
   apache/seatunnel-flink --config /app/config/application.conf
 ```
 
-You will find the running job in http://localhost:8081.
+You will find the running job in `http://localhost:8081`.
 
 ## Test data