Skip to content

Commit 42004c1

Browse files
authored
docs(installation): fix Zi installer raw URL (#793)
* docs(zsh-lint): add generated-reference markers (#755) docs(zsh-lint): add generated-reference markers and seed content Re-add the {/* zsh-lint:generated:start/end */} markers to the Zsh Lint ecosystem page so the wiki-docs-sync pipeline from z-shell/zsh-lint has a region to inject into. Seed the region with the current generated Go reference so the first automated sync is a no-op rather than a failure. The marked region is machine-managed — do not hand-edit; it is regenerated from the repo's Go doc comments. Co-authored-by: Salvydas Lukosius <ss-o@users.noreply.github.com> * docs(zsh-lint): sync generated reference (#756) docs(zsh-lint): sync generated reference from zsh-lint * ci(trunk): fix duplicate Trunk Check context blocking PRs (#759) ci(trunk): rename workflow/job to Trunk Code Quality to fix duplicate check context The workflow and job were both named 'Trunk Check', colliding with the check that trunk-io/trunk-action posts (also 'Trunk Check'). Two identically-named check-runs confuse strict branch protection (required context 'Trunk Check'), leaving PRs stuck in BLOCKED even when all checks pass. Renaming to the org-conventional 'Trunk Code Quality' (matching other repos) leaves the action's 'Trunk Check' as the sole required context. Fixes #757. Co-authored-by: Salvydas Lukosius <ss-o@users.noreply.github.com> * docs(packages): drop removed Zsh 5.1.1/5.2.4 from version list The zsh package no longer ships 5.1.1 or 5.2.4 as selectable profiles (z-shell/zsh#14). Remove the two stale 'zi pack' examples so the usage page matches the available manifest profiles. * docs(zsh-lint): move tool documentation into community * docs(zsh-lint): normalize generated reference indentation * ci(workflows): enforce concurrency and permissions rules * ci(workflows): enforce top-level policy blocks * docs(installation): fix Zi installer raw URL * chore(repo): reconcile main content into next * docs(community): align project metadata with Linear --------- Co-authored-by: Salvydas Lukosius <ss-o@users.noreply.github.com>
1 parent 1f42204 commit 42004c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting_started/01_installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ The module transparently and automatically compiles sourced scripts and lists of
202202
| Service | URL |
203203
| :--------- | ----------------------------------------------------------------------- |
204204
| Short URL | https://get.zshell.dev |
205-
| GitHub RAW | https://raw.githubusercontent.com/z-shell/src/main/lib/sh/install.sh |
205+
| GitHub RAW | https://raw.githubusercontent.com/z-shell/src/main/public/sh/install.sh |
206206

207207
### <i class="fa-brands fa-superpowers"></i> Loader {/* #loader */}
208208

0 commit comments

Comments
 (0)