From cdde092c5da230242e4ee2937f3f531898e302d7 Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Fri, 29 Jan 2021 16:22:23 +0800 Subject: [PATCH] [KYUUBI #315] Update README.md ![yaooqinn](https://badgen.net/badge/Hello/yaooqinn/green) [![Closes%20#315](https://badgen.net/badge/Preview/Closes%2520%23315/blue)](https://github.com/yaooqinn/kyuubi/pull/315) ![2](https://badgen.net/badge/%2B/2/red) ![2](https://badgen.net/badge/-/2/green) ![1](https://badgen.net/badge/commits/1/yellow) ![Test Plan](https://badgen.net/badge/Missing/Test%20Plan/ff0000) [❨?❩](https://pullrequestbadge.com/?utm_medium=github&utm_source=yaooqinn&utm_campaign=badge_info) ### _Which issue are you going to fix?_ Fixes #${ID} ### _Why are the changes needed?_ ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/tools/testing.html#running-tests) locally before make a pull request Closes #315 from yaooqinn/yaooqinn-patch-1. 8feb614 [Kent Yao] Update README.md Authored-by: Kent Yao Signed-off-by: Kent Yao --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 084761c29..e9ddbb61f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You can find the specific version of Kyuubi documentation as listed below. - [v1.0.1](https://kyuubi.readthedocs.io/en/v1.0.1/) - [v1.0.0](https://kyuubi.readthedocs.io/en/v1.0.0/) -For 0.8 and earlier versions, please check the [project docs folder](https://github.com/yaooqinn/kyuubi/tree/branch-0.7/docs) directly. +For 0.8 and earlier versions, please check the [Github Pages](https://yaooqinn.github.io/kyuubi/) directly. ## Quick Start @@ -68,4 +68,4 @@ All bits of help are welcome. You can make various types of contributions to Kyu The project took its name from a character of a popular Japanese manga - `Naruto`. The character is named `Kyuubi Kitsune/Kurama`, which is a nine-tailed fox in mythology. `Kyuubi` spread the power and spirit of fire, which is used here to represent the powerful [Apache Spark](http://spark.apache.org). -It's nine tails stands for end-to-end multi-tenancy support of this project. \ No newline at end of file +It's nine tails stands for end-to-end multi-tenancy support of this project.