This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.12 by this push:
new ef26166 [hotfix][docs] Fix links
ef26166 is described below
commit ef261661b4cbd875bed2e7e8df959f3ae571563c
Author: Chesnay Schepler <[email protected]>
AuthorDate: Wed Feb 2 13:43:05 2022 +0100
[hotfix][docs] Fix links
---
docs/deployment/filesystems/gcs.zh.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/deployment/filesystems/gcs.zh.md
b/docs/deployment/filesystems/gcs.zh.md
index a95eb56..cc68c2d 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`]({% link ops/state/checkpoints.md
%}#the-filesystemcheckpointstorage)) with the [streaming **state backends**]({%
link ops/state/state_backends.md %}).
+[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.zh.md
%}#the-filesystemcheckpointstorage)) with the [streaming **state backends**]({%
link ops/state/state_backends.zh.md %}).