gitbook-plugin-link-fix
v1.0.1
Published
A gitbook plugin to fix the problem with links by adding a slash at the end
Downloads
5
Readme
Gitbook-plugin-link-fix
A gitbook plugin to fix the problem with links by adding a slash at the end.
Installation
npm install gitbook-plugin-link-fix --save-dev
Update book.json:
{
"plugins": [
"link-fix"
]
}