This is an automated email from the ASF dual-hosted git repository.
xndai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/master by this push:
new 04fad16 Update Presto website link (#378)
04fad16 is described below
commit 04fad167e3f5ad74c52fb4bfe3f7e4cfa7bb1a7a
Author: Martin Traverso <[email protected]>
AuthorDate: Sun Mar 17 21:26:02 2019 -0700
Update Presto website link (#378)
fix #378
---
site/_docs/adopters.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/_docs/adopters.md b/site/_docs/adopters.md
index 24be7d2..ded640f 100644
--- a/site/_docs/adopters.md
+++ b/site/_docs/adopters.md
@@ -58,7 +58,7 @@ or directly into Hive tables backed by an ORC file format.
With more than 300 PB of data, Facebook was an [early adopter of
ORC](https://code.facebook.com/posts/229861827208629/scaling-the-facebook-data-warehouse-to-300-pb/)
and quickly put it into production.
-### [Presto](https://prestodb.io/)
+### [Presto](https://prestosql.io/)
The Presto team has done a lot of work [integrating
ORC](https://code.facebook.com/posts/370832626374903/even-faster-data-at-the-speed-of-presto-orc/)
into their SQL engine.