From fee6f7b3100393155a090ce1d6943e0ac756169c Mon Sep 17 00:00:00 2001 From: gaofei Date: Wed, 24 Jan 2018 09:00:22 +0800 Subject: [PATCH] Fix broken links Change-Id: I4b00a24e5adb2ac6b62218d152aef88fac2d6396 --- doc/source/contributor/transition_to_osc.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/contributor/transition_to_osc.rst b/doc/source/contributor/transition_to_osc.rst index 098d72734..636f8cb92 100644 --- a/doc/source/contributor/transition_to_osc.rst +++ b/doc/source/contributor/transition_to_osc.rst @@ -217,11 +217,11 @@ file. When adding an ``openstack`` networking command to python-openstackclient, you can optionally propose an -`OSC command spec `_ +`OSC command spec `_ which documents the new command interface before proceeding with the implementation. Users of the neutron client's command extensions must adopt the -`OSC plugin `_ +`OSC plugin `_ system for this transition. Such users will maintain their OSC plugin within their own project and should follow the guidance in the table above to determine which command to change. @@ -231,17 +231,17 @@ Developer References * See `OSC neutron support etherpad `_ to determine if an ``openstack`` command is in progress. -* See `OSC command list `_ +* See `OSC command list `_ to determine if an ``openstack`` command exists. -* See `OSC command spec list `_ +* See `OSC command spec list `_ to determine if an ``openstack`` command spec exists. * See `OSC plugin command list `_ to determine if an ``openstack`` plugin command exists. -* See `OSC command structure `_ +* See `OSC command structure `_ to determine the current ``openstack`` command objects, plugin objects and actions. -* See `OSC human interface guide `_ +* See `OSC human interface guide `_ for guidance on creating new OSC command interfaces. -* See `OSC plugin `_ +* See `OSC plugin `_ for information on the OSC plugin system to be used for ``neutron`` CLI extensions. * Create an OSC blueprint: https://blueprints.launchpad.net/python-openstackclient/ * Report an OSC bug: https://bugs.launchpad.net/python-openstackclient/+filebug