From ee93d7acd4916bbf125029668f59c255959e22e8 Mon Sep 17 00:00:00 2001 From: Yingchun Lai Date: Wed, 20 Jul 2022 16:22:44 +0800 Subject: [PATCH] chore: update some links --- README.md | 13 ++++--------- go-client/test.sh | 3 +-- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 069274de1e..a80060be7a 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,8 @@ under the License. --> [github-release]: https://github.com/apache/incubator-pegasus/releases - [PacificA]: https://www.microsoft.com/en-us/research/publication/pacifica-replication-in-log-based-distributed-storage-systems/ - [pegasus-rocksdb]: https://github.com/xiaomi/pegasus-rocksdb -[facebook-rocksdb]: https://github.com/facebook/rocksdb [hbase]: https://hbase.apache.org/ [website]: https://pegasus.apache.org @@ -71,13 +68,11 @@ See our documentation on the [Pegasus Website][website]. Pegasus has support for several languages: - - [Java](https://github.com/apache/incubator-pegasus/blob/master/java-client) - - [C++](https://github.com/apache/incubator-pegasus/blob/master/src/include/pegasus/client.h) -- [Go](https://github.com/apache/incubator-pegasus/go-client) -- [Python](https://github.com/xiaomi/pegasus-python-client) -- [Node.js](https://github.com/xiaomi/pegasus-nodejs-client) +- [Go](https://github.com/apache/incubator-pegasus/blob/master/go-client) +- [Python](https://github.com/apache/incubator-pegasus/blob/master/python-client) +- [Node.js](https://github.com/apache/incubator-pegasus/blob/master/nodejs-client) - [Scala](https://github.com/apache/incubator-pegasus/blob/master/scala-client) ## Contact us @@ -98,5 +93,5 @@ Data import/export tools: ## License -Copyright 2020 The Apache Software Foundation. Licensed under the Apache License, Version 2.0: +Copyright 2022 The Apache Software Foundation. Licensed under the Apache License, Version 2.0: [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) diff --git a/go-client/test.sh b/go-client/test.sh index d58de67a51..3cd223d42d 100755 --- a/go-client/test.sh +++ b/go-client/test.sh @@ -22,9 +22,8 @@ SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}") PROJECT_DIR=$(dirname "${SCRIPT_DIR}") cd "${PROJECT_DIR}" || exit 1 -# TODO(yingchun): need to update URL PEGASUS_PKG="pegasus-tools-2.0.0-5d969e8-glibc2.12-release" -PEGASUS_PKG_URL="https://github.com/XiaoMi/pegasus/releases/download/v2.0.0/pegasus-tools-2.0.0-5d969e8-glibc2.12-release.tar.gz" +PEGASUS_PKG_URL="https://github.com/apache/incubator-pegasus/releases/download/v2.0.0/pegasus-tools-2.0.0-5d969e8-glibc2.12-release.tar.gz" # start pegasus onebox environment if [ ! -f $PEGASUS_PKG.tar.gz ]; then