Modify readme

This commit is contained in:
Robin Shen 2022-02-15 12:15:05 +08:00
parent e338fdf399
commit b164f912d5
2 changed files with 2 additions and 4 deletions

View File

@ -1,9 +1,7 @@
**NOTE:** We develop OneDev at <a href="https://code.onedev.io/projects/160">code.onedev.io</a> for sake of dogfooding. All issues and pull requests should be submitted there
<div align="center">
<h1>All-In-One DevOps Platform</h1>
With Git Management, Issue Boards, and CI/CD. Simple yet Powerful.
<h1>Self-hosted Git Server with Built-in CI/CD</h1>
<div style="font-size: 18px;">
| <a href="https://code.onedev.io/projects/162/blob/main/pages/quickstart.md">5-minute Quickstart</a>

View File

@ -336,7 +336,7 @@ public abstract class BasePage extends WebPage {
}
protected String getPageTitle() {
return "OneDev - Super Easy All-in-One DevOps Platform";
return "OneDev: Self-hosted Git Server with Built-in CI/CD";
}
protected int getPageRefreshInterval() {