From 6dd48ab8c02fa10f4ab72e9a0871620068ddab98 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Fri, 10 Oct 2014 19:24:50 -0500 Subject: [PATCH] Reorder index links The V3 Client link should come before the V2 Client link if that's what we want developers to use. Change-Id: I34a232d21862999a6f1a7acf5382ff752a7e3590 --- doc/source/index.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index d75547c60..60301d38f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -12,13 +12,11 @@ Contents: :maxdepth: 1 man/keystone - using-sessions - using-api-v2 using-api-v3 - + using-sessions authentication-plugins + using-api-v2 middlewarearchitecture - api/modules Contributing