You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2020/04/27 09:26:35 UTC

[servicecomb-website] branch asf-site updated: fix home page features row's broken linkes

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

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 211b005  fix home page features row's broken linkes
211b005 is described below

commit 211b005de5c3b055e47e96211c31c3d8c2f6b0cb
Author: alec.zheng <al...@gmail.com>
AuthorDate: Mon Apr 27 17:00:04 2020 +0800

    fix home page features row's broken linkes
---
 _pages/cn/home.md | 5 +++--
 _pages/home.md    | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/_pages/cn/home.md b/_pages/cn/home.md
index 2a3f2b3..f7aa93b 100755
--- a/_pages/cn/home.md
+++ b/_pages/cn/home.md
@@ -58,16 +58,17 @@ feature_row:
   - image_path: /assets/images/servicecomb-feature-openapi.png
     alt: "标准"
     title: "服务契约"
-    url: https://docs.servicecomb.io/java-chassis/zh_CN/build-provider/define-contract.html
+    url: https://docs.servicecomb.io/java-chassis/zh_CN/build-provider/define-contract/
     excerpt: "基于 [OpenAPI](https://www.openapis.org) 的服务契约管理"
   - image_path: /assets/images/servicecomb-feature-quickstart.png
     alt: "高效"
     title: "快速开发"
-    url: /cn/docs/quick-start/
+    url: /cn/docs/products/java-chassis/quick-start/
     excerpt: "一键式脚手架,开箱即用,快速构建微服务应用"
   - image_path: /assets/images/servicecomb-feature-multiLanguage.png
     alt: "多语言"
     title: "多语言"
+    url: /cn/docs/products/mesher/quick-start/
     excerpt: "生态扩展支持Java/Golang/PHP/NodeJS等多种开发语言"
 ---
 
diff --git a/_pages/home.md b/_pages/home.md
index 468650a..73e4415 100755
--- a/_pages/home.md
+++ b/_pages/home.md
@@ -58,16 +58,17 @@ feature_row:
   - image_path: /assets/images/servicecomb-feature-openapi.png
     alt: "Standard"
     title: "Service Contract"
-    url: https://docs.servicecomb.io/java-chassis/en_US/build-provider/define-contract.html
+    url: https://docs.servicecomb.io/java-chassis/en_US/build-provider/define-contract/
     excerpt: "Service contract guarantee based on [OpenAPI](https://www.openapis.org)"
   - image_path: /assets/images/servicecomb-feature-quickstart.png
     alt: "Efficient"
     title: "Rapid Development"
-    url: /docs/quick-start/
+    url: /docs/products/java-chassis/quick-start/
     excerpt: "One-click scaffolding, out of the box, speed up building of microservice applications"
   - image_path: /assets/images/servicecomb-feature-multiLanguage.png
     alt: "MultiLanguage"
     title: "Multiple Languages"
+    url: /docs/products/mesher/quick-start/
     excerpt: "Ecological extension supports multiple development languages such as Java/Golang/PHP/NodeJS"
 ---