thomasrebele opened a new pull request, #110:
URL: https://github.com/apache/hive-site/pull/110

   Use `{{% ref "..." %}}` instead of `{{< ref "..." >}}`, so that a future 
link validator will get the link before it is passed to Goldmark. The Goldmark 
renderer will replace the URL with a shortcode that cannot be validated 
anymore. (See 
https://discourse.gohugo.io/t/using-shortcode-inside-render-hook/42038/5).
   
   The modifications have been done with the following command:
   
   ```
   perl -0pi -e 's/\{\{< ref "([^"]*)" >\}\}/{{% ref "\1" %}}/gm' **/*.md
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to