Skip to content

Commit 3498add

Browse files
committed
Fix support link /support -> /contact
1 parent d63a96e commit 3498add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/cmd/database-lab/main.go

+1-1
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)