Fix blog articles using wrong custom URIs
Some blog articles with custom URIs have been localized into Chinese without removing the custom URI from the front matter. Update these articles to use appropriate URIs.
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
title: "容器中运行有状态的应用!? Kubernetes 1.3 说 “是!” "
|
||||
date: 2016-07-13
|
||||
slug: stateful-applications-in-containers-kubernetes
|
||||
url: /blog/2016/07/stateful-applications-in-containers-kubernetes
|
||||
url: /zh/blog/2016/07/stateful-applications-in-containers-kubernetes
|
||||
---
|
||||
<!--
|
||||
---
|
||||
title: " Stateful Applications in Containers!? Kubernetes 1.3 Says “Yes!” "
|
||||
date: 2016-07-13
|
||||
slug: stateful-applications-in-containers-kubernetes
|
||||
url: /blog/2016/07/stateful-applications-in-containers-kubernetes
|
||||
url: /zh/blog/2016/07/stateful-applications-in-containers-kubernetes
|
||||
---
|
||||
-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user