gitbook-plugin-link-fixer
v0.0.3
Published
Plugin that adds a backslash to relative links
Downloads
3
Readme
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.