From c709f76636bafc501ab107f3a7d993c0e4af7779 Mon Sep 17 00:00:00 2001 From: ShangXiao Date: Wed, 19 Dec 2018 00:57:27 -0800 Subject: [PATCH] Supply hrefs for table of contents according to context Change-Id: Ifcffc93176aac7e158e7e62717c5c8a0e9d981ad --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cc4f7078..e4703a9e 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,14 @@ openstacklib 1. [Overview - What is the openstacklib module?](#overview) 2. [Module Description - What does the module do?](#module-description) 3. [Setup - The basics of getting started with openstacklib](#setup) -4. [Implementation - An under-the-hood peek at what the module is doing](#implementation) -5. [Limitations - OS compatibility, etc.](#limitations) -6. [Development - Guide for contributing to the module](#development) -7. [Contributors - Those with commits](#contributors) -8. [Release Notes - Release notes for the project](#release-notes) -9. [Repository - The project source code repository](#repository) -10. [Versioning - Notes on the version numbering scheme](#versioning) +4. [Usage - The usage of the openstacklib module](#usage) +5. [Implementation - An under-the-hood peek at what the module is doing](#implementation) +6. [Limitations - OS compatibility, etc.](#limitations) +7. [Development - Guide for contributing to the module](#development) +8. [Contributors - Those with commits](#contributors) +9. [Release Notes - Release notes for the project](#release-notes) +10. [Repository - The project source code repository](#repository) +11. [Versioning - Notes on the version numbering scheme](#versioning) Overview --------