This is an automated email from the ASF dual-hosted git repository.
snlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new dfb35e8 Fixed #3960 Update README.md to fix Quick Demo link broken.
(#3962)
dfb35e8 is described below
commit dfb35e8a9e3db1fa58471b9599bc666421849a02
Author: Evan Lin <[email protected]>
AuthorDate: Thu Mar 14 01:23:58 2019 +0800
Fixed #3960 Update README.md to fix Quick Demo link broken. (#3962)
* Fix README.md "Quick Demo" link broken
To link start offline demo section on getting started page.
* Update README.md to fix Quick Demo link broken.
Replace to https://pinot.readthedocs.io/en/latest/getting_started.html
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index b1a35dc..7ec4ded 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ Because of the design choices we made to achieve these goals,
there are certain
Pinot works very well for querying time series data with lots of Dimensions
and Metrics. Example - Query (profile views, ad campaign performance, etc.) in
an analytical fashion (who viewed this profile in the last weeks, how many ads
were clicked per campaign).
## Instructions to build Pinot
-More detailed instructions can be found at [Quick
Demo](https://pinot.readthedocs.io/en/latest/trying_pinot.html) section in the
documentation.
+More detailed instructions can be found at [Quick
Demo](https://pinot.readthedocs.io/en/latest/getting_started.html) section in
the documentation.
```
# Clone a repo
$ git clone https://github.com/apache/incubator-pinot.git
@@ -76,9 +76,9 @@ $ bin/quick-start-offline.sh
## Documentation
Check out [Pinot documentation](https://pinot.readthedocs.io) for a complete
description of Pinot's features.
-- [Quick Demo](https://pinot.readthedocs.io/en/latest/trying_pinot.html)
+- [Quick Demo](https://pinot.readthedocs.io/en/latest/getting_started.html)
- [Pinot
Architecture](https://pinot.readthedocs.io/en/latest/architecture.html)
- [Pinot Query
Language](https://pinot.readthedocs.io/en/latest/pql_examples.html)
## License
-Apache Pinot is under [Apache License, Version
2.0](http://www.apache.org/licenses/LICENSE-2.0)
\ No newline at end of file
+Apache Pinot is under [Apache License, Version
2.0](http://www.apache.org/licenses/LICENSE-2.0)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]