Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdevelop authored Nov 8, 2024
1 parent 7835246 commit 77443fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/saving-importing-configuration-in-cli/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>Saving or importing configuration in the CLI interface | SaveDesktop wiki</h
</table>

<script>
fetch(`https://api.github.com/repos/vikdevelop/SaveDesktop/contents/wiki/configuration-in-cli?ref=webpage`)
fetch(`https://api.github.com/repos/vikdevelop/SaveDesktop/contents/wiki/saving-importing-configuration-in-cli?ref=webpage`)
.then(response => response.json())
.then(data => {
const folderListElement = document.getElementById('folder-list');
Expand Down

0 comments on commit 77443fe

Please sign in to comment.