From a9e915007a58b2cef0b723a0d60bc218d18b2cfe Mon Sep 17 00:00:00 2001 From: Rohitt Vashishtha Date: Sun, 26 Nov 2017 20:13:17 +0530 Subject: [PATCH] git-dogs: Move working-copies to docs/git. --- docs/git/index.rst | 1 + docs/{tutorials => git}/working-copies.md | 0 docs/tutorials/index.rst | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename docs/{tutorials => git}/working-copies.md (100%) diff --git a/docs/git/index.rst b/docs/git/index.rst index 7e3eb3ed9d..d7b46f9fdf 100644 --- a/docs/git/index.rst +++ b/docs/git/index.rst @@ -10,6 +10,7 @@ Git Guide How Git is different Important Git terms Get Zulip code + Working copies Using Git as you work Pull Requests Collaborate diff --git a/docs/tutorials/working-copies.md b/docs/git/working-copies.md similarity index 100% rename from docs/tutorials/working-copies.md rename to docs/git/working-copies.md diff --git a/docs/tutorials/index.rst b/docs/tutorials/index.rst index 61fb8b46b9..1899e73a55 100644 --- a/docs/tutorials/index.rst +++ b/docs/tutorials/index.rst @@ -11,4 +11,3 @@ Developer Tutorials reading-list screenshot-and-gif-software shell-tips - working-copies