Skip to content

Commit 32a02ef

Browse files
committed
Break more links in more files to validate that the PR check only checks changed files
1 parent 01193f2 commit 32a02ef

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

get-started.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Welcome to Weights & Biases! Before getting started with our products, it's impo
2626
<Card title="W&B 101 Course" href="https://wandb.ai/site/courses/101/">
2727
A video-led course that emphasizes experiment tracking and features quizzes to ensure comprehension.
2828
</Card>
29+
<Card title="Example Code" href="https://github.com/wandb/nonexistent-repo-12345">
30+
Check out example code for getting started (this is a broken test link).
31+
</Card>
2932
<Card title="YouTube Tutorial" href="https://www.youtube.com/watch?v=tHAFujRhZLA">
3033
Learn how models are trained, evaluated, developed, and deployed and how you can use wandb at each step of that lifecycle to help build better performing models faster.
3134
</Card>

models/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import ApiKeyCreate from "/snippets/en/_includes/api-key-create.mdx";
88
Install W&B to track, visualize, and manage machine learning experiments of any size.
99

1010
<Note>
11-
Are you looking for information on W&B Weave? See the [Weave Python SDK quickstart](/weave/quickstart) or [Weave TypeScript SDK quickstart](/weave/reference/generated_typescript_docs/intro-notebook).
11+
Are you looking for information on W&B Weave? See the [Weave Python SDK quickstart](/weave/quickstart) or [Weave TypeScript SDK quickstart](/weave/reference/generated_typescript_docs/intro-notebook). For advanced features, see the [Advanced Guide](/models/nonexistent-advanced-guide-xyz123).
1212
</Note>
1313

1414
## Sign up and create an API key

weave/quickstart.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import WeaveQuickstartPrereqs from "/snippets/en/_includes/weave-quickstart-prer
1111
<div style={{ display: 'flex', gap: '12px', flexWrap: 'wrap' }}>
1212
<ColabLink url="https://colab.research.google.com/github/wandb/docs/blob/main/weave/cookbooks/source/traces-quickstart.ipynb" />
1313
<GitHubLink url="https://github.com/wandb/docs/blob/main/weave/cookbooks/source/traces-quickstart.ipynb" />
14+
<a href="https://pythn.org/downloads/">Python Downloads (broken link)</a>
1415
</div>
1516

1617
Learn how to track LLM calls with Weave by adding tracing to your code. This quickstart walks you through tracing a request to OpenAI and viewing the results in the Weave UI.
@@ -159,4 +160,4 @@ Click the link in your terminal or paste it into your browser to open the Weave
159160

160161
## Next Steps
161162

162-
[Get started evaluating your app](/weave/tutorial-eval) and then see how to [evaluate a RAG application](/weave/tutorial-rag).
163+
[Get started evaluating your app](/weave/tutorial-eval) and then see how to [evaluate a RAG application](/weave/tutorial-rag).

0 commit comments

Comments
 (0)