Bug 332570

Summary: Broken link to "Join the Game" on kde.org/announcements/announce-4.13-beta3.php
Product: [Websites] www.kde.org Reporter: Burkhard Lück <lueck>
Component: generalAssignee: kde-www mailing-list <kde-www>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Burkhard Lück 2014-03-25 08:06:56 UTC
Clicking the link https://relate.kde.org/civicrm/contribute/transact?reset=1&id=5/ to "Join the Game" I get this  error message:

xxThe requested operation could not be completedxx

xxCyclic Link Detectedxx

xxDetails of the Request:xx

xxURL: https://relate.kde.org/civicrm/contribute/transact?reset=1&id=5/xx
xxProtocol: httpsxx
xxDate and Time: xxxxTuesdayxx 25 xxMarchxx 2014 08:59xxxx
xxAdditional Information: https://relate.kde.org/civicrm/contribute/transact?reset=1&id=5/xx
xxDescription:xx

xxUNIX environments are commonly able to link a file or folder to a separate name and/or location. KDE detected a link or series of links that results in an infinite loop - i.e. the file was (perhaps in a roundabout way) linked to itself.xx

Removing the trailing slash like 
- https://relate.kde.org/civicrm/contribute/transact?reset=1&id=5/
+ https://relate.kde.org/civicrm/contribute/transact?reset=1&id=5
fixes this broken link for me.
Comment 1 Albert Astals Cid 2014-03-25 08:41:41 UTC
SVN commit 1381966 by aacid:

Remote / from the end of the relate.kde.org link

Also factor out links from the translation. Makes it easier if we need to update links in the future


 M  +1 -1      announce-4.13-beta3.php  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1381966