From 0f10ca7fd8affd17fc0547f97903dbfead0d1d69 Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Thu, 21 Sep 2017 17:22:42 +0800 Subject: [PATCH] managing change back --- docs/tutorials/stateful-application/basic-stateful-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/stateful-application/basic-stateful-set.md b/docs/tutorials/stateful-application/basic-stateful-set.md index 4a0320fc4b..52de2e9943 100644 --- a/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/docs/tutorials/stateful-application/basic-stateful-set.md @@ -10,7 +10,7 @@ title: StatefulSet Basics --- {% capture overview %} -This tutorial provides an introduction to manage applications with +This tutorial provides an introduction to managing applications with [StatefulSets](/docs/concepts/abstractions/controllers/statefulsets/). It demonstrates how to create, delete, scale, and update the Pods of StatefulSets. {% endcapture %}