zhuzhurk commented on a change in pull request #16724:
URL: https://github.com/apache/flink/pull/16724#discussion_r692687726



##########
File path: 
flink-core/src/main/java/org/apache/flink/configuration/RestartStrategyOptions.java
##########
@@ -63,21 +63,21 @@
                                                     code("fixeddelay"),
                                                     code("fixed-delay"),
                                                     link(
-                                                            
"../../ops/state/task_failure_recovery#fixed-delay-restart-strategy",
+                                                            
"{{.Site.BaseURL}}docs/ops/state/task_failure_recovery#fixed-delay-restart-strategy",
                                                             "here")),
                                             text(
                                                     "%s, %s: Failure rate 
restart strategy. More details can be found %s.",
                                                     code("failurerate"),
                                                     code("failure-rate"),
                                                     link(
-                                                            
"../../ops/state/task_failure_recovery#failure-rate-restart-strategy",
+                                                            
"{{.Site.BaseURL}}docs/ops/state/task_failure_recovery#failure-rate-restart-strategy",
                                                             "here")),
                                             text(
                                                     "%s, %s: Exponential delay 
restart strategy. More details can be found %s.",
                                                     code("exponentialdelay"),
                                                     code("exponential-delay"),
                                                     link(
-                                                            
"../../ops/state/task_failure_recovery#exponential-delay-restart-strategy",
+                                                            
"{{.Site.BaseURL}}docs/ops/state/task_failure_recovery#exponential-delay-restart-strategy",

Review comment:
       I took another look and can find {{.Site.BaseURL}}  sometimes used with 
trailing '/' and sometimes not. I think at the moment we can keep the change as 
is.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to