Blob Blame History Raw
From 181460274db856db706597149b97609a6a4a87a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20M=C3=A1gr?= <mmagr@redhat.com>
Date: Fri, 3 Oct 2014 19:18:45 +0200
Subject: [PATCH] Change default documentation URL

Documentation should point to RDO docs by default. This patch is changing it.

Fixes: rhbz#1092019

Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
---
 horizon/manifests/init.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/horizon/manifests/init.pp b/horizon/manifests/init.pp
index d64b507..3e6f5aa 100644
--- a/horizon/manifests/init.pp
+++ b/horizon/manifests/init.pp
@@ -228,7 +228,7 @@ class horizon(
   $api_result_limit                    = 1000,
   $log_handler                         = 'file',
   $log_level                           = 'INFO',
-  $help_url                            = 'http://docs.openstack.org',
+  $help_url                            = 'https://www.rdoproject.org/Docs',
   $local_settings_template             = 'horizon/local_settings.py.erb',
   $configure_apache                    = true,
   $bind_address                        = undef,