flatdoc resolve fix

This commit is contained in:
epi
2021-09-17 06:12:03 -05:00
parent c84612751c
commit fc500a5cd5

View File

@@ -36,7 +36,7 @@
<!-- Initializer -->
<script>
Flatdoc.run({
fetcher: Flatdoc.file('https://github.com/epi052/feroxbuster/README.md')
fetcher: Flatdoc.github('epi052/feroxbuster')
});
</script>
</head>