LadyForest commented on a change in pull request #15135:
URL: https://github.com/apache/flink/pull/15135#discussion_r591453379



##########
File path: docs/layouts/shortcodes/javadoc.html
##########
@@ -16,11 +16,11 @@
 specific language governing permissions and limitations
 under the License.
 */}}{{/*
-    Shortcode for linking to Flinks JavaDoc
+    Shortcode for linking to Flink's JavaDoc
 
     Parmeters: 
         - name: The rendered link name (required)
 */}}
-<a href="{{ .Site.Params.JavaDoc }}/{{ .Get "file" }}">
-    {{ .Get "name" }}
+<a href="{{ .Site.Params.JavaDocs }}/{{ .Get "file" }}">
+    {{ .Get "name" | markdownify }}

Review comment:
       > what is the goal here?
   
   `JavaDoc` is a typo. The params defined in config.toml is `JavaDocs`.




----------------------------------------------------------------
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.

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


Reply via email to