Skip to content

Commit 9968f46

Browse files
committed
Replaced dead googlegpt.io links, condensed lychee args
1 parent 6ccfed9 commit 9968f46

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

β€Ž.github/workflows/link-checker.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
uses: lycheeverse/lychee-action@v2.8.0
2323
with:
2424
# Check all markdown files, but ignore local fragments and common anti-bot/rate-limited endpoints
25-
args: --verbose --no-progress --max-retries 3 --accept 200..299,300..399,403,429 --exclude "googlegpt\.io" --exclude "ghostbrowser\.com" "*.md" "**/*.md" --exclude api\.star-history\.com
25+
args: --verbose --no-progress --max-retries 3 --accept 200..299,300..399,403,429 --exclude "ghostbrowser\.com" "*.md" "**/*.md" "api\.star-history\.com"
2626
env:
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

β€ŽREADME.mdβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -833,15 +833,15 @@ Userscripts can be used w/ the following browsers:
833833
</details>
834834

835835
<details> <!-- GoogleGPT -->
836-
<summary><a href="https://www.googlegpt.io">GoogleGPT</a> - Adds AI chat & search summaries to Google Search, powered by the latest LLMs.</summary><br>
836+
<summary><a href="https://github.com/KudoAI/googlegpt/#readme">GoogleGPT</a> - Adds AI chat & search summaries to Google Search, powered by the latest LLMs.</summary><br>
837837
<blockquote>
838-
<a href="https://www.googlegpt.io">
839-
<img width=511 src="https://assets.googlegpt.io/images/screenshots/desktop/javascript-arrays-query/darkmode.png?v=a363ecf"></a>
838+
<a href="https://github.com/KudoAI/googlegpt/#readme">
839+
<img width=511 src="https://cdn.jsdelivr.net/gh/KudoAI/googlegpt@a363ecf/assets/images/screenshots/desktop/javascript-arrays-query/darkmode.png"></a>
840840
</blockquote>
841841
<blockquote>
842-
πŸ’Ύ <a href="https://gm.googlegpt.io">
842+
πŸ’Ύ <a href="https://raw.githubusercontent.com/KudoAI/googlegpt/refs/heads/main/greasemonkey/googlegpt.user.js">
843843
Install</a> /
844-
πŸ“– <a href="https://docs.googlegpt.io/#readme">
844+
πŸ“– <a href="https://github.com/KudoAI/googlegpt/#readme">
845845
Readme</a> /
846846
πŸ“’ <a href="https://github.com/KudoAI/googlegpt/discussions">
847847
Discuss</a> /

0 commit comments

Comments
Β (0)