alpinegizmo opened a new pull request #11885:
URL: https://github.com/apache/flink/pull/11885
## What is the purpose of the change
There are 100+ broken links in the docs, due to misuse of the `{% link %}`
liquid tag. This tag includes site.baseurl automatically, so specifying
`{{ site.baseurl }}{% link foo.md %}` includes the baseurl twice. Since the
baseurl in development is empty, it's easy to make a mess without realizing it.
## Brief change log
Removed site.baseurl everywhere it could be found in combination with the
link tag.
----------------------------------------------------------------
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]