From 95069a64d99ad33864d1808ddbc1c6b9b9fd1837 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:30:02 +0200 Subject: [PATCH] new-url Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- front/src/routes/leak-utils/index.svelte | 2 +- front/src/routes/parquet/index.svelte | 2 +- leak-utils/DATALEAKS-NORMALIZATION.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.