Skip to content

Commit 6f5a799

Browse files
committed
fix: Update redirect url
1 parent 1d33023 commit 6f5a799

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vscode-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/swift-server-community/vscode-aws-lambda-swift-sam"
99
},
10-
"version": "1.1.8",
10+
"version": "1.1.7",
1111
"workspaces": [
1212
"packages/*"
1313
],

vscode-extension/webview-ui/src/components/navbar/Navbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const Navbar = () => {
8585
<div className="navbar-items">
8686
<h1 className="">vscode-aws-lambda-swift</h1>
8787
<a
88-
href="https://github.com/MarwaneKoutar/vscode-aws-lambda-swift"
88+
href="https://github.com/swift-server-community/vscode-aws-lambda-swift-sam"
8989
className="github-icon"
9090
>
9191
<VscGithubInverted size={30} />

0 commit comments

Comments
 (0)