Git commit ca4311613cbd06f4af051c2765a92c830931567b by Burkhard Lück. Committed on 21/05/2015 at 12:49. Pushed by lueck into branch 'KDE/4.14'.
Fix entity install-intro.docbook with wrong link remove usage of entity &package; kde does only release single application tarballs (with a few exceptions like calligra, kdepim, kdewebdev) &kde-ftp; and &FTP; are gone you can get source tarballs afaik only via download.kde.org see also corresponding commmit in frameworks/doctools http://quickgit.kde.org/?p=kdoctools.git&a=commit&h=7957a1c24490e3d42f21983c0d237a3f208faabe and RR https://git.reviewboard.kde.org/r/123850/ M +3 -3 kdoctools/customization/en/entities/install-intro.docbook http://commits.kde.org/kdelibs/ca4311613cbd06f4af051c2765a92c830931567b diff --git a/kdoctools/customization/en/entities/install-intro.docbook b/kdoctools/customization/en/entities/install-intro.docbook index 3f6f5ed..039b8e9 100644 --- a/kdoctools/customization/en/entities/install-intro.docbook +++ b/kdoctools/customization/en/entities/install-intro.docbook @@ -1,6 +1,6 @@ -<!-- requires that packagename is defined in the documentation prologue +<!-- requires that kappname is defined in the documentation prologue --> <para>&kappname; is part of the &kde; project &kde-http;.</para> -<para>&kappname; can be found in the &package; package on &kde-ftp;, -the main &FTP; site of the &kde; project.</para> +<para>&kappname; can be found on the <ulink url="http://download.kde.org/"> +download site</ulink> of the &kde; project.</para>
