0.0.3 • Published 8 years ago

gitbook-plugin-link-fixer v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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.