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

dwysakowicz pushed a commit to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 4adfa040dd481d421919770831122ad8b7e3991f
Author: Dawid Wysakowicz <dwysakow...@apache.org>
AuthorDate: Wed Sep 15 12:40:20 2021 +0200

    [hotfix] Fix links in gcs docs
---
 docs/deployment/filesystems/gcs.md    | 4 ++--
 docs/deployment/filesystems/gcs.zh.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/deployment/filesystems/gcs.md 
b/docs/deployment/filesystems/gcs.md
index c199688..a95eb56 100644
--- a/docs/deployment/filesystems/gcs.md
+++ b/docs/deployment/filesystems/gcs.md
@@ -25,7 +25,7 @@ under the License.
 
 # Google Cloud Storage
 
-[Google Cloud storage](https://cloud.google.com/storage) (GCS) provides cloud 
storage for a variety of use cases. You can use it for **reading** and 
**writing data**, and for checkpoint storage when using 
[`FileSystemCheckpointStorage`]({{< ref "docs/ops/state/checkpoints" 
>}}#the-filesystemcheckpointstorage)) with the [streaming **state 
backends**]({{< ref "docs/ops/state/state_backends" >}}).
+[Google Cloud storage](https://cloud.google.com/storage) (GCS) provides cloud 
storage for a variety of use cases. You can use it for **reading** and 
**writing data**, and for checkpoint storage when using 
[`FileSystemCheckpointStorage`]({% link ops/state/checkpoints.md 
%}#the-filesystemcheckpointstorage)) with the [streaming **state backends**]({% 
link ops/state/state_backends.md %}).
 
 
 
@@ -102,4 +102,4 @@ You can use the following method for authentication
 
 
 
-{{< top >}}
+{% top %}
diff --git a/docs/deployment/filesystems/gcs.zh.md 
b/docs/deployment/filesystems/gcs.zh.md
index c199688..a95eb56 100644
--- a/docs/deployment/filesystems/gcs.zh.md
+++ b/docs/deployment/filesystems/gcs.zh.md
@@ -25,7 +25,7 @@ under the License.
 
 # Google Cloud Storage
 
-[Google Cloud storage](https://cloud.google.com/storage) (GCS) provides cloud 
storage for a variety of use cases. You can use it for **reading** and 
**writing data**, and for checkpoint storage when using 
[`FileSystemCheckpointStorage`]({{< ref "docs/ops/state/checkpoints" 
>}}#the-filesystemcheckpointstorage)) with the [streaming **state 
backends**]({{< ref "docs/ops/state/state_backends" >}}).
+[Google Cloud storage](https://cloud.google.com/storage) (GCS) provides cloud 
storage for a variety of use cases. You can use it for **reading** and 
**writing data**, and for checkpoint storage when using 
[`FileSystemCheckpointStorage`]({% link ops/state/checkpoints.md 
%}#the-filesystemcheckpointstorage)) with the [streaming **state backends**]({% 
link ops/state/state_backends.md %}).
 
 
 
@@ -102,4 +102,4 @@ You can use the following method for authentication
 
 
 
-{{< top >}}
+{% top %}

Reply via email to