Skip to content

Commit 49697ff

Browse files
committed
Fix link to snapper module
1 parent a7dfb8a commit 49697ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Telemetry.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ repeatedly until the end of program. It is exported by default.
100100
By default, it will call C<snap> every B<0.1> second. The only positional
101101
parameter is taken to be the delay between C<snap>s.
102102
103-
Please see the L<snapper|/routine/snapper> module for externally starting a snapper without
103+
Please see the L<snapper module|#module_snapper> for externally starting a snapper without
104104
having to change the code. Simply adding C<-Msnapper> as a command line
105105
parameter, will then start a snapper for you.
106106
@@ -204,4 +204,4 @@ between snapshots. If not specified, it will default to B<0.1> seconds.
204204
205205
=end pod
206206

207-
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
207+
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)