Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
expand on local file names in POD links
  • Loading branch information
lichtkind committed Oct 22, 2018
1 parent 2ddbd29 commit 178d2e3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/Language/pod.pod6
Expand Up @@ -481,9 +481,10 @@ C<my $var = 1; say $var;>
To create a link enclose it in C<L< >>
A vertical bar (optional) separates label (optional) and target.
A vertical bar (optional) separates label and target.
The target location can be an URL (first example) or a local POD document (second example).
Local file names are relative to the base of the project, not the current document.
=for code :skip-test
Perl 6 homepage L<https://perl6.org>
Expand All @@ -494,12 +495,12 @@ Perl 6 homepage L<https://perl6.org>
L<Perl 6 homepage|https://perl6.org>
=for code :skip-test
Structure L</language/about#structure>
L<Structure|/language/about#structure>
Structure L</language/about#Structure>
L<Structure|/language/about#Structure>
Structure L</language/about#structure>
Structure L</language/about#Structure>
L<Structure|/language/about#structure>
L<Structure|/language/about#Structure>
To create a link to a section in the same document:
=for code :skip-test
Expand Down

0 comments on commit 178d2e3

Please sign in to comment.