diff --git a/front/src/routes/leak-utils/index.svelte b/front/src/routes/leak-utils/index.svelte index c2f8f08..df0c4bf 100644 --- a/front/src/routes/leak-utils/index.svelte +++ b/front/src/routes/leak-utils/index.svelte @@ -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(""); diff --git a/front/src/routes/parquet/index.svelte b/front/src/routes/parquet/index.svelte index 3acb2ba..652ac10 100644 --- a/front/src/routes/parquet/index.svelte +++ b/front/src/routes/parquet/index.svelte @@ -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(""); diff --git a/leak-utils/DATALEAKS-NORMALIZATION.md b/leak-utils/DATALEAKS-NORMALIZATION.md index 8fb4d9b..2e17606 100644 --- a/leak-utils/DATALEAKS-NORMALIZATION.md +++ b/leak-utils/DATALEAKS-NORMALIZATION.md @@ -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.