Skip to content

fix(profile): point install snippets to canonical i.sh / i.ps1 URLs - #41

Merged
LukasWodka merged 1 commit into
mainfrom
fix/profile-install-urls
May 19, 2026
Merged

fix(profile): point install snippets to canonical i.sh / i.ps1 URLs#41
LukasWodka merged 1 commit into
mainfrom
fix/profile-install-urls

Conversation

@saadqbal

@saadqbalsaadqbal commented May 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • The Mac/Linux and Windows install snippets on the org profile linked to install.sh / install.ps1, which both return 404.
  • Switched them to the canonical i.sh / i.ps1 URLs, per the docs setup guide. Both return 200.

Closes#40

Test plan

  • curl -sI https://tracebloc.io/i.sh → 200
  • curl -sI https://tracebloc.io/i.ps1 → 200
  • After merge, view https://github.com/tracebloc and confirm the rendered snippets show the new URLs

Note

Low Risk
Documentation-only change updating install command URLs; no code paths or runtime behavior are affected.

Overview
Updates the org profile README.md install snippets to use the canonical https://tracebloc.io/i.sh (Mac/Linux) and https://tracebloc.io/i.ps1 (Windows) URLs instead of the previous install.* links.

Reviewed by Cursor Bugbot for commit fe79d94. Bugbot is set up for automated code reviews on this repo. Configure here.

The Mac/Linux and Windows install snippets pointed to install.sh and
install.ps1, both of which return 404. The canonical install URLs
served by the website are i.sh and i.ps1 (as documented in the docs
setup guide).
Closes#40
@saadqbalsaadqbal self-assigned this May 15, 2026
@saadqbal
saadqbal requested a review from LukasWodkaMay 15, 2026 09:03
@LukasWodka
LukasWodka merged commit 306eb92 into mainMay 19, 2026
5 of 6 checks passed
@LukasWodkaLukasWodka added bug Something isn't working work-type:bug Defect or regression labels Jun 8, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugSomething isn't workingwork-type:bugDefect or regression

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix broken install URLs in org profile README

2 participants

@saadqbal@LukasWodka