This is an automated email from the ASF dual-hosted git repository.
runzhiwang pushed a commit to branch asf-site-source
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git
The following commit(s) were added to refs/heads/asf-site-source by this push:
new 57725bb fix the link to raft main page (#291)
57725bb is described below
commit 57725bb419ceaa8fc08fdf20b29546b8d4614273
Author: Yi-Sheng Lien <[email protected]>
AuthorDate: Fri Nov 20 08:38:03 2020 +0800
fix the link to raft main page (#291)
---
content/getting_started.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/getting_started.md b/content/getting_started.md
index ebee356..c249d3c 100644
--- a/content/getting_started.md
+++ b/content/getting_started.md
@@ -15,7 +15,7 @@ title: Getting started
limitations under the License. See accompanying LICENSE file.
-->
-Ratis is a [Raft](https://raft.github.io/") protocol *library* in Java. It's
not a standalone server application like Zookeeper or Consul.
+Ratis is a [Raft](https://raft.github.io/) protocol *library* in Java. It's
not a standalone server application like Zookeeper or Consul.
### Examples