Skip to content

docs: fix stale dagworks-inc/burr URLs and bracketed-extras installs#777

Open
elijahbenizzy wants to merge 1 commit into
mainfrom
chore/fix-stale-burr-references-and-extras
Open

docs: fix stale dagworks-inc/burr URLs and bracketed-extras installs#777
elijahbenizzy wants to merge 1 commit into
mainfrom
chore/fix-stale-burr-references-and-extras

Conversation

@elijahbenizzy
Copy link
Copy Markdown
Contributor

Summary

Two follow-up cleanups the original rename PR #772 missed.

1. Stale dagworks-inc/burr URLs (17 swaps)

Mostly Colab links in example READMEs, plus a commented git URL in burr/tracking/server/s3/deployment/Dockerfile. These all 404 now that the repo lives at apache/burr. Replaced (case-insensitive) with apache/burr.

2. Bracketed-extras install commands the regex missed (11 swaps)

PR #772 caught pip install burr / pip install "burr" cleanly, but missed pip install "burr[extras]" in JSON-escaped notebook cells (\"burr[start]\") and in poetry add ... "burr[...]". Fixed in 9 notebooks, the Dockerfile, and docs/getting_started/install.rst:41.

Scope guardrails

  • The burr[ rename only fires on lines containing pip install or poetry add — won't touch real Python code like state["foo"] or burr.core imports.
  • The dagworks-inc/burr rename only matches that exact substring (case-insensitive).
  • No code changes — just docs/notebooks/Dockerfile string swaps.

Test plan

  • CI green (release-validation, tests, lint)
  • Spot-check a Colab link from one of the modified READMEs resolves to a Colab session

Two follow-up cleanups for the Apache rename:

* 14 example READMEs + 2 notebooks linked `dagworks-inc/burr`
  Colab URLs (or a commented git URL in the s3 Dockerfile) that
  404 since the repo moved to `apache/burr`.

* 11 install lines escaped PR #772's regex (the JSON-escaped
  `\"burr[...]` form in notebook cells, and a `poetry add` form)
  and still said `pip install "burr[extras]"`. PyPI's `burr` is
  an unrelated placeholder, so these instructions don't work.

Pure mechanical sweep. No code or behavior changes.
@github-actions github-actions Bot added area/storage Persisters, state storage area/tracking Telemetry, tracing, OpenTelemetry area/website burr.apache.org website area/examples Relates to /examples labels May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/examples Relates to /examples area/storage Persisters, state storage area/tracking Telemetry, tracing, OpenTelemetry area/website burr.apache.org website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant