Skip to content

Commit

Permalink
Fixes bad docs links
Browse files Browse the repository at this point in the history
The docs refactor missed fixing some links.

This also throws in a regenerated state graph image too.
  • Loading branch information
skrawcz authored and elijahbenizzy committed Sep 4, 2024
1 parent ad6f1b9 commit 8f9e503
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/examples/chatbots/gpt-like-chatbot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@
"\n",
"More [examples](https://github.com/DAGWorks-Inc/burr/tree/main/examples/):\n",
"\n",
"- e.g. [test case creation](https://burr.dagworks.io/examples/creating_tests/)\n",
"- e.g. [test case creation](https://burr.dagworks.io/examples/guardrails/creating_tests/)\n",
"- e.g. [multi-agent collaboration](https://github.com/DAGWorks-Inc/burr/tree/main/examples/multi-agent-collaboration)\n",
"\n",
"Follow on Twitter & LinkedIn:\n",
Expand Down
Binary file modified examples/multi-agent-collaboration/hamilton/statemachine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/multi-modal-chatbot/burr_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@
"\n",
"More [examples](https://github.com/DAGWorks-Inc/burr/tree/main/examples/):\n",
"\n",
"- e.g. [test case creation](https://burr.dagworks.io/examples/creating_tests/)\n",
"- e.g. [test case creation](https://burr.dagworks.io/examples/guardrails/creating_tests/)\n",
"- e.g. [multi-agent collaboration](https://github.com/DAGWorks-Inc/burr/tree/main/examples/multi-agent-collaboration)\n",
"\n",
"Follow on Twitter & LinkedIn:\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/tracing-and-spans/burr_otel_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@
"\n",
"More [examples](https://github.com/DAGWorks-Inc/burr/tree/main/examples/):\n",
"\n",
"- e.g. [test case creation](https://burr.dagworks.io/examples/creating_tests/)\n",
"- e.g. [test case creation](https://burr.dagworks.io/examples/guardrails/creating_tests/)\n",
"- e.g. [multi-agent collaboration](https://github.com/DAGWorks-Inc/burr/tree/main/examples/multi-agent-collaboration)\n",
"\n",
"Follow on Twitter & LinkedIn:\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/youtube-to-social-media-post/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Persistence is great for iterative development such as tuning your [Instructor model with validators and constraints](https://python.useinstructor.com/concepts/reask_validation/), but it's also a powerful tool for building [test cases and guard rails](https://burr.dagworks.io/examples/creating_tests/). The CLI command `burr-test-case` can generate a `pytest.fixture` to resume your app from a given state."
"Persistence is great for iterative development such as tuning your [Instructor model with validators and constraints](https://python.useinstructor.com/concepts/reask_validation/), but it's also a powerful tool for building [test cases and guard rails](https://burr.dagworks.io/examples/guardrails/creating_tests/). The CLI command `burr-test-case` can generate a `pytest.fixture` to resume your app from a given state."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion telemetry/ui/src/components/routes/app/ReproduceView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const ReproduceView = (props: {
<p>
To generate a test case for this step, run the following command.
<a
href="https://burr.dagworks.io/examples/creating_tests/"
href="https://burr.dagworks.io/examples/guardrails/creating_tests/"
target="_blank"
rel="noreferrer"
className="hover:underline text-dwlightblue"
Expand Down

0 comments on commit 8f9e503

Please sign in to comment.