adium 5631:a4fe029e6963: Update the tosupportpage.sh script to u...

commits at adium.im commits at adium.im
Sun Jul 7 13:01:12 UTC 2013


details:	http://hg.adium.im/adium/rev/a4fe029e6963
revision:	5631:a4fe029e6963
branch:		adium-1.5.8
author:		Thijs Alkemade <me at thijsalkema.de>
date:		Sun Jul 07 15:01:00 2013 +0200

Update the tosupportpage.sh script to use https for trac too.

diffs (19 lines):

diff -r 71541870379c -r a4fe029e6963 Utilities/tosupportpage.sh
--- a/Utilities/tosupportpage.sh	Sun Jul 07 14:55:56 2013 +0200
+++ b/Utilities/tosupportpage.sh	Sun Jul 07 15:01:00 2013 +0200
@@ -30,7 +30,7 @@
 			<a class="navtab" href="http://adium.im/about">About</a>\
 			<a class="navtab" href="http://adium.im/blog/">Blog</a> \
 			<a class="navtabcurrent" href="http://adium.im/help">Help</a> \
-			<a class="navtab" href="http://trac.adium.im">Development</a> \
+			<a class="navtab" href="https://trac.adium.im">Development</a> \
 			<a class="navtab" href="http://adium.spreadshirt.com">Merchandise</a> \
 			<a class="navtab" href="http://www.adiumxtras.com/">Xtras</a> \
 		</div>|g' \
@@ -55,4 +55,4 @@
 find ../AdiumHelp/gfx/ -type f|while read file
 do
 cp -v "$file" "$1/gfx/${file##*/}"
-done
\ No newline at end of file
+done




More information about the commits mailing list