Skip to content

Commit

Permalink
Adapts URLs
Browse files Browse the repository at this point in the history
This closes #29, which actually referred to the old version of Pod::To::Cached
Also refs #46
  • Loading branch information
JJ committed Sep 27, 2019
1 parent 5288402 commit 2d73b7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs/Language/cli.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ B<Default:> C<False>.
=head2 X<-c, --cache>
If C<True>, L<Pod::To::Cached|https://github.com/finanalyst/pod-cached> will be used to load
If C<True>, L<Pod::To::Cached|https://github.com/perl6/Pod-To-Cached> will be used
to load
the pods and create a cache. B<Recommended>.
B<Default:> C<True>.
Expand Down Expand Up @@ -191,4 +192,4 @@ The command used to generated the documentation for C<Documentable> is:
documentable start --topdir=docs -v -a --highlight --highlight-path="/highlights"
=end code
=end pod
=end pod
6 changes: 3 additions & 3 deletions docs/Type/Documentable/Registry.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Defined as
method pod-cache(--> Pod::To::Cached)
Returns the instance of L<Pod::To::Cached|https://github.com/finanalyst/pod-cached> used
Returns the instance of L<Pod::To::Cached|https://github.com/perl6/Pod-To-Cached> used
to cache pod6 files.
=head2 method use-cache
Expand Down Expand Up @@ -128,7 +128,7 @@ Creates a new instance of the class.
=item C<$topdir>: directory containing all the pod6 sources.
=item C<@dirs>: subdirectories of C<$topdir> containing pod6 sources.
=item C<$verbose>: if C<True>, additional information will be printed.
=item C<$use-cache>: use L<Pod::To::Cached|https://github.com/finanalyst/pod-cached> to create a pod6 cache.
=item C<$use-cache>: use L<Pod::To::Cached|https://github.com/perl6/Pod-To-Cached> to create a pod6 cache.
Example:
Expand Down Expand Up @@ -221,4 +221,4 @@ Returns all L<Documentable|/type/Documentable> objects with C<$.name> set to C<$
Equivalent to C<.lookup($name, :by<name>)>.
=end pod
=end pod

0 comments on commit 2d73b7b

Please sign in to comment.