From adbd898432bd5fdf8fbbd267b67dd330c19ce314 Mon Sep 17 00:00:00 2001 From: Better-Boy Date: Wed, 22 Oct 2025 22:06:50 +0530 Subject: [PATCH] docs: replace broken links with working links (#5266) Signed-off-by: Better-Boy --- .../blog/2025-04-21-practical-use-cases-of-ai/index.md | 6 +++--- documentation/blog/2025-04-23-things-need-to-know/index.md | 2 +- documentation/docs/getting-started/using-extensions.md | 2 +- documentation/docs/mcp/brave-mcp.md | 2 +- documentation/docs/mcp/google-drive-mcp.md | 2 +- documentation/docs/mcp/google-maps-mcp.md | 2 +- documentation/docs/mcp/puppeteer-mcp.md | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/documentation/blog/2025-04-21-practical-use-cases-of-ai/index.md b/documentation/blog/2025-04-21-practical-use-cases-of-ai/index.md index 331cf9993e..3f8b4c313e 100644 --- a/documentation/blog/2025-04-21-practical-use-cases-of-ai/index.md +++ b/documentation/blog/2025-04-21-practical-use-cases-of-ai/index.md @@ -132,7 +132,7 @@ SQL can get complex with joins, stored procedures, and subqueries. Goose helps m ### How to Try It 1. Follow [this tutorial](/docs/mcp/postgres-mcp) -2. Enable the [`PostgreSQL`](https://github.com/modelcontextprotocol/servers/tree/HEAD/src/postgres) and [`Developer`](/extensions/detail?id=developer) extensions +2. Enable the [`PostgreSQL`](https://github.com/bytebase/dbhub/) and [`Developer`](/extensions/detail?id=developer) extensions 3. Prompt Goose: > Find my top 3 blog posts by average weekly views over the past 90 days. Include title, URL, average weekly views, and whether they were promoted on social. @@ -223,9 +223,9 @@ Legal documents are often dense and repetitive. Goose can highlight what actuall 2. Prompt Goose: > Highlight the differences between these two versions of FinCEN's Investment Adviser AML regulations: > - > Proposed version (2015): https://www.federalregister.gov/documents/2015/09/01/2015-21318 + > Proposed version (2015): https://www.federalregister.gov/documents/2015/09/01/2015-21318/anti-money-laundering-program-and-suspicious-activity-report-filing-requirements-for-registered > - > Final version (2024): https://www.federalregister.gov/documents/2024/09/04/2024-19260 + > Final version (2024): https://www.federalregister.gov/documents/2024/09/04/2024-19260/financial-crimes-enforcement-network-anti-money-launderingcountering-the-financing-of-terrorism > > Focus on key changes in requirements for investment advisers' AML/CFT programs and how they affect compliance obligations. diff --git a/documentation/blog/2025-04-23-things-need-to-know/index.md b/documentation/blog/2025-04-23-things-need-to-know/index.md index 70a4cc2784..2486e544c8 100644 --- a/documentation/blog/2025-04-23-things-need-to-know/index.md +++ b/documentation/blog/2025-04-23-things-need-to-know/index.md @@ -81,7 +81,7 @@ There’s: - **Wild Goose Case** – showcasing cool community projects - **Great Goose Off** - same task, same time limit, but different prompts, MCP servers, and strategies -You’ll find those livestreams on our [YouTube channel](https://www.youtube.com/@blockopensource/streams), and upcoming ones on the Discord calendar. Plus, if you prefer documentation, the [Goose docs](https://block.github.io/goose/) and [blog](https://block.github.io/goose/blog) are constantly being updated with new guides, tips, and tutorials. +You’ll find those livestreams on our [YouTube channel](https://www.youtube.com/@goose-oss/streams), and upcoming ones on the Discord calendar. Plus, if you prefer documentation, the [Goose docs](https://block.github.io/goose/) and [blog](https://block.github.io/goose/blog) are constantly being updated with new guides, tips, and tutorials. --- diff --git a/documentation/docs/getting-started/using-extensions.md b/documentation/docs/getting-started/using-extensions.md index 2e99e6f161..ced2fdd713 100644 --- a/documentation/docs/getting-started/using-extensions.md +++ b/documentation/docs/getting-started/using-extensions.md @@ -623,7 +623,7 @@ Some extensions require environment variables. You can include these in your com goose session --with-extension "VAR=value command arg1 arg2" ``` -For example, to start a session with the [GitHub extension](https://github.com/modelcontextprotocol/servers/tree/main/src/github), you'd run: +For example, to start a session with the [GitHub extension](https://github.com/github/github-mcp-server), you'd run: ```bash goose session --with-extension "GITHUB_PERSONAL_ACCESS_TOKEN= npx -y @modelcontextprotocol/server-github" diff --git a/documentation/docs/mcp/brave-mcp.md b/documentation/docs/mcp/brave-mcp.md index 7e42e3859c..63b8502bd5 100644 --- a/documentation/docs/mcp/brave-mcp.md +++ b/documentation/docs/mcp/brave-mcp.md @@ -13,7 +13,7 @@ import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller'; Server moved -This tutorial will get you started with the [Brave Search MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search) as a Goose extension to enable interactive searches for both web and local searches. +This tutorial will get you started with the [Brave Search MCP Server](https://www.pulsemcp.com/servers/brave-search) as a Goose extension to enable interactive searches for both web and local searches. :::tip TLDR diff --git a/documentation/docs/mcp/google-drive-mcp.md b/documentation/docs/mcp/google-drive-mcp.md index d317bd1a55..1c74191809 100644 --- a/documentation/docs/mcp/google-drive-mcp.md +++ b/documentation/docs/mcp/google-drive-mcp.md @@ -13,7 +13,7 @@ import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller'; Server archived -This tutorial covers how to add the [Google Drive MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive) as a Goose extension, allowing you to list, read, and search files in Google Drive. +This tutorial covers how to add the [Google Drive MCP Server](https://www.pulsemcp.com/servers/modelcontextprotocol-gdrive) as a Goose extension, allowing you to list, read, and search files in Google Drive. :::tip TLDR diff --git a/documentation/docs/mcp/google-maps-mcp.md b/documentation/docs/mcp/google-maps-mcp.md index 80f24b9bb3..c99076e00e 100644 --- a/documentation/docs/mcp/google-maps-mcp.md +++ b/documentation/docs/mcp/google-maps-mcp.md @@ -11,7 +11,7 @@ import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller'; Server archived -This tutorial covers how to add the [Google Maps MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps) as a Goose extension to enable geocoding, place searching, distance calculations, elevation data retrieval, and directions. +This tutorial covers how to add the [Google Maps MCP Server](https://www.pulsemcp.com/servers/google-maps-docs) as a Goose extension to enable geocoding, place searching, distance calculations, elevation data retrieval, and directions. :::tip TLDR diff --git a/documentation/docs/mcp/puppeteer-mcp.md b/documentation/docs/mcp/puppeteer-mcp.md index b82cec65ac..52157e4a98 100644 --- a/documentation/docs/mcp/puppeteer-mcp.md +++ b/documentation/docs/mcp/puppeteer-mcp.md @@ -13,7 +13,7 @@ import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller'; Server archived -This tutorial covers how to add the [Puppeteer MCP Server](https://github.com/modelcontextprotocol/servers/tree/HEAD/src/puppeteer) as a Goose extension, enabling Goose to interact with websites - navigating pages, filling forms, clicking buttons, taking screenshots, and executing JavaScript in a real browser environment. +This tutorial covers how to add the [Puppeteer MCP Server](https://www.pulsemcp.com/servers/merajmehrabi-puppeteer) as a Goose extension, enabling Goose to interact with websites - navigating pages, filling forms, clicking buttons, taking screenshots, and executing JavaScript in a real browser environment. :::tip TLDR