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:
parent
1958231425
commit
6538c4ad3d
@ -60,6 +60,6 @@
|
|||||||
</wadl:resources>
|
</wadl:resources>
|
||||||
<para>
|
<para>
|
||||||
To get started with the APIs, see the <link
|
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>
|
</para>
|
||||||
</preface>
|
</preface>
|
||||||
|
@ -513,11 +513,11 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
To learn how to use the APIs, see the <a
|
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 Guide</a> and <a href="http://developer.openstack.org/api-ref.html">OpenStack
|
||||||
API Complete Reference</a>.
|
API Complete Reference</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="cli">
|
<div id="cli">
|
||||||
<h2>
|
<h2>
|
||||||
CLIs
|
CLIs
|
||||||
@ -560,15 +560,15 @@
|
|||||||
<script charset="utf-8" type="text/javascript">
|
<script charset="utf-8" type="text/javascript">
|
||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
function addMenu(){
|
function addMenu(){
|
||||||
$(".dropDown").addClass("menuHover");
|
$(".dropDown").addClass("menuHover");
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeMenu(){
|
function removeMenu(){
|
||||||
$(".dropDown").removeClass("menuHover");
|
$(".dropDown").removeClass("menuHover");
|
||||||
}
|
}
|
||||||
|
|
||||||
var menuConfig = {
|
var menuConfig = {
|
||||||
interval: 500,
|
interval: 500,
|
||||||
sensitivity: 4,
|
sensitivity: 4,
|
||||||
@ -576,9 +576,9 @@
|
|||||||
timeout: 500,
|
timeout: 500,
|
||||||
out: removeMenu
|
out: removeMenu
|
||||||
};
|
};
|
||||||
|
|
||||||
$(".dropDownTrigger").hoverIntent(menuConfig);
|
$(".dropDownTrigger").hoverIntent(menuConfig);
|
||||||
|
|
||||||
});
|
});
|
||||||
//]]>
|
//]]>
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user