Skip to content

Commit

Permalink
Update links to prestosql.io
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Jan 21, 2019
1 parent f230692 commit 57051c9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

## Contributor License Agreement ("CLA")

In order to accept your pull request, we need you to submit a CLA. You only need to do this once, so if you've done this for another Facebook open source project, you're good to go. If you are submitting a pull request for the first time, just let us know that you have completed the CLA and we can cross-check with your GitHub username.

Complete your CLA here: <https://code.facebook.com/cla>
In order to accept your pull request, we need you to [submit a CLA](https://github.com/prestosql/cla).

## License

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Presto [![Build Status](https://travis-ci.org/prestodb/presto.svg?branch=master)](https://travis-ci.org/prestodb/presto)
# Presto [![Build Status](https://travis-ci.com/prestosql/presto.svg?branch=master)](https://travis-ci.com/prestosql/presto)

Presto is a distributed SQL query engine for big data.

See the [User Manual](https://prestodb.io/docs/current/) for deployment instructions and end user documentation.
See the [User Manual](https://prestosql.io/docs/current/) for deployment instructions and end user documentation.

## Requirements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* It always returns single row.
* <p>
* This optimizer rewrites correlated scalar aggregation subquery to left outer join in a way described here:
* https://github.com/prestodb/presto/wiki/Correlated-subqueries
* https://github.com/prestosql/presto/wiki/Correlated-subqueries
* <p>
* From:
* <pre>
Expand Down
12 changes: 6 additions & 6 deletions presto-product-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mode and Presto runs either in Docker container(s) (both pseudo-distributed
and distributed setups are possible) or manually from IntelliJ (for
debugging Presto). The tests run in a separate JVM and they can be started
using the scripts found in `presto-product-tests/bin`. The product
tests are run using the [Tempto](https://github.com/prestodb/tempto) harness.
tests are run using the [Tempto](https://github.com/prestosql/tempto) harness.

Developers should consider writing product tests in addition to any unit tests
when making changes to user visible features. The product tests should also
Expand Down Expand Up @@ -139,13 +139,13 @@ Please keep in mind that if you run tests on Hive of version not greater than 1.
First version of Hive capable of running tests from `post_hive_1_0_1` group is Hive 1.1.0.
For more information on the various ways in which Presto can be configured to
interact with Kerberized Hive and Hadoop, please refer to the [Hive connector documentation](https://prestodb.io/docs/current/connector/hive.html).
interact with Kerberized Hive and Hadoop, please refer to the [Hive connector documentation](https://prestosql.io/docs/current/connector/hive.html).
### Running a single test
The `run_on_docker.sh` script can also run individual product tests. Presto
product tests are either [Java based](https://github.com/prestodb/tempto#java-based-tests)
or [convention based](https://github.com/prestodb/tempto#convention-based-sql-query-tests)
product tests are either [Java based](https://github.com/prestosql/tempto#java-based-tests)
or [convention based](https://github.com/prestosql/tempto#convention-based-sql-query-tests)
and each type can be run individually with the following commands:
```
Expand Down Expand Up @@ -269,7 +269,7 @@ containers in an inconsistent state.
### Debugging Java based tests
[Java based tests](https://github.com/prestodb/tempto#java-based-tests)
[Java based tests](https://github.com/prestosql/tempto#java-based-tests)
can be run and debugged from IntelliJ like regular TestNG tests with the
setup outlined below:
Expand Down Expand Up @@ -365,7 +365,7 @@ following command:
### Debugging convention based tests
Some of the product tests are implemented in a
[convention based](https://github.com/prestodb/tempto#convention-based-sql-query-tests)
[convention based](https://github.com/prestosql/tempto#convention-based-sql-query-tests)
manner. Such tests can not be run directly from IntelliJ and the following
steps explain how to debug convention based tests:
Expand Down
2 changes: 1 addition & 1 deletion presto-server/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Presto is a distributed SQL query engine.

Please see the website for installation instructions:

https://prestodb.io/
https://prestosql.io/
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public enum StandardErrorCode
/**/;

// Connectors can use error codes starting at the range 0x0100_0000
// See https://github.com/prestodb/presto/wiki/Error-Codes
// See https://github.com/prestosql/presto/wiki/Error-Codes

private final ErrorCode errorCode;

Expand Down

0 comments on commit 57051c9

Please sign in to comment.