This plugin ensures that links are full absolute links according to the site_url set in mkdocs.yml, this is useful for sites such as the CraftTweaker Docs, which serves files out of /version/lang/ which Mkdocs has issues handling.
pip install git+https://github.com/CraftTweaker/mkdocs-use-site-url-plugin.gitIn your mkdocs.yml file add use-site-url to the plugins entry:
plugins:
- use-site-url