You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by wa...@apache.org on 2022/12/04 15:52:25 UTC

[incubator-pegasus] branch master updated: fix: fix some bad links of docs (#1282)

This is an automated email from the ASF dual-hosted git repository.

wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new caf5c1ebf fix: fix some bad links of docs (#1282)
caf5c1ebf is described below

commit caf5c1ebf5d6597d19721c2cc63fdd4fe6494e7f
Author: Yingchun Lai <la...@apache.org>
AuthorDate: Sun Dec 4 23:52:20 2022 +0800

    fix: fix some bad links of docs (#1282)
---
 .github/workflows/lint_and_test_admin-cli.yml | 4 ++++
 .github/workflows/lint_and_test_go-client.yml | 4 ++++
 README.md                                     | 6 +++---
 admin-cli/README.md                           | 2 --
 java-client/README.md                         | 2 --
 5 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/lint_and_test_admin-cli.yml b/.github/workflows/lint_and_test_admin-cli.yml
index c6e8dcfe4..c95029ecf 100644
--- a/.github/workflows/lint_and_test_admin-cli.yml
+++ b/.github/workflows/lint_and_test_admin-cli.yml
@@ -43,6 +43,10 @@ jobs:
       - uses: actions/checkout@v2
         with:
           fetch-depth: 1
+      - name: Set up Go
+        uses: actions/setup-go@v2
+        with:
+          go-version: 1.14
       - name: golangci-lint
         uses: golangci/golangci-lint-action@v3
         with:
diff --git a/.github/workflows/lint_and_test_go-client.yml b/.github/workflows/lint_and_test_go-client.yml
index df57cf56d..6bf20de64 100644
--- a/.github/workflows/lint_and_test_go-client.yml
+++ b/.github/workflows/lint_and_test_go-client.yml
@@ -43,6 +43,10 @@ jobs:
       - uses: actions/checkout@v2
         with:
           fetch-depth: 1
+      - name: Set up Go
+        uses: actions/setup-go@v2
+        with:
+          go-version: 1.14
       - name: golangci-lint
         uses: golangci/golangci-lint-action@v3
         with:
diff --git a/README.md b/README.md
index 8694bde58..0833b7fe7 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@ under the License.
 <!-- markdown-link-check-disable -->
 [PacificA]: https://www.microsoft.com/en-us/research/publication/pacifica-replication-in-log-based-distributed-storage-systems/
 <!-- markdown-link-check-enable-->
-[pegasus-rocksdb]: https://github.com/xiaomi/pegasus-rocksdb
-[hbase]: https://hbase.apache.org/
+[rocksdb]: https://github.com/facebook/rocksdb
+[hbase]: https://hbase.apache.org
 [website]: https://pegasus.apache.org
 
 ![pegasus-logo](https://github.com/apache/incubator-pegasus-website/blob/master/assets/images/pegasus-logo-inv.png)
@@ -38,7 +38,7 @@ Apache Pegasus is a distributed key-value storage system which is designed to be
 
 - **horizontally scalable**: distributed using hash-based partitioning
 - **strongly consistent**: ensured by [PacificA][PacificA] consensus protocol
-- **high-performance**: using [RocksDB][pegasus-rocksdb] as underlying storage engine
+- **high-performance**: using [RocksDB][rocksdb] as underlying storage engine
 - **simple**: well-defined, easy-to-use APIs
 
 ## Background
diff --git a/admin-cli/README.md b/admin-cli/README.md
index 3db5d2550..47f23ccd3 100644
--- a/admin-cli/README.md
+++ b/admin-cli/README.md
@@ -18,8 +18,6 @@ under the License.
 -->
 # admin-cli
 
-[![Golang Lint and Unit Test](https://github.com/apache/incubator-pegasus/actions/workflows/lint_and_test_admin-cli.yml/badge.svg)](https://github.com/apache/incubator-pegasus/actions/workflows/lint_and_test_admin-cli.yml)
-
 The command-line tool for the administration of Pegasus.
 
 Thanks to the portability of Go, we have provided binaries of admin-cli for multiple platforms. This is a tremendous advantage
diff --git a/java-client/README.md b/java-client/README.md
index f6683e16d..5549359fb 100644
--- a/java-client/README.md
+++ b/java-client/README.md
@@ -19,8 +19,6 @@ under the License.
 
 # Pegasus Java Client
 
-[![Test - java client](https://github.com/apache/incubator-pegasus/actions/workflows/test_java-client.yml/badge.svg)](https://github.com/apache/incubator-pegasus/actions/workflows/test_java-client.yml)
-
 ## Build
 
 ```


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org