Skip to content

Commit 3c9fc94

Browse files
committed
fix: broken links
1 parent f1d5d8a commit 3c9fc94

10 files changed

Lines changed: 11 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
uses: lycheeverse/lychee-action@v2
3939
with:
4040
args: --config lychee.toml 'content/docs/**/*.mdx'
41-
fail: false
41+
fail: true

content/docs/changelog/changelog-001.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Happy Super Bowl Sunday 🏈 Before we settle in to lose money on our respective
88

99
### **⭐ New**
1010

11-
#### Introducing [Surf.new](http://surf.new/)
11+
#### Introducing Surf.new
1212

13-
[Surf.new](http://surf.new/) is an open-source playground for chatting with different web-agents via Steel. We want it to serve as a resource for the community to try out new web agents as they become available, helping developers evaluate what works best for their use-cases. Currently, you can try browser-use's web agent and a browser-specific fork of Claude’s Computer-use agent. We'll be actively maintaining it while using it as a launching pad to showcase new Steel features and improvements in web automation.
13+
Surf.new is an open-source playground for chatting with different web-agents via Steel. We want it to serve as a resource for the community to try out new web agents as they become available, helping developers evaluate what works best for their use-cases. Currently, you can try browser-use's web agent and a browser-specific fork of Claude’s Computer-use agent. We'll be actively maintaining it while using it as a launching pad to showcase new Steel features and improvements in web automation.
1414

1515
It's pretty neat if you ask us 🤠 Give it a try and let us know what you think! Contributions are more than welcome too :)
1616

content/docs/changelog/changelog-002.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You asked and we listened: A bunch of new resources have been created across the
2929

3030
**Surf model updates**
3131

32-
We’ve upgraded [surf.new](http://surf.new/) with a bunch of new models that you can try out like:
32+
We’ve upgraded surf.new with a bunch of new models that you can try out like:
3333

3434
* **Deepseek** (`deepseek-chat` and `deepseek-reasoner`)
3535
* **Gemini** (like `2.0 flash` _fast!_)

content/docs/changelog/changelog-004.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ OpenAI’s Computer-use agent just dropped and it’s awesome! We’ve added a w
6464

6565
* [Cookbook: Simple CUA Loop (Python)](https://github.com/steel-dev/steel-cookbook/tree/main/examples/openai-computer-use-py)
6666
* [Cookbook: Simple CUA Loop (Node)](https://github.com/steel-dev/steel-cookbook/tree/main/examples/openai-computer-use-ts)
67-
* Coming soon to [Surf.new](http://surf.new/) 🌊
67+
* Coming soon to Surf.new 🌊
6868

6969
### 🔧 Bugfixes/Improvements
7070

content/docs/changelog/changelog-005.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ We've launched an early version of Cloudflare Turnstile solving, now included in
2424

2525
**Availability: Steel Cloud** ☁️
2626

27-
#### Take Control Feature in [Surf.new](http://surf.new/) 🎮
27+
#### Take Control Feature in Surf.new 🎮
2828

29-
Inspired by OpenAI's Operator, we've implemented a new "Take Control" feature in [Surf.new](http://surf.new/). This allows you to:
29+
Inspired by OpenAI's Operator, we've implemented a new "Take Control" feature in Surf.new. This allows you to:
3030

3131
* Pause the AI agent and manually interact with the browser
3232
* Complete complex tasks like signing into websites

content/docs/integrations/notte.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Full runnable starter: [Steel + Notte recipe →](/cookbook/notte)
3939

4040
### Resources
4141

42-
* [Notte documentation](https://docs.notte.cc/intro/what-is-notte) – Concepts, agent APIs, and examples
42+
* [Notte documentation](https://docs.notte.cc) – Concepts, agent APIs, and examples
4343
* [Steel Sessions API reference](/api-reference) – Programmatic session control for Steel browsers
4444
* [Steel Discord](https://discord.gg/steel-dev) – Get help and share what you build

content/docs/integrations/pi-agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ When you would otherwise parse markdown for prices, specs, or listings, `steel_e
7676

7777
### Resources
7878

79-
* [pi-steel: we gave Pi a real browser in one command](https://steel.dev/blog/pi-agent-steel-browser) – Blog post on the extension and example runs
79+
* [pi-steel: we gave Pi a real browser in one command](https://steel.dev/blog/we-gave-pi-agent-a-real-browser) – Blog post on the extension and example runs
8080
* [`@steel-experiments/pi-steel` on GitHub](https://github.com/steel-experiments/pi-steel) – Source and issues
8181
* [`@steel-experiments/pi-steel` on npm](https://www.npmjs.com/package/@steel-experiments/pi-steel) – Package page
8282
* [Steel CLI docs](/overview/steel-cli) – Full command reference and workflows

content/docs/integrations/replit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Don't have an API key? Get a free key at [app.steel.dev/settings/api-keys](http:
3232

3333
### Resources
3434

35-
* [Replit documentation](https://docs.replit.com/home) – Learn more about Replit's features
35+
* [Replit documentation](https://docs.replit.com) – Learn more about Replit's features
3636
* [Steel Sessions API overview](/overview/sessions-api/overview) – Learn about Steel's Sessions API
3737
* [Steel Discord](https://discord.gg/steel-dev) – Get help from the Steel team

content/docs/overview/intro-to-steel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This is by design. Most of the web is designed to be anti-bot and human friendly
2929

3030
But what if we flipped that?
3131

32-
### [****](https://steel.dev/introduction#a-better-way-to-take-your-llms-online)**A better way to take your LLMs online**
32+
### **A better way to take your LLMs online**
3333

3434
Steel is a headless browser API that lets AI engineers:
3535

content/docs/overview/steel-cli.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,5 +338,4 @@ NODE_ENV=test steel scrape https://example.com
338338
- [Steel CLI README](https://github.com/steel-dev/cli/blob/main/README.md)
339339
- [Generated CLI Reference](https://github.com/steel-dev/cli/blob/main/docs/cli-reference.md)
340340
- [Steel Browser Reference](https://github.com/steel-dev/cli/blob/main/docs/references/steel-browser.md)
341-
- [Migration Guide (`agent-browser` -> `steel browser`)](https://github.com/steel-dev/cli/blob/main/docs/migration-agent-browser.md)
342341
- [Steel Browser Skill Package](https://github.com/steel-dev/cli/tree/main/skills/steel-browser)

0 commit comments

Comments
 (0)