/plugin-link-fixer

Primary LanguageJavaScriptMIT LicenseMIT

plugin-link-fixer

Fixes a GitBook issue where the trailing backslash is not included with relative links.

To add this plugin, enter the following the book.json file:

{
    "plugins": [ "link-fixer" ],
    "pluginsConfig": {
        "link-fixer": {
            "link": "https://www.baseurl.com/"
        }
    }
}

The link option should be set as the base uri of your site.