From 09c8a2d726ab2b60d9b0b34a3c9af96e7154c9f2 Mon Sep 17 00:00:00 2001 From: Renan Roggia Date: Wed, 16 Oct 2019 15:27:18 -0300 Subject: [PATCH] Update references to the get-started pages (#9651) --- develop/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/develop/index.md b/develop/index.md index 142b1fb173..6146985ace 100644 --- a/develop/index.md +++ b/develop/index.md @@ -15,8 +15,8 @@ most benefits from Docker. - Learn to [build an image from a Dockerfile](/get-started/part2.md){: target="_blank" class="_"} - Use [multistage builds](/engine/userguide/eng-image/multistage-build.md){: target="_blank" class="_"} to keep your images lean - Manage application data using [volumes](/engine/admin/volumes/volumes.md) and [bind mounts](/engine/admin/volumes/bind-mounts.md){: target="_blank" class="_"} -- [Scale your app](/get-started/part3.md){: target="_blank" class="_"} as a swarm service -- [Define your app stack](/get-started/part5.md){: target="_blank" class="_"} using a compose file +- [Scale your app](/get-started/part3.md){: target="_blank" class="_"} with kubernetes +- [Scale your app](/get-started/part4.md){: target="_blank" class="_"} as a swarm service - General application development best practices ## Learn about language-specific app development with Docker