Skip to content

docs: point samples link at SixLabors.Samples.ImageSharp - #3168

Open
FirmaSpring wants to merge 1 commit into
SixLabors:mainfrom
FirmaSpring:fix/samples-repo-link
Open

docs: point samples link at SixLabors.Samples.ImageSharp#3168
FirmaSpring wants to merge 1 commit into
SixLabors:mainfrom
FirmaSpring:fix/samples-repo-link

Conversation

@FirmaSpring

Copy link
Copy Markdown

Problem

The README "Samples Repository" link targets https://github.com/SixLabors/Samples/tree/main/ImageSharp.

A GET with redirects returns 404. The Samples repo default branch now has SixLabors.Samples.ImageSharp instead of ImageSharp.

Solution

Point the link at https://github.com/SixLabors/Samples/tree/main/SixLabors.Samples.ImageSharp.

Verification

curl -sL -o /dev/null -w "%{http_code} %{url_effective}\n" \
  https://github.com/SixLabors/Samples/tree/main/ImageSharp
# 404

curl -sL -o /dev/null -w "%{http_code} %{url_effective}\n" \
  https://github.com/SixLabors/Samples/tree/main/SixLabors.Samples.ImageSharp
# 200

Checked open PRs; none update this path.

The README linked to github.com/SixLabors/Samples/tree/main/ImageSharp, which returns GET 404. The samples now live in SixLabors.Samples.ImageSharp on the same repo.

Co-authored-by: FirmamentalSpring <287222957+FirmaSpring@users.noreply.github.com>
@CLAassistant

CLAassistant commented Aug 17, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

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.

2 participants