From 9d85f953fe4f8e365bcdd231732ab2b10a180d5e Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@enhancesoft.com>
Date: Mon, 22 Oct 2018 20:38:21 +0000
Subject: [PATCH] oops: Oopsies

---
 include/upgrader/done.inc.php | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

diff --git a/include/upgrader/done.inc.php b/include/upgrader/done.inc.php
index 39c598d7f..ff3bb9ffd 100644
--- a/include/upgrader/done.inc.php
+++ b/include/upgrader/done.inc.php
@@ -9,12 +9,17 @@ $_SESSION['ost_upgrader']=null;
         <div id="intro">
         <p><?php echo __('Congratulations! osTicket upgrade has been completed successfully.');?></p>
         <p><?php echo sprintf(__('Please refer to %s for more information about changes and/or new features.'),
-            sprintf('<a href="https://docs.osticket.com/en/latest/Developer%20Documentation/Changelog.html?highlight=notes" target="_blank">%s</a>',
-            __('Release Notes')
+            sprintf('<a href="%s" target="_blank">%s</a>',
+                'https://docs.osticket.com/en/latest/Developer%20Documentation/Changelog.html?highlight=notes',
+                __('Release Notes')
         ));?></p>
         </div>
         <p><?php echo __('Once again, thank you for choosing osTicket.');?></p>
-        <p><?php echo sprintf(__('Please feel free to %1$s let us know %2$s of any other improvements and features you would like to see in osTicket, so that we may add them in the future as we continue to develop better and better versions of osTicket.'), '<a target="_blank" href="http://osticket.com/support/">', '</a>');?></p>
+        <p><?php echo sprintf(__('Please feel free to %1$s let us know %2$s
+                    of any other improvements and features you would like to
+                    see in osTicket, so that we may add them in the future
+                    as we continue to develop better and better versions of
+                    osTicket.'), '<a target="_blank" href="https://osticket.com/support/">', '</a>');?></p>
         <p><?php echo __("We take user feedback seriously and we're dedicated to making changes based on your input.");?></p>
         <p><?php echo __('Good luck.');?><p>
         <p><?php echo __('osTicket Team.');?></p>
@@ -26,10 +31,15 @@ $_SESSION['ost_upgrader']=null;
             <p><b><?php echo __('Post-upgrade');?></b>: <?php
             echo sprintf(__('You can now go to %s to enable the system and explore the new features. For complete and up-to-date release notes see the %s'),
                 sprintf('<a href="'. ROOT_PATH . 'scp/settings.php" target="_blank">%s</a>', __('Admin Panel')),
-                sprintf('<a href="https://docs.osticket.com/en/latest/Developer%20Documentation/Changelog.html?highlight=notes" target="_blank">%s</a>', __('osTicket Docs')));?></p>
+                sprintf('<a href="%s" target="_blank">%s</a>',
+                    'https://docs.osticket.com/en/latest/Developer%20Documentation/Changelog.html?highlight=notes',
+                    __('osTicket Docs')));?></p>
             <p><b><?php echo __('Stay up to date');?></b>: <?php echo __("It's important to keep your osTicket installation up to date. Get announcements, security updates and alerts delivered directly to you!");?>
-            <?php echo sprintf(__('%1$s Get in the loop %2$s today and stay informed!'), '<a target="_blank" href="http://osticket.com/newsletter">', '</a>');?></p>
-            <p><b><?php echo __('Commercial Support Available');?></b>: <?php echo sprintf(__('Get guidance and hands-on expertise to address unique challenges and make sure your osTicket runs smoothly, efficiently, and securely. %1$s Learn More! %2$s'), '<a target="_blank" href="http://osticket.com/support">','</a>');?></p>
+            <?php echo sprintf(__('%1$s Get in the loop %2$s today and stay
+                        informed!'), '<a target="_blank" href="https://osticket.com/">', '</a>');?></p>
+            <p><b><?php echo __('Commercial Support Available');?></b>:
+            <?php echo sprintf(__('Get guidance and hands-on expertise to address unique challenges and make sure your osTicket runs smoothly, efficiently, and securely.  %1$s Learn More! %2$s'),
+                    '<a target="_blank" href="https://osticket.com/">','</a>');?></p>
    </div>
    <div class="clear"></div>
 </div>
-- 
GitLab