diff options
| author | Ihor <kopach@users.noreply.github.com> | 2024-07-02 17:15:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-02 17:15:22 +0200 |
| commit | 35f1d362c1c3169aaaf3600886382661af1fc647 (patch) | |
| tree | 0e2e8f85175a5d7fbff6c386aa4773e58da1dbe5 | |
| parent | 80ec8cd5295b923bf65671e249115dbff8dd4b30 (diff) | |
| download | zsh-35f1d362c1c3169aaaf3600886382661af1fc647.tar.gz zsh-35f1d362c1c3169aaaf3600886382661af1fc647.tar.bz2 zsh-35f1d362c1c3169aaaf3600886382661af1fc647.zip | |
docs: rename twitter to X, fix link (#12532)
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | tools/upgrade.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -486,4 +486,4 @@ Oh My Zsh is released under the [MIT license](LICENSE.txt).  -Oh My Zsh was started by the team at [Planet Argon](https://www.planetargon.com/?utm_source=github), a [Ruby on Rails development agency](http://www.planetargon.com/services/ruby-on-rails-development?utm_source=github). Check out our [other open source projects](https://www.planetargon.com/open-source?utm_source=github). +Oh My Zsh was started by the team at [Planet Argon](https://www.planetargon.com/?utm_source=github), a [Ruby on Rails development agency](https://www.planetargon.com/services/ruby-on-rails-development?utm_source=github). Check out our [other open source projects](https://www.planetargon.com/open-source?utm_source=github). diff --git a/tools/upgrade.sh b/tools/upgrade.sh index 5eb90ab41..c586610c4 100755 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -271,7 +271,7 @@ if LANG= git pull --quiet --rebase $remote $branch; then printf '%s %s %s %s /____/ %s %s %s %s\n' $RAINBOW $RESET printf '\n' printf "${BLUE}%s${RESET}\n\n" "$message" - printf "${BLUE}${BOLD}%s %s${RESET}\n" "To keep up with the latest news and updates, follow us on Twitter:" "$(fmt_link @ohmyzsh https://twitter.com/ohmyzsh)" + printf "${BLUE}${BOLD}%s %s${RESET}\n" "To keep up with the latest news and updates, follow us on X:" "$(fmt_link @ohmyzsh https://x.com/ohmyzsh)" printf "${BLUE}${BOLD}%s %s${RESET}\n" "Want to get involved in the community? Join our Discord:" "$(fmt_link "Discord server" https://discord.gg/ohmyzsh)" printf "${BLUE}${BOLD}%s %s${RESET}\n" "Get your Oh My Zsh swag at:" "$(fmt_link "Planet Argon Shop" https://shop.planetargon.com/collections/oh-my-zsh)" elif [[ $verbose_mode == minimal ]]; then |
