RetroShare / documentation

RetroShare Documentation
http://docs.retroshare.net
Creative Commons Attribution Share Alike 4.0 International
34 stars 22 forks source link

Fix repo link #87

Closed koppor closed 3 years ago

koppor commented 3 years ago

When clicking to "Edit on GitHub", a wrong link is generated:

https://github.com/retroshare/documentation.git/edit/master/docs/user-guide/installation.md

With this fix, the correct link is generated:

https://github.com/RetroShare/documentation/edit/master/docs/user-guide/installation.md

See also https://www.mkdocs.org/user-guide/configuration/ --> "repo_url":

When set, provides a link to your repository (GitHub, Bitbucket, GitLab, ...) on each page.\ repo_url: https://github.com/example/repository/

defnax commented 3 years ago

But the documentation source gets not updated yet, we has that issue