From 0e22ca88267547e99758c1f2e5b198112f51f413 Mon Sep 17 00:00:00 2001 From: "xuan.mingyi" Date: Tue, 18 Aug 2015 06:52:14 +0000 Subject: [PATCH] Update README.md for repo project Change-Id: I75fb233d903e03bdfef76f0ec0b4bd48f4bf7a1b --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index ad3ab101b..a58698fed 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ API-Site repository This repository contains documentation for the OpenStack project. For details, see the -`OpenStack Documentation wiki page `_, +`OpenStack Documentation wiki page `_, which includes these pages and PDFs: * API Quick Start @@ -62,7 +62,7 @@ Build and update API docs ========================= To complete code reviews in this repository, use the standard OpenStack Gerrit -`workflow `_ . For details, see +`workflow `_ . For details, see `Gerrit Workflow `_. To build and update the API documents: @@ -73,7 +73,7 @@ To build and update the API documents: #. Run this command to clone openstack/api-site:: - git clone https://github.com/openstack/api-site + git clone https://git.openstack.org/openstack/api-site #. CD into the api-site directory. @@ -97,7 +97,7 @@ To build and update the API documents: mvn clean generate-sources -#. To check in your changes, see +#. To check in your changes, see `Gerrit Workflow `_. - The root of the generated HTML (API site) documentation is:: @@ -131,7 +131,7 @@ To run individual tests: * ``tox -e checkbuild`` - Builds the manual To run these tests, the Tox package uses the -`OpenStack doc tools package `_. +`OpenStack doc tools package `_. The OpenStack doc tools require Maven for the build check.