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>
|
||||
<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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user