Skip to content

Commit d32c8b6

Browse files
authored
Update readme fecth url
Signed-off-by: Tutos Rive <108991712+tutosrive@users.noreply.github.com>
1 parent 0a5eaaa commit d32c8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ document.addEventListener('DOMContentLoaded', () => {
77
async function loadDescription() {
88
// Markdown to HTML conversion
99
const converter = new showdown.Converter({ tables: true });
10-
const readme = await fetch('https://raw.githubusercontent.com/Dev2Forge/.github/refs/heads/main/profile/README.md');
10+
const readme = await fetch('https://raw.githubusercontent.com/Dev2Forge/.github/main/profile/README.md');
1111
const readmeText = await readme.text();
1212
const html_readme = converter.makeHtml(readmeText);
1313

0 commit comments

Comments
 (0)