Skip to content

Commit a69f247

Browse files
Update index.html
1 parent 103bf8a commit a69f247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tentang/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<script>
1010
document.addEventListener("DOMContentLoaded", function () {
11-
fetch('./README.md')
11+
fetch('/assets/frameworks/@ionic/core/FREADME.md')
1212
.then(response => response.text())
1313
.then(markdown => {
1414
document.getElementById('readme-content').innerHTML = marked.parse(markdown);

0 commit comments

Comments
 (0)