new-url
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import { marked } from "marked";
|
import { marked } from "marked";
|
||||||
import { onMount } from "svelte";
|
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>("");
|
let text = $state<string>("");
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import { marked } from "marked";
|
import { marked } from "marked";
|
||||||
import { onMount } from "svelte";
|
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>("");
|
let text = $state<string>("");
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
This normalization framework is designed to standardize data leaks for
|
This normalization framework is designed to standardize data leaks for
|
||||||
[Eleakxir](https://github.com/anotherhadi/eleakxir), the open-source search
|
[Eleakxir](https://github.com/anotherhadi/eleakxir), the open-source search
|
||||||
engine, using
|
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
|
a dedicated CLI tool that converts and cleans files for efficient indexing and
|
||||||
searching.
|
searching.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user