Skip to content

Commit b74a141

Browse files
committed
docs: repoint dead external links in guides
Update three 404'd external links to their current URLs: the Replicate nano-banana model, the LibreOffice download page, and the Anchor Browser docs.
1 parent 55e5c3d commit b74a141

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/guides/example-projects/anchor-browser-web-scraper.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ export default defineConfig({
119119

120120
## Learn more
121121

122-
- View the [Anchor Browser docs](https://anchorbrowser.io/docs) to learn more about Anchor Browser's AI-powered browser automation tools.
122+
- View the [Anchor Browser docs](https://docs.anchorbrowser.io/) to learn more about Anchor Browser's AI-powered browser automation tools.
123123
- Check out the source code for the [Anchor Browser web scraper repo](https://github.com/triggerdotdev/examples/tree/main/anchor-browser-web-scraper) on GitHub.
124124
- Browser our [example projects](/guides/introduction) to see how you can use Trigger.dev with other services.

docs/guides/examples/libreoffice-pdf-conversion.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import LocalDevelopment from "/snippets/local-development-extensions.mdx";
99
## Prerequisites
1010

1111
- A project with [Trigger.dev initialized](/quick-start)
12-
- [LibreOffice](https://www.libreoffice.org/download/libreoffice-fresh/) installed on your machine
12+
- [LibreOffice](https://www.libreoffice.org/download/download-libreoffice/) installed on your machine
1313
- A [Cloudflare R2](https://developers.cloudflare.com) account and bucket
1414

1515
### Using our `aptGet` build extension to add the LibreOffice package

docs/guides/examples/replicate-image-generation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Learn how to generate images from source image URLs using Replicat
66

77
## Overview
88

9-
This example demonstrates how to use Trigger.dev to generate images from source image URLs using [Replicate](https://replicate.com/), the [nano-banana-image-to-image](https://replicate.com/meta/nano-banana-image-to-image) model.
9+
This example demonstrates how to use Trigger.dev to generate images from source image URLs using [Replicate](https://replicate.com/), the [nano-banana](https://replicate.com/google/nano-banana) model.
1010

1111
## Task code
1212

0 commit comments

Comments
 (0)