We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8175566 commit 806a9b7Copy full SHA for 806a9b7
_includes/footer_custom.html
@@ -0,0 +1,6 @@
1
+<script>
2
+ const button = document.getElementById('edit-this-page');
3
+ const oldUrl = button.href;
4
+ const newUrl = oldUrl.replace('/main-repo/', '/');
5
+ button.href = newUrl;
6
+</script>
main-repo
0 commit comments