Skip to content

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

Open
saadqbal wants to merge 1 commit into
mainfrom
fix/profile-install-urls
Open

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

Conversation

@saadqbal
Copy link
Copy Markdown
Contributor

@saadqbal saadqbal commented May 15, 2026

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
@saadqbal saadqbal self-assigned this May 15, 2026
@saadqbal saadqbal requested a review from LukasWodka May 15, 2026 09:03
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.

Fix broken install URLs in org profile README

2 participants