fix(profile): point install snippets to canonical i.sh / i.ps1 URLs#41
Open
saadqbal wants to merge 1 commit into
Open
fix(profile): point install snippets to canonical i.sh / i.ps1 URLs#41saadqbal wants to merge 1 commit into
saadqbal wants to merge 1 commit into
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
install.sh/install.ps1, which both return 404.i.sh/i.ps1URLs, per the docs setup guide. Both return 200.Closes #40
Test plan
curl -sI https://tracebloc.io/i.sh→ 200curl -sI https://tracebloc.io/i.ps1→ 200Note
Low Risk
Documentation-only change updating install command URLs; no code paths or runtime behavior are affected.
Overview
Updates the org profile
README.mdinstall snippets to use the canonicalhttps://tracebloc.io/i.sh(Mac/Linux) andhttps://tracebloc.io/i.ps1(Windows) URLs instead of the previousinstall.*links.Reviewed by Cursor Bugbot for commit fe79d94. Bugbot is set up for automated code reviews on this repo. Configure here.