Skip to content

Commit

Permalink
fix(vscode): url for repo update (#1967)
Browse files Browse the repository at this point in the history
Existing url on the extension page is old:

<img width="300" alt="image"
src="https://github.com/TBD54566975/ftl/assets/31338/4cddf78e-abab-482f-945f-68401b036ed2">
  • Loading branch information
gak authored Jul 4, 2024
1 parent 8bb6682 commit 55a4e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/TBD54566975/ftl-vscode"
"url": "https://github.com/TBD54566975/ftl"
},
"engines": {
"vscode": "^1.90.2"
Expand Down

0 comments on commit 55a4e96

Please sign in to comment.