Fix links to API Guide

The API Guide is now on developer.openstack.org, update links and title.

Change-Id: I42a944b84aec21bcb05063f37673efc809d90aa4
This commit is contained in:
Andreas Jaeger 2016-03-22 20:59:43 +01:00 committed by Anne Gentle
parent 1958231425
commit 6538c4ad3d
2 changed files with 8 additions and 8 deletions

View File

@ -60,6 +60,6 @@
</wadl:resources>
<para>
To get started with the APIs, see the <link
xlink:href="http://docs.openstack.org/api/quick-start/content/">OpenStack API Quick Start</link>.
xlink:href="http://developer.openstack.org/api-guide/quick-start/">OpenStack API Guide</link>.
</para>
</preface>

View File

@ -513,11 +513,11 @@
</p>
<p>
To learn how to use the APIs, see the <a
href="http://docs.openstack.org/api/quick-start/content/">OpenStack
href="http://developer.openstack.org/api-guide/quick-start/">OpenStack
API Guide</a> and <a href="http://developer.openstack.org/api-ref.html">OpenStack
API Complete Reference</a>.
</p>
</div>
</div>
<div id="cli">
<h2>
CLIs
@ -560,15 +560,15 @@
<script charset="utf-8" type="text/javascript">
//<![CDATA[
$(document).ready(function() {
function addMenu(){
$(".dropDown").addClass("menuHover");
}
function removeMenu(){
$(".dropDown").removeClass("menuHover");
}
var menuConfig = {
interval: 500,
sensitivity: 4,
@ -576,9 +576,9 @@
timeout: 500,
out: removeMenu
};
$(".dropDownTrigger").hoverIntent(menuConfig);
});
//]]>
</script>