From a121019671a73c7702a957b60596c43331928973 Mon Sep 17 00:00:00 2001 From: Hunter Mellema <124718352+hpmellema@users.noreply.github.com> Date: Mon, 31 Jul 2023 12:01:51 -0600 Subject: [PATCH] Update to use new smithy-lang tap (#1893) --- docs/source-2.0/guides/smithy-cli/cli_installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source-2.0/guides/smithy-cli/cli_installation.rst b/docs/source-2.0/guides/smithy-cli/cli_installation.rst index dcc570e3c58..528d7dd3f25 100644 --- a/docs/source-2.0/guides/smithy-cli/cli_installation.rst +++ b/docs/source-2.0/guides/smithy-cli/cli_installation.rst @@ -39,12 +39,12 @@ Releases of the Smithy CLI can be found on the `Smithy GitHub releases`_ page. .. tab:: Homebrew You can get the CLI via Homebrew by first tapping the official - `AWS Homebrew Tap`_, and then installing the ``smithy-cli`` formula. + `Smithy Homebrew Tap`_, and then installing the ``smithy-cli`` formula. .. code-block:: sh :caption: /bin/sh - brew tap aws/tap && brew install smithy-cli + brew tap smithy-lang/tap && brew install smithy-cli After the install completes, you may run ``smithy --help`` to verify your installation. @@ -503,6 +503,6 @@ We'll be using these to perform the verification. .. _Smithy GitHub releases: https://github.com/smithy-lang/smithy/releases -.. _AWS Homebrew Tap: https://github.com/aws/homebrew-tap +.. _Smithy Homebrew Tap: https://github.com/smithy-lang/homebrew-tap .. _release: https://github.com/smithy-lang/smithy/releases/download/__smithy_version__ .. _key validation: https://www.gnupg.org/gph/en/manual/x334.html