diff --git a/doc/quick-start.xml b/doc/quick-start.xml
index dac34b7cee3d..6a960f2151da 100644
--- a/doc/quick-start.xml
+++ b/doc/quick-start.xml
@@ -104,8 +104,8 @@ $ svn add pkgs/development/libraries/libfoo/default.nix
- Firefox: pkgs/applications/networking/browsers/firefox-3/default.nix.
+ Thunderbird: pkgs/applications/networking/mailreaders/thunderbird-2.x/default.nix.
Lots of dependencies.
@@ -120,20 +120,19 @@ $ svn add pkgs/development/libraries/libfoo/default.nix
XML::Simple, a Perl module: pkgs/top-level/all-packages.nix
- (search for the perlXMLSimple
- attribute). Most Perl modules are so simple to build that
- they are defined directly in
- all-packages.nix, no need to make a
- separate file for them.
+ xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/top-level/perl-packages.nix">pkgs/top-level/perl-packages.nix
+ (search for the XMLSimple attribute).
+ Most Perl modules are so simple to build that they are
+ defined directly in perl-packages.nix;
+ no need to make a separate file for them.
Adobe Reader: pkgs/applications/misc/acrobat-reader/default.nix.
+ xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/applications/misc/adobe-reader/default.nix">pkgs/applications/misc/adobe-reader/default.nix.
Shows how binary-only packages can be supported. In
particular the builder
+ xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/applications/misc/adobe-reader/builder.sh">builder
uses patchelf to set the RUNPATH and ELF
interpreter of the executables so that the right libraries
are found at runtime.