Summary: | "download kde source code" points to "how to compile kde" | ||
---|---|---|---|
Product: | [Websites] www.kde.org | Reporter: | tnagy <tnagy256> |
Component: | general | Assignee: | Webmaster <webmaster> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
tnagy
2003-08-01 06:35:28 UTC
Subject: www CVS commit by ojschmidt: Download 'Development Source Code' will now point to the right page CCMAIL:61939-done@bugs.kde.org M +1 -1 menu.inc 1.14 --- www/menu.inc #1.13:1.14 @@ -17,5 +17,5 @@ $section =& $this->appendSection("Download"); $section->appendDir("Stable Version", "download"); -$section->appendLink("Source Code", "http://developer.kde.org/build/index.html", false); +$section->appendLink("Development Source Code", "http://developer.kde.org/source/index.html", false); $section->appendLink("Applications (external)", "http://apps.kde.com/", false); |