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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new edd990fcb [doc] Add links to S3 and OSS
edd990fcb is described below

commit edd990fcbbe8981f003404e3ef82643de0d9ad8d
Author: Jingsong <[email protected]>
AuthorDate: Wed Jul 12 15:35:21 2023 +0800

    [doc] Add links to S3 and OSS
---
 docs/content/filesystems/oss.md | 3 ++-
 docs/content/filesystems/s3.md  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/content/filesystems/oss.md b/docs/content/filesystems/oss.md
index 44afa22b8..b2b53cd55 100644
--- a/docs/content/filesystems/oss.md
+++ b/docs/content/filesystems/oss.md
@@ -43,7 +43,8 @@ Download [paimon-oss-{{< version 
>}}.jar](https://repository.apache.org/snapshot
 {{< tab "Flink" >}}
 
 {{< hint info >}}
-If you have already configured oss access through Flink (Via Flink 
FileSystem), here you can skip the following configuration.
+If you have already configured [oss access through 
Flink](https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/deployment/filesystems/oss/)
 (Via Flink FileSystem),
+here you can skip the following configuration.
 {{< /hint >}}
 
 Put `paimon-oss-{{< version >}}.jar` into `lib` directory of your Flink home, 
and create catalog:
diff --git a/docs/content/filesystems/s3.md b/docs/content/filesystems/s3.md
index 86747b8a5..c7596a6c1 100644
--- a/docs/content/filesystems/s3.md
+++ b/docs/content/filesystems/s3.md
@@ -43,7 +43,8 @@ Download [paimon-s3-{{< version 
>}}.jar](https://repository.apache.org/snapshots
 {{< tab "Flink" >}}
 
 {{< hint info >}}
-If you have already configured s3 access through Flink (Via Flink FileSystem), 
here you can skip the following configuration.
+If you have already configured [s3 access through 
Flink](https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/deployment/filesystems/s3/)
 (Via Flink FileSystem),
+here you can skip the following configuration.
 {{< /hint >}}
 
 Put `paimon-s3-{{< version >}}.jar` into `lib` directory of your Flink home, 
and create catalog:

Reply via email to