Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-09-24 17:30:02 +02:00
parent b9fbed9a54
commit 95069a64d9
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
import axios from "axios";
import { marked } from "marked";
import { onMount } from "svelte";
const url = "https://raw.githubusercontent.com/anotherhadi/eleakxir-temp/refs/heads/main/leak-utils/README.md"
const url = "https://raw.githubusercontent.com/anotherhadi/eleakxir/refs/heads/main/leak-utils/README.md"
let text = $state<string>("");

View File

@@ -2,7 +2,7 @@
import axios from "axios";
import { marked } from "marked";
import { onMount } from "svelte";
const url = "https://raw.githubusercontent.com/anotherhadi/eleakxir-temp/refs/heads/main/leak-utils/DATALEAKS-NORMALIZATION.md"
const url = "https://raw.githubusercontent.com/anotherhadi/eleakxir/refs/heads/main/leak-utils/DATALEAKS-NORMALIZATION.md"
let text = $state<string>("");