Metadata-Version: 2.1
Name: mkdocs-fix-github-wiki-url-plugin
Version: 0.1.17
Summary: UNKNOWN
Home-page: https://github.com/xiaoxiao921/mkdocs-fix-github-wiki-url-plugin
Author: Quentin Escarbajal
Author-email: xiaoxiao921@hotmail.fr
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# mkdocs-fix-github-wiki-url-plugin

# Install

```
pip install mkdocs-fix-github-wiki-url-plugin
```

Edit your mkdocs configuration file to enable the plugin:

```
plugins:
  - search
  - ezlinks
  - mkdocs-fix-github-wiki-url-plugin
```


