We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a74f2 commit f0e7607Copy full SHA for f0e7607
2 files changed
bin/help.links
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
3
-echo "Git Repository: https://github.com/awslabs/smithy"
+echo "Git Repository: https://github.com/smithy-lang/smithy"
4
echo "Documentation: https://smithy.io"
lib/utils.bash
@@ -2,7 +2,7 @@
set -euo pipefail
5
-REPO="awslabs/smithy"
+REPO="smithy-lang/smithy"
6
GH_REPO="https://github.com/$REPO"
7
GH_REPO_API="https://api.github.com/repos/$REPO"
8
TOOL_NAME="smithy"
0 commit comments