From c667691513c5d1c4245ed8f40c63a89787be1545 Mon Sep 17 00:00:00 2001 From: Martin Traverso Date: Mon, 22 Apr 2019 23:06:18 -0700 Subject: [PATCH] Update link to Presto website --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee34c90..6eff665 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,6 @@ Examples of using the full ANSI-SQL capabilities of PrestoDB for examples from: ### Equivalent Window Function support: PrestoDB, MySQL, PostgreSQL -- PrestoDB: https://prestodb.io/docs/current/functions/window.html +- PrestoDB: https://prestosql.io/docs/current/functions/window.html - MySQL: https://dev.mysql.com/doc/refman/8.0/en/window-functions.html - PostgreSQL: https://www.postgresql.org/docs/current/static/tutorial-window.html