Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
verylazytech authored Nov 24, 2024
1 parent 929a2a1 commit 2c7b5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h1>Google Dorks for Bug Bounty - By VeryLazyTech</h1>
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();

Expand Down

0 comments on commit 2c7b5a6

Please sign in to comment.