Skip to content

Commit 1a08904

Browse files
authored
Update tutorialUtils.ts
1 parent c59184b commit 1a08904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/util/tutorialUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const DatasourceTutorials: Partial<Record<DatasourceType, string>> = {
99
es: trans("datasourceTutorial.es"),
1010
smtp: trans("datasourceTutorial.smtp"),
1111
clickHouse: trans("datasourceTutorial.clickHouse"),
12-
googleSheets: "https://docs.lowcoder.dev/data-sources/connect-to-databases/google-sheets",
12+
googleSheets: "https://docs.lowcoder.cloud/data-sources/connect-to-databases/google-sheets",
1313
};
1414

1515
export const getDatasourceTutorial = (datasourceType: DatasourceType) => {

0 commit comments

Comments
 (0)