diff --git a/mkdocs_multirepo_plugin/structure.py b/mkdocs_multirepo_plugin/structure.py index 8aed407..a6c88ac 100644 --- a/mkdocs_multirepo_plugin/structure.py +++ b/mkdocs_multirepo_plugin/structure.py @@ -344,7 +344,7 @@ def get_edit_url( src_path, ] if(self.edit_uri.startswith("http")): - # If edit_uri starts with http we will use this instead of repo url + # If edit_uri starts with http wee will use this instead of repo url url_parts.pop(0) return "/".join(part.strip("/") for part in url_parts)