From e883573ec75d5a343a95de31f529dfc1423eb550 Mon Sep 17 00:00:00 2001 From: Sonia Ramza Date: Wed, 29 Mar 2017 16:12:09 +1100 Subject: [PATCH] Update how to link The link was previously going to an old wiki page, changes it to go to right page Change-Id: Ie390f4f9cbd2bc61cebf38ef46fb1bd0f0896589 --- modules/groups/groups_homepage/groups_homepage.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/groups/groups_homepage/groups_homepage.module b/modules/groups/groups_homepage/groups_homepage.module index 7f7b8f9..9451a94 100644 --- a/modules/groups/groups_homepage/groups_homepage.module +++ b/modules/groups/groups_homepage/groups_homepage.module @@ -44,7 +44,7 @@ function groups_homepage_block_view($delta='') { $block = array(); switch ($delta) { case 'groups_homepage_welcome': - $block['content'] = variable_get('groups_welcome_body', "Can't find one nearby? Want to start one? The OpenStack International Community team is your main contact point. Join the mailing list and read the HowTo page if you are hosting or want to start a user group with meetups, hackathons and other social events talking about OpenStack and free/libre open source software for the cloud."); + $block['content'] = variable_get('groups_welcome_body', "Can't find one nearby? Want to start one? The OpenStack International Community team is your main contact point. Join the mailing list and read the HowTo page if you are hosting or want to start a user group with meetups, hackathons and other social events talking about OpenStack and free/libre open source software for the cloud."); $block['subject'] = variable_get('groups_welcome_title', 'Welcome to OpenStack User Groups!'); break; case 'groups_community_map':