This is an automated email from the ASF dual-hosted git repository.
igal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
The following commit(s) were added to refs/heads/master by this push:
new 1054c17 [hotfix][doc] Typo in link.
1054c17 is described below
commit 1054c17ffbe50c8b207cdedf4f09cf75b747e715
Author: Siddique Ahmad <[email protected]>
AuthorDate: Mon Feb 7 16:02:51 2022 +0500
[hotfix][doc] Typo in link.
link was giving 404
---
docs/content/docs/deployment/state-bootstrap.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/content/docs/deployment/state-bootstrap.md
b/docs/content/docs/deployment/state-bootstrap.md
index caba1ad..83883cc 100644
--- a/docs/content/docs/deployment/state-bootstrap.md
+++ b/docs/content/docs/deployment/state-bootstrap.md
@@ -109,7 +109,7 @@ After creating a new savpepoint, it can be used to provide
the initial state for
{{< tabs "153bd8f9-f442-4796-9b55-d534005f7bdf" >}}
{{< tab "Image Deployment" >}}
-When deploying based on an image, pass the ``-s`` command to the Flink
[JobMaster](https://ci.apache.org/projects/flink/flink-docs-stable/concepts/glossary.html#flink-master)
image.
+When deploying based on an image, pass the ``-s`` command to the Flink
[JobMaster](https://ci.apache.org/projects/flink/flink-docs-stable/docs/concepts/glossary/#flink-jobmaster)
image.
```yaml
version: "2.1"
services:
@@ -124,4 +124,4 @@ When deploying to a Flink session cluster, specify the
savepoint argument in the
$ ./bin/flink run -s file:///savepoint/path stateful-functions-job.jar
```
{{< /tab >}}
-{{< /tabs >}}
\ No newline at end of file
+{{< /tabs >}}