Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed a few broken links
  • Loading branch information
Jan-Olof Hendig committed Nov 12, 2016
1 parent 213b76c commit 67e6927
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Type/IO.pod6
Expand Up @@ -10,7 +10,7 @@ The IO role provides no functionality itself; it simply marks that a
particular object relates to input/output.
Please note that coercion via L<Cool.IO|/type/Cool#method_IO> leads to
L<IO::Path|/type/IO/Path>. This is the exception from the rule.
L<IO::Path|/type/IO::Path>. This is the exception from the rule.
=head1 Routines
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/X/Constructor/Positional.pod6
Expand Up @@ -6,7 +6,7 @@
class X::Constructor::Positional is Exception { }
Thrown from L<Mu.new> when positional arguments are passed to it.
Thrown from L<Mu.new|/type/Mu#method_new> when positional arguments are passed to it.
For example
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/X/Mixin/NotComposable.pod6
Expand Up @@ -16,7 +16,7 @@ For example
CATCH { default { put .^name, ': ', .Str } };
# OUTPUT: «X::Mixin::NotComposable: Cannot mix in non-composable type A into object of type Int␤»
The compile-time equivalent of this error is L<X::CompositionNotComposable>
The compile-time equivalent of this error is L<X::Composition::NotComposable>
=head1 Methods
Expand Down

0 comments on commit 67e6927

Please sign in to comment.