Skip to content

Commit f0e7607

Browse files
committed
feat: Update smithy repo
1 parent 76a74f2 commit f0e7607

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/help.links

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

3-
echo "Git Repository: https://github.com/awslabs/smithy"
3+
echo "Git Repository: https://github.com/smithy-lang/smithy"
44
echo "Documentation: https://smithy.io"

lib/utils.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
REPO="awslabs/smithy"
5+
REPO="smithy-lang/smithy"
66
GH_REPO="https://github.com/$REPO"
77
GH_REPO_API="https://api.github.com/repos/$REPO"
88
TOOL_NAME="smithy"

0 commit comments

Comments
 (0)