wrap sentence by p tag (#8785)

This commit is contained in:
Takuya Tokuda
2018-06-02 12:46:55 +09:00
committed by k8s-ci-robot
parent af522644be
commit 6ff5ca460f
+4 -2
View File
@@ -36,8 +36,10 @@
<div id='aboutWrapper'>
<div class="aboutsection" markdown="1">
Kubernetes is an open source system for managing <a href="https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/">containerized applications</a> across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications.
The open source project is hosted by the Cloud Native Computing Foundation (<a href="https://www.cncf.io/about">CNCF</a>).
<p>
Kubernetes is an open source system for managing <a href="https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/">containerized applications</a> across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications.
The open source project is hosted by the Cloud Native Computing Foundation (<a href="https://www.cncf.io/about">CNCF</a>).
</p>
<div class="aboutcolumn" markdown="1">
<a href="{{ "docs/imported/release/notes/" | relURL }}">Download Current Release</a>
</div>