Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fef1e5c

Browse filesBrowse files
committed
Merge branch 'nik-fix-support-link' into 'master'
Fix support link /support -> /contact See merge request postgres-ai/database-lab!464
2 parents feecfc8 + 3498add commit fef1e5c
Copy full SHA for fef1e5c

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎engine/cmd/database-lab/main.go

Copy file name to clipboardExpand all lines: engine/cmd/database-lab/main.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import (
4343
const (
4444
shutdownTimeout = 30 * time.Second
4545
contactSupport = "If you have problems or questions, " +
46-
"please contact Postgres.ai: https://postgres.ai/support"
46+
"please contact Postgres.ai: https://postgres.ai/contact"
4747
)
4848

4949
func main() {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.