docs(install): 配信 URL を https://dl.basex.jp/install.sh に更新 (PLAN31_1)#49
Merged
Conversation
GitHub Pages (dl.basex.jp) での配信開始に伴い、README / getting-started / CHANGELOG / install.sh ヘッダコメントの導入 URL を raw.githubusercontent から 短い正規 URL に差し替え。配信仕様は docs/developer/installer-hosting.md。 (installer-hosting.md の旧URL記述は before/after 対比のため意図的に残置) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
dl.basex.jp) での配信開始に伴い、導入ワンライナーの URL をhttps://raw.githubusercontent.com/devbasex/devbase/main/install.sh(約73文字)→
https://dl.basex.jp/install.sh(約33文字) に更新README.md/docs/user/getting-started.md/CHANGELOG.md/install.sh(ヘッダコメント)docs/developer/installer-hosting.mdの旧 URL 記述は before/after 対比のため意図的に残置配信確認(実測)
https://dl.basex.jp/install.sh→ HTTP 200 / ssl_verify=0(証明書一致)/ Enforce HTTPS 有効main:install.shと一致Test
shellcheck --severity=error install.sh通過(変更はコメントのみ)pytest tests/cli/test_install_sh.py→ 10 passed