Skip to content

Commit

Permalink
README of RT extensions are not supposed to be linked to RT README
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed May 6, 2024
1 parent edba0d8 commit d4b271d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/extensions.pod
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ L<http://www.bestpractical.com/rt/extensions.html>

RT extensions should be installed by downloading the C<.tar.gz> file for
the extensions, extracting it (with C<tar xzf filename.tar.gz>), and
following the instructions in its included F<README>.
following the instructions in its included C<README>.

The instructions under C<INSTALLING> in the F<README> always take
The instructions under C<INSTALLING> in the C<README> always take
precedence over those found here. In general, however, the process is
as follows:

Expand Down
2 changes: 1 addition & 1 deletion docs/writing_extensions.pod
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ When you have your extension ready and want to release it to the world, you
can do so with a few simple steps.

Assuming you have run C<perl Makefile.PL> and you created the F<inc/.author>
directory as described above, a F<README> file will be created for you. You can
directory as described above, a C<README> file will be created for you. You can
now type:

make manifest
Expand Down

0 comments on commit d4b271d

Please sign in to comment.