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>("");

View File

@@ -3,7 +3,7 @@
This normalization framework is designed to standardize data leaks for
[Eleakxir](https://github.com/anotherhadi/eleakxir), the open-source search
engine, using
[leak-utils](https://github.com/anotherhadi/eleakxir-temp/blob/main/leak-utils/README.md),
[leak-utils](https://github.com/anotherhadi/eleakxir/blob/main/leak-utils/README.md),
a dedicated CLI tool that converts and cleans files for efficient indexing and
searching.