[hotfix][doc] Typo in link.

link was giving 404
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 @@
 
 {{< 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 @@
 $ ./bin/flink run -s file:///savepoint/path stateful-functions-job.jar
 ```
 {{< /tab >}}
-{{< /tabs >}}
\ No newline at end of file
+{{< /tabs >}}