Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace getantidote.github.ioantidote.sh #204

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
![version](https://img.shields.io/badge/version-v1.9.7-df5e88)

<a title="GetAntidote"
href="https://getantidote.github.io"
href="https://antidote.sh"
align="right">
<img align="right"
height="80"
alt="GetAntidote Logo"
src="https://avatars.githubusercontent.com/u/101279220?s=80&v=4">
</a>

> [Get the cure][getantidote]</blockquote>
> [Get the cure][antidote]</blockquote>

[Antidote][getantidote] is a feature-complete Zsh implementation of the legacy
[Antidote][antidote] is a feature-complete Zsh implementation of the legacy
[Antibody][antibody] plugin manager, which in turn was derived from [Antigen][antigen].
Antidote not only aims to provide continuity for those legacy plugin managers, but also
to delight new users with high-performance, easy-to-use Zsh plugin management.
Expand Down Expand Up @@ -77,7 +77,7 @@ source /path-to-antidote/antidote.zsh
antidote load ${ZDOTDIR:-$HOME}/.zsh_plugins.txt
```

The full documentation can be found at [https://getantidote.github.io][getantidote].
The full documentation can be found at [https://antidote.sh][antidote].

## Help getting started

Expand Down Expand Up @@ -156,7 +156,6 @@ A big thank you to [Carlos](https://github.com/caarlos0) for all his work on

[antigen]: https://github.com/zsh-users/antigen
[antibody]: https://github.com/getantibody/antibody
[getantidote]: https://getantidote.github.io
[getantibody]: https://github.com/getantibody/antibody
[antidote]: https://antidote.sh
[benchmarks]: https://github.com/romkatv/zsh-bench/blob/master/doc/linux-desktop.md
[zsh]: https://www.zsh.org
2 changes: 1 addition & 1 deletion antidote
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### antidote - the cure to slow zsh plugin management
#
# https://getantidote.github.io
# https://antidote.sh
# run `antidote -h` for usage
#
# Note: this gets overridden if using `antidote init`.
Expand Down
2 changes: 1 addition & 1 deletion functions/antidote
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### antidote - the cure to slow zsh plugin management
#
# https://getantidote.github.io
# https://antidote.sh
# run `antidote -h` for usage
#
# Note: this gets overridden if using `antidote init`.
Expand Down
2 changes: 1 addition & 1 deletion man/antidote.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ By default, antidote uses romkatv/zsh-defer for deferred plugins. If there's a f

# SEE ALSO

For more information, visit https://getantidote.github.io/
For more information, visit https://antidote.sh
2 changes: 1 addition & 1 deletion man/man1/antidote.1
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ this zstyle:
.PP
\ \ zstyle `:antidote:defer' bundle `getantidote/zsh\-defer'
.SH SEE ALSO
For more information, visit https://getantidote.github.io/
For more information, visit https://antidote.sh
.SH BUGS
See GitHub Issues: \c
.UR https://github.com/mattmc3/antidote/issues
Expand Down
Loading