mkdocs-gitlab-plugin improvements
mkdocs-gitlab-plugin GitLab has minor issues:
- Does not transform reference to "new" GitLab URL: 
domain.tld/$group/$project/-/$type/$number. The/-/in the middle is missing. This is currently not an issue forissues,merge_requests,snippetsince GitLab is adding the/-/. But formilestones, it is not redirected and end-up on a 404 not found. Thought, I can’t testepicssince we have a self-hosted GitLab. Anyway, should be fix. - had to find the name of the plug-in name in 
setup.py:gitlab_links, which wasn’t obviously stated in the documentation. - Would be great to being able to link other projects such as DuniterPy
 
Contribute
- Contact its author on how to integrate these two first minor fixes:
 - He integrate my changes, and publish new release on PyPI
 - Otherwise, I have to fork it.