Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Same values in some links for a source and name were fixed
  • Loading branch information
Altai-man committed Jun 21, 2016
1 parent 38f6ccd commit cae8d91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/Language/faq.pod
Expand Up @@ -52,8 +52,8 @@ Perl 5's perlbrew and the equivalent Python and Ruby tools.
The most reliable information is to be found either under the perl6.org domains or directly linked from it.
L<https://www.perl6.org/documentation/|https://www.perl6.org/documentation/> with
L<https://doc.perl6.org/|https://doc.perl6.org/> as the canonical technical reference.
L<https://www.perl6.org/documentation/> with
L<https://doc.perl6.org/> as the canonical technical reference.
There is much good recent material on YouTube but be careful to check any dates
on webpages since much of the Perl 6 information on random websites found by
Expand All @@ -74,7 +74,7 @@ Yes, see L<glossary|/language/glossary>.
=head2 I'm a Perl 5 programmer. Where is a list of differences between Perl 5 and 6?
See the pod with the 5to6- prefix under L<https://doc.perl6.org/language.html|https://doc.perl6.org/language.html>
See the pod with the 5to6- prefix under L<https://doc.perl6.org/language.html>
=head1 Modules
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/Channel.pod
Expand Up @@ -151,7 +151,7 @@ Usage:
CHANNEL.Supply
This returns an C<on-demand> L<Supply|Supply> that emits a value for every value
This returns an C<on-demand> L<Supply> that emits a value for every value
received on the Channel. C<done> will be called on the C<Supply> when the L<Channel>
is closed.
Expand Down

0 comments on commit cae8d91

Please sign in to comment.