Skip to content

Commit 8f092ac

Browse files
author
Dan Lynn
committed
Chore: update github org links
1 parent 7043369 commit 8f092ac

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/guides/vscode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
The SQLMesh Visual Studio Code extension is in preview and undergoing active development. You may encounter bugs or API incompatibilities with the SQLMesh version you are running.
88

9-
We encourage you to try the extension and [create Github issues](https://github.com/tobikodata/sqlmesh/issues) for any problems you encounter.
9+
We encourage you to try the extension and [create Github issues](https://github.com/SQLMesh/sqlmesh/issues) for any problems you encounter.
1010

1111
In this guide, you'll set up the SQLMesh extension in the Visual Studio Code IDE software (which we refer to as "VSCode").
1212

@@ -187,7 +187,7 @@ The most common problem is the extension not using the correct Python interprete
187187

188188
Follow the [setup process described above](#vscode-python-interpreter) to ensure that the extension is using the correct Python interpreter.
189189

190-
If you have checked the VSCode `sqlmesh` output channel and the extension is still not using the correct Python interpreter, please raise an issue [here](https://github.com/tobikodata/sqlmesh/issues).
190+
If you have checked the VSCode `sqlmesh` output channel and the extension is still not using the correct Python interpreter, please raise an issue [here](https://github.com/SQLMesh/sqlmesh/issues).
191191

192192
### Missing Python dependencies
193193

@@ -205,4 +205,4 @@ If you are using Tobiko Cloud, make sure `lsp` is included in the list of extras
205205

206206
While the SQLMesh VSCode extension is in preview and the APIs to the underlying SQLMesh version are not stable, we do not guarantee compatibility between the extension and the SQLMesh version you are using.
207207

208-
If you encounter a problem, please raise an issue [here](https://github.com/tobikodata/sqlmesh/issues).
208+
If you encounter a problem, please raise an issue [here](https://github.com/SQLMesh/sqlmesh/issues).

vscode/extension/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ If you encounter issues, please refer to the [VSCode Extension Guide](https://sq
7777

7878
We welcome contributions! Please:
7979

80-
1. [Report bugs](https://github.com/tobikodata/sqlmesh/issues) you encounter
81-
2. [Request features](https://github.com/tobikodata/sqlmesh/issues) you'd like to see
80+
1. [Report bugs](https://github.com/SQLMesh/sqlmesh/issues) you encounter
81+
2. [Request features](https://github.com/SQLMesh/sqlmesh/issues) you'd like to see
8282
3. Share feedback on your experience
8383

8484
## 📄 License
@@ -87,7 +87,7 @@ This extension is licensed under the Apache License 2.0. See [LICENSE](LICENSE)
8787

8888
## 🔗 Links
8989

90-
- [SQLMesh GitHub Repository](https://github.com/tobikodata/sqlmesh)
90+
- [SQLMesh GitHub Repository](https://github.com/SQLMesh/sqlmesh)
9191
- [Tobiko Data Website](https://tobikodata.com)
9292
- [Extension Marketplace Page](https://marketplace.visualstudio.com/items?itemName=tobikodata.sqlmesh)
9393

vscode/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "0.0.7",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/tobikodata/sqlmesh"
9+
"url": "https://github.com/SQLMesh/sqlmesh"
1010
},
1111
"main": "./dist/extension.js",
1212
"icon": "assets/logo.png",

0 commit comments

Comments
 (0)