Skip to content

Commit

Permalink
Update wiki links
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmitt committed Dec 1, 2021
1 parent 19347ba commit d82c613
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
>
> This is a reliable fork / place for the continuation of the project.
>
> 🚧 For migration instructions please refer [to this wiki entry](https://github.com/zdharma-continuum/zinit/wiki/Migration-to-zdharma-continuum)
> 🚧 For migration instructions please refer [to this wiki entry](https://github.com/zdharma-continuum/zinit/wiki/%F0%9F%9A%9A-Migration-to-zdharma-continuum)
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand Down
2 changes: 1 addition & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
- **‼️ BREAKING CHANGE** zinit now requires [jq](https://github.com/stedolan/jq)
for JSON parsing. This only affects the `pack` ice. Users who do not have jq
installed will be greeted with a warning when they try to install packages.
To install jq with zinit, you can follow [these instructions in the wiki](https://github.com/zdharma-continuum/zinit/wiki/Recommended-ices#jq)
To install jq with zinit, you can follow [these instructions in the wiki](https://github.com/zdharma-continuum/zinit/wiki/%F0%9F%A7%8A-Recommended-ices#jq)
- `zinit pack` now better supports installation from local files (previously
only relative paths worked), and **custom repositories!**
By default, zinit uses [zhdarma-continuum/zinit-packages](https://github.com/p/zdharma-continuum/zinit-packages).
Expand Down
2 changes: 1 addition & 1 deletion doc/zinit.1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ zinit deleted the \f[C]zdharma\f[R] organization randomly.
This is a reliable fork / place for the continuation of the project.
.PP
\[u1F6A7] For migration instructions please refer to this wiki
entry (https://github.com/zdharma-continuum/zinit/wiki/Migration-to-zdharma-continuum)
entry (https://github.com/zdharma-continuum/zinit/wiki/%F0%9F%9A%9A-Migration-to-zdharma-continuum)
.RE
.PP
\f[B]Table of Contents\f[R] \f[I]generated with
Expand Down
2 changes: 1 addition & 1 deletion zinit-install.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ builtin source "${ZINIT[BIN_DIR]}/zinit-side.zsh" || {
"{nl}{u-warn}Please install jq:{rst}" \
"https://github.com/stedolan/jq" \
"{nl}{u-warn}To do so with zinit, please refer to:{rst}" \
"https://github.com/zdharma-continuum/zinit/wiki/Recommended-ices#jq"
"https://github.com/zdharma-continuum/zinit/wiki/%F0%9F%A7%8A-Recommended-ices#jq"
return 1
}
# ]]]
Expand Down

0 comments on commit d82c613

Please sign in to comment.