diff --git a/doc/admin-guide-cloud/networking/section_networking_config-agents.xml b/doc/admin-guide-cloud/networking/section_networking_config-agents.xml
index 4c396bc32e..845d81cfbc 100644
--- a/doc/admin-guide-cloud/networking/section_networking_config-agents.xml
+++ b/doc/admin-guide-cloud/networking/section_networking_config-agents.xml
@@ -536,7 +536,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
Download the OpenStack Networking code from the repository:>cd C:\OpenStack\
->git clone https://github.com/openstack/neutron.git
+>git clone http://git.openstack.org/cgit/openstack/neutronInstall the OpenStack Networking Hyper-V Agent:
diff --git a/doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml b/doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml
index f5b88a108c..fe1e8743ba 100644
--- a/doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml
+++ b/doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml
@@ -447,7 +447,7 @@
for each pipeline (for further details about pipelines see
) that is defined
in the file called
-
+
pipeline.yaml.
The following publisher types are supported:
diff --git a/doc/common/ch_using_openstack_overview.xml b/doc/common/ch_using_openstack_overview.xml
index b9e9ce6d17..91263c2d14 100644
--- a/doc/common/ch_using_openstack_overview.xml
+++ b/doc/common/ch_using_openstack_overview.xml
@@ -18,7 +18,7 @@
OpenStack dashboard. Use this web-based graphical interface, code named horizon, to view,
+ xlink:href="http://git.openstack.org/cgit/openstack/horizon">horizon, to view,
create, and manage resources and
services.
diff --git a/doc/install-guide/ch_horizon.xml b/doc/install-guide/ch_horizon.xml
index a2c27d0dfb..c7db02b6fd 100644
--- a/doc/install-guide/ch_horizon.xml
+++ b/doc/install-guide/ch_horizon.xml
@@ -6,7 +6,7 @@
xml:id="ch_horizon">
Add the dashboardThe OpenStack dashboard, also known as Horizon, is a Web interface that enables cloud
administrators and users to manage various OpenStack resources and
services.
diff --git a/doc/user-guide/hot/section_software_deployment.xml b/doc/user-guide/hot/section_software_deployment.xml
index c940d3a762..16e64b79a4 100644
--- a/doc/user-guide/hot/section_software_deployment.xml
+++ b/doc/user-guide/hot/section_software_deployment.xml
@@ -44,14 +44,14 @@ agents already being installed and enabledA number of tools are available for building custom images, including:
- diskimage-builder image building tools for OpenStack
+ diskimage-builder image building tools for OpenStackimagefactory builds images for a variety of operating system/cloud
combinations
- Examples in this guide which require custom images will use diskimage-builder.
+ Examples in this guide which require custom images will use diskimage-builder.
@@ -546,14 +546,14 @@ configuration data into a server running a custom image.
All software dependencies installed
- os-refresh-config scripts to be executed on configuration changes
+ os-refresh-config scripts to be executed on configuration changes
- os-apply-config templates to transform the heat-provided config data into
+ os-apply-config templates to transform the heat-provided config data into
service configuration files
- The projects tripleo-image-elements and tripleo-heat-templates demonstrate
+ The projects tripleo-image-elements and tripleo-heat-templates demonstrate
this approach.
diff --git a/doc/user-guide/section_cli_heat.xml b/doc/user-guide/section_cli_heat.xml
index 003dc35a91..7cd8316e31 100644
--- a/doc/user-guide/section_cli_heat.xml
+++ b/doc/user-guide/section_cli_heat.xml
@@ -26,7 +26,7 @@
To create a stack, or template, from an example template file, run the following
command:$heat stack-create mystack --template-file /PATH_TO_HEAT_TEMPLATES/WordPress_Single_Instance.template