From 0593561d826b64252e80b0ebcc73111c5d09af40 Mon Sep 17 00:00:00 2001 From: Aleksandra Fedorova (bookwar) Date: Sep 16 2016 12:17:21 +0000 Subject: [docs] Fix typo in using_docs example We need to clone initial pagure repo to build docs from sources, not the docs one. --- diff --git a/doc/usage/using_doc.rst b/doc/usage/using_doc.rst index d56535d..e81ffa1 100644 --- a/doc/usage/using_doc.rst +++ b/doc/usage/using_doc.rst @@ -44,7 +44,7 @@ This is how it is built/updated: * Clone pagure's sources:: - git clone https://pagure.io/docs/pagure.git + git clone https://pagure.io/pagure.git * Move into its doc folder::