Skip to content

docs: replace dead MyGet build link with CI feed link - #4648

Open
FirmaSpring wants to merge 1 commit into
LuckyPennySoftware:mainfrom
FirmaSpring:fix/issue-template-ci-link
Open

docs: replace dead MyGet build link with CI feed link#4648
FirmaSpring wants to merge 1 commit into
LuckyPennySoftware:mainfrom
FirmaSpring:fix/issue-template-ci-link

Conversation

@FirmaSpring

Copy link
Copy Markdown

Problem

ISSUE_TEMPLATE.md tells reporters to "Try the MyGet build" and links to https://docs.automapper.io/en/latest/The-MyGet-build.html.

That page is gone:

curl -sL -o /dev/null -w "%{http_code} %{url_effective}\n" \
  https://docs.automapper.io/en/latest/The-MyGet-build.html
# 404 https://docs.automapper.io/en/latest/The-MyGet-build.html

Solution

Link to the CI feed that the project actually publishes to. .github/workflows/ci.yml pushes CI packages to https://f.feedz.io/lucky-penny-software/automapper/nuget/index.json, so the template now points at the feed portal page for that org:

curl -sL -o /dev/null -w "%{http_code} %{url_effective}\n" \
  https://feedz.io/portal/org/lucky-penny-software/repository/automapper
# 200

Verification

Only the markdown link changes; no code or workflow changes.

The issue template links to docs.automapper.io/en/latest/The-MyGet-build.html which returns GET 404. CI builds are published to the feedz.io lucky-penny-software org per .github/workflows/ci.yml, so point there instead.

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