summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-06-01 10:41:52 -0600
committerKarl Williamson <khw@cpan.org>2019-05-25 22:15:22 -0600
commitef460fb9bf5e46f97b57c9532ad89475c3c879cb (patch)
tree0fd1d537fe577ad70d1dee28bf46414c6272455d /INSTALL
parent3eb2b47d438b092eee9d684b3d6a0039ac5b4256 (diff)
downloadperl-ef460fb9bf5e46f97b57c9532ad89475c3c879cb.tar.gz
INTALL: Use L</Foo Bar>, not L<Foo Bar>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 0872708f5d..c3a456de4e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1019,7 +1019,7 @@ Removes -g from optimize, and -DDEBUGGING from ccflags.
=back
If you are using a shared libperl, see the warnings about multiple
-versions of perl under L<Building a shared Perl library>.
+versions of perl under L</Building a shared Perl library>.
Note that a perl built with -DDEBUGGING will be much bigger and will run
much, much more slowly than a standard perl.
@@ -1854,11 +1854,11 @@ Packaging and transferring either the core Perl modules or CPAN
modules to the target platform is also left up to the each
cross-compilation environment. Often the cross-compilation target
platforms are somewhat limited in diskspace: see the section
-L<Minimizing the Perl installation> to learn more of the minimal set
+L</Minimizing the Perl installation> to learn more of the minimal set
of files required for a functional Perl installation.
For some cross-compilation environments the Configure option
-C<-Dinstallprefix=...> might be handy, see L<Changing the installation
+C<-Dinstallprefix=...> might be handy, see L</Changing the installation
directory>.
About the cross-compilation support of Configure: There's two forms.