Skip to content

docs: fix remaining conductor-sdk org links (csproj + e2e script) - #139

Merged
nthmost-orkes merged 2 commits into
mainfrom
fix/docs-old-org-link
Aug 10, 2026
Merged

docs: fix remaining conductor-sdk org links (csproj + e2e script)#139
nthmost-orkes merged 2 commits into
mainfrom
fix/docs-old-org-link

Conversation

@nthmost-orkes

@nthmost-orkes nthmost-orkes commented Apr 2, 2026

Copy link
Copy Markdown
Contributor

Fixes conductor-oss/getting-started#26

The README "Next:" link this PR originally fixed was already resolved by the README rewrite on main, so that change is now dropped (README is byte-identical to main). Repurposed to clean up the old-org references that still linger elsewhere in the repo:

  • RepositoryUrl in all five .csproj files (Conductor, Conductor.AI, Conductor.AI.OpenAI, Conductor.AI.GoogleADK, Conductor.AI.SemanticKernel) → https://github.com/conductor-oss/csharp-sdk
  • The bundle-README link in scripts/package-e2e-bundle.shconductor-oss/csharp-sdk

Left intact: docs/examples.md links to conductor-sdk/conductor-examples, which is a different repo that has not moved orgs, and the unrelated User-Agent = "conductor-sdk" string in an example.

User impact: NuGet package pages and the published e2e-test bundle README pointed users at the dead conductor-sdk/conductor-csharp repo. They now link to the live conductor-oss/csharp-sdk home.

@codecov

codecov Bot commented Apr 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
unittests 20.02% <ø> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Flag Coverage Δ
unittests 20.02% <ø> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nthmost-orkes

nthmost-orkes commented Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Update: reopened and repurposed instead of closing.

The README "Next:" link this PR originally fixed was already resolved by the README rewrite on main, so that change is dropped (README is now byte-identical to main). But the old conductor-sdk/conductor-csharp org string still lingered elsewhere in the repo, so this PR now cleans those up:

  • RepositoryUrl in all 5 .csproj files → https://github.com/conductor-oss/csharp-sdk
  • The bundle-README link in scripts/package-e2e-bundle.sh

Left intact: docs/examples.mdconductor-sdk/conductor-examples (a different repo that has not moved orgs) and the unrelated User-Agent = "conductor-sdk" example string.

The README link this PR originally fixed was already resolved by the README
rewrite on main. Update the remaining old-org references that still pointed at
conductor-sdk/conductor-csharp: the RepositoryUrl in all five .csproj files and
the bundle-README link in scripts/package-e2e-bundle.sh.
@nthmost-orkes nthmost-orkes changed the title docs: update old conductor-sdk org link to conductor-oss docs: fix remaining conductor-sdk org links (csproj + e2e script) Aug 10, 2026
@nthmost-orkes nthmost-orkes reopened this Aug 10, 2026
@nthmost-orkes
nthmost-orkes merged commit 49bef08 into main Aug 10, 2026
12 of 13 checks passed
@nthmost-orkes
nthmost-orkes deleted the fix/docs-old-org-link branch August 11, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

C# SDK README is nearly empty and links to old conductor-sdk org

4 participants