www/adium.im 478:39b1afb00cd3: Fix the beta page links to the ch...

commits at adium.im commits at adium.im
Mon Dec 5 02:04:41 UTC 2011


details:	http://hg.adium.im/www/adium.im/rev/39b1afb00cd3
revision:	478:39b1afb00cd3
branch:		adiumx.com
author:		Eric Richie
date:		Sun Dec 04 21:04:35 2011 -0500

Fix the beta page links to the change logs.

diffs (21 lines):

diff -r e90ced76a160 -r 39b1afb00cd3 beta/index.php
--- a/beta/index.php	Sun Dec 04 21:01:08 2011 -0500
+++ b/beta/index.php	Sun Dec 04 21:04:35 2011 -0500
@@ -148,7 +148,7 @@
 ?>			
 		<h2><?=$latest["ver"]?></h2>
 		<p id="download">
-			<a href="http://adiumx.cachefly.net/Adium_<?=$latest["ver"]?>.dmg">
+			<a href="http://download.adium.im/Adium_<?=$latest["ver"]?>.dmg">
 				<?php if (!$forInclude) { ?>
 					<img src="http://adium.im/images/logo_small.png" alt="Adiumy">
 				<?php } ?>
@@ -171,7 +171,7 @@
 						<p>Revision: <a class="changeset" href="http://hg.adium.im/<?=$repo?>/rev/<?=$version["rev"]?>"><?=$version["rev"]?></a></p>
 					</div>
 					<?php
-						readfile(sprintf("../../changelogs/%s.htmlfrag", $version["ver"]));
+						readfile(sprintf("../changelogs/%s.htmlfrag", $version["ver"]));
 					?>
 				</div>
 			<?php




More information about the commits mailing list