From 2c7b5a6b64b057ed908f944511ccf68b080c55fa Mon Sep 17 00:00:00 2001 From: Very Lazy Tech Date: Sun, 24 Nov 2024 18:25:35 +0200 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c83c49a..958d9a9 100644 --- a/index.html +++ b/index.html @@ -195,7 +195,7 @@

Google Dorks for Bug Bounty - By VeryLazyTech

let originalDorks = []; async function fetchDorks() { - const url = "https://raw.githubusercontent.com/verylazytech/verylazytech.github.io/refs/heads/main/README.md"; + const url = "https://raw.githubusercontent.com/verylazytech/verylazytech.github.io/main/README.md"; const response = await fetch(url); const text = await response.text();