From d4b271db2c11405d8b3df23e9e846ac265f9d705 Mon Sep 17 00:00:00 2001 From: sunnavy Date: Mon, 6 May 2024 13:23:14 -0400 Subject: [PATCH] README of RT extensions are not supposed to be linked to RT README --- docs/extensions.pod | 4 ++-- docs/writing_extensions.pod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/extensions.pod b/docs/extensions.pod index ce607af7c48..f171d046136 100644 --- a/docs/extensions.pod +++ b/docs/extensions.pod @@ -17,9 +17,9 @@ L RT extensions should be installed by downloading the C<.tar.gz> file for the extensions, extracting it (with C), and -following the instructions in its included F. +following the instructions in its included C. -The instructions under C in the F always take +The instructions under C in the C always take precedence over those found here. In general, however, the process is as follows: diff --git a/docs/writing_extensions.pod b/docs/writing_extensions.pod index a69b2e41474..9c05f802cfb 100644 --- a/docs/writing_extensions.pod +++ b/docs/writing_extensions.pod @@ -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 and you created the F -directory as described above, a F file will be created for you. You can +directory as described above, a C file will be created for you. You can now type: make manifest