Fix curl example refs in docs

The keystone developer docs index page had two links to the same
API examples page: "Service API Examples Using Curl" and
"Admin API Examples Using Curl". This is because the API examples
document had 2 top-level sections.

Partial-Bug: #1283943

Change-Id: I8204268aa482e59f9108d515b69e9c37a12a9e08
This commit is contained in:
Brant Knudson 2014-05-30 17:20:43 -05:00
parent 1ca41569b3
commit 17da215005
1 changed files with 7 additions and 4 deletions

View File

@ -14,10 +14,13 @@
License for the specific language governing permissions and limitations
under the License.
=======================
API Examples using Curl
=======================
===============================
-------------------------------
Service API Examples Using Curl
===============================
-------------------------------
The service API is defined to be a subset of the Admin API and, by
default, runs on port 5000.
@ -67,9 +70,9 @@ Returns::
]
}
=============================
-----------------------------
Admin API Examples Using Curl
=============================
-----------------------------
These examples assume a default port value of 35357, and depend on the
``sampledata`` bundled with keystone.