You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sh...@apache.org on 2021/05/27 03:36:48 UTC

[apisix-website] branch master updated: docs: fixed kubernetes service api broken link (#328)

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

shuyangw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ad81f9f  docs: fixed kubernetes service api broken link (#328)
ad81f9f is described below

commit ad81f9f5dc513840f883ffa06aaa01481bb55445
Author: Shivani chauhan <56...@users.noreply.github.com>
AuthorDate: Thu May 27 09:06:38 2021 +0530

    docs: fixed kubernetes service api broken link (#328)
---
 website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md | 4 ++--
 website/static/data/showcases.json                                | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md b/website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md
index 374b911..f2b3c83 100644
--- a/website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md
+++ b/website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md
@@ -21,7 +21,7 @@ authorImageURL: "https://avatars2.githubusercontent.com/u/4413028?s=400&u=e140a6
 
 我们知道 Kubernetes 为了将集群内部服务暴露出去,有多种方案实现,其中一个比较受大众推崇的就是 Ingress。Ingress 作为一种对外暴露服务的标准,有相当多的第三方实现,每种实现都有各自的技术栈 和 所依赖的网关的影子,相互之间并不兼容。
 
-为了统一各种 Ingress 的实现,便于 Kubernetes 上统一管理,[SIG-NETWORK](https://github.com/kubernetes/community/tree/master/sig-network) 社区推出了[Kubernetes Service APIs](https://kubernetes-sigs.github.io/service-apis/) 一套标准实现,称为第二代 Ingress 。
+为了统一各种 Ingress 的实现,便于 Kubernetes 上统一管理,[SIG-NETWORK](https://github.com/kubernetes/community/tree/master/sig-network) 社区推出了[Kubernetes Service APIs](https://gateway-api.sigs.k8s.io/) 一套标准实现,称为第二代 Ingress 。
 
 ## 主题描述
 
@@ -149,5 +149,5 @@ RBAC(基于角色的访问控制)是用于 Kubernetes 授权的标准。允
 
 参考:
 
-- https://kubernetes-sigs.github.io/service-apis/
+- https://gateway-api.sigs.k8s.io/
 - https://www.apiseven.com/zh/blog/a-first-look-at-kubernetes-service-api
diff --git a/website/static/data/showcases.json b/website/static/data/showcases.json
index 2585442..9814ce8 100644
--- a/website/static/data/showcases.json
+++ b/website/static/data/showcases.json
@@ -176,7 +176,7 @@
   {
     "caption": "湖南国科云通",
     "image": "showcase/sinog2c.png",
-    "infoLink": "http://sinog2c.com/",
+    "infoLink": "http://www.sinog2c.com/",
     "pinned": true
   },
   {
@@ -218,7 +218,7 @@
   {
     "caption": "中国航信",
     "image": "showcase/TravelSky.png",
-    "infoLink": "http://travelsky.com/",
+    "infoLink": "https://www.travelsky.com.cn/",
     "pinned": true
   },
   {