Skip to content

Commit 438f5af

Browse files
guergaboGG
andauthored
Fixing broken links (#1142)
# why Broken links. # what changed Fixed broken links # test plan This PR. --------- Co-authored-by: GG <[email protected]>
1 parent 5da2655 commit 438f5af

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/basics/observe.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ except Exception as error:
218218
- Make sure the element exists on the page
219219
- Use explicit instructions to find the element
220220
- Ensure page has fully loaded
221-
- Look at the [debugging workflows](/best-practices/debugging-workflows) logs, if the element is there then the LLM might be hallucinating/not catching it.
221+
- Look at the [debugging workflows](/configuration/logging) logs, if the element is there then the LLM might be hallucinating/not catching it.
222222
</Accordion>
223223

224224
<Accordion title="Inaccurate element descriptions">
@@ -227,7 +227,7 @@ except Exception as error:
227227
**Solutions**:
228228
- Use more capable models: check [evals](https://stagehand.dev/evals) for the best models for your use case
229229
- Provide more specific instructions
230-
- Log inference to file (see [debugging workflows](/best-practices/debugging-workflows)) to get an LLM trace
230+
- Log inference to file (see [debugging workflows](/configuration/logging)) to get an LLM trace
231231

232232
</Accordion>
233233
<Accordion title="Wrong method identified">
@@ -257,8 +257,8 @@ Extract structured data from observed elements
257257
Monitor and debug observation performance
258258
</Card>
259259

260-
<Card title="Best Practices" icon="star" href="/best-practices/best-practices">
261-
Advanced patterns and optimization techniques
260+
<Card title="Optimizations" icon="star" href="/best-practices/caching">
261+
Advanced optimization and patterns techniques
262262
</Card>
263263
</CardGroup>
264264

docs/best-practices/deployments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ vercel env add BROWSERBASE_PROJECT_ID
171171
vercel env add GOOGLE_API_KEY
172172
```
173173

174-
See also: [Browser Environment](/configuration/environment) for details on required variables.
174+
See also: [Browser Environment](/configuration/browser#browserbase-environment) for details on required variables.
175175

176176
### 9. Test locally
177177

docs/integrations/vercel/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Local Playwright browsers are not available on Vercel. Set Stagehand to Browserb
5252
## Links
5353

5454
<CardGroup cols={2}>
55-
<Card title="Quickstart" icon="rocket" href="/integrations/vercel/quickstart">
55+
<Card title="Quickstart" icon="rocket" href="/integrations/vercel/introduction">
5656
Run locally and deploy to Vercel in minutes
5757
</Card>
5858
<Card title="TypeScript Quickstart" icon="code" href="/first-steps/quickstart">

0 commit comments

Comments
 (0)