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/29 02:14:30 UTC

[incubator-seatunnel] branch dev updated: [SeaTunnel#1183] Fix dead link (#1184)

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 df0ebfc  [SeaTunnel#1183] Fix dead link (#1184)
df0ebfc is described below

commit df0ebfcbc229136ea82f8b884467c94eee298212
Author: Benedict Jin <as...@apache.org>
AuthorDate: Sat Jan 29 10:14:24 2022 +0800

    [SeaTunnel#1183] Fix dead link (#1184)
---
 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 c5d09b9..7022a5a 100644
--- a/deploy/docker/flink/README.md
+++ b/deploy/docker/flink/README.md
@@ -7,7 +7,7 @@ docker-compose up -d
 ```
 
 Wait for a few minutes and check the healthiness of the job manager and task manager with `docker-compose ps`. When the
-components are healthy, open your browser and navigate to http://localhost:8081, you can see the Flink page.
+components are healthy, open your browser and navigate to `http://localhost:8081`, you can see the Flink page.
 
 ## Start netcat as data source