From 7e9a3b5d5897527d9969928ef47a7ad396488298 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Fri, 11 Oct 2024 11:19:59 +0100 Subject: [PATCH] Fix links in docs. --- plugins/channelrx/demodpager/readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins/channelrx/demodpager/readme.md b/plugins/channelrx/demodpager/readme.md index b6e358c4c3..15a8e586d8 100644 --- a/plugins/channelrx/demodpager/readme.md +++ b/plugins/channelrx/demodpager/readme.md @@ -38,7 +38,7 @@ Specifies the pager modulation. Currently only POCSAG is supported. POCSAG uses FSK with 4.5kHz frequency shift, at 512, 1200 or 2400 baud. High frequency is typically 0, with low 1, but occasionally this appears to be reversed, so the demodulator supports either. -Data is framed as specified in ITU-R M.584-2: https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.584-2-199711-I!!PDF-E.pdf +Data is framed as specified in [ITU-R M.584-2](https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.584-2-199711-I!!PDF-E.pdf)

7: Baud

@@ -86,23 +86,23 @@ IP address of the host to forward received messages to via UDP. UDP port number to forward received messages to. -

Filter Duplicates

+

15: Filter Duplicates

Check to filter (discard) duplicate messages. Right click to show the Duplicate Filter options dialog: - Match message only: When unchecked, compare address and message. When checked, compare only message, ignoring the address. - Match last message only: When unchecked the message is compared against all messages in the table. When checked, the message is compared against the last received message only. -

Open Notifications Dialog

+

16: Open Notifications Dialog

When clicked, opens the Notifications Dialog, which allows speech notifications or programs/scripts to be run when messages matching user-defined rules are received. -By running a program such as [cmail](https://www.inveigle.net/cmail/download) on Windows or sendmail on Linux, e-mail notifications can be sent. +By running a program such as [cmail](https://www.inveigle.net/cmail/download) on Windows or sendmail on Linux, e-mail notifications can be sent containing the received message. -Messages can be highlighted in a user-defined colour. +Messages can be highlighted in a user-defined colour, selected in the Highlight column. -By checking plot on map, if a message contains a position specified as latitude and longitude, the message can be displayed on the [Map](../../feature/map/readme.md) feature. -The format of the coordinates should follow https://en.wikipedia.org/wiki/ISO_6709, E.g: 50°40′46″N 95°48′26″W or -23.342,5.234 +By checking Plot on Map, if a message contains a position specified as latitude and longitude, the message can be displayed on the [Map](../../feature/map/readme.md) feature. +The format of the coordinates should follow [ISO 6709](https://en.wikipedia.org/wiki/ISO_6709), E.g: 50°40′46″N 95°48′26″W or -23.342,5.234 Here are a few examples: @@ -116,15 +116,15 @@ In the Speech and Command strings, variables can be used to substitute data from To experiment with regular expressions, try [https://regexr.com/](https://regexr.com/). -

15: Start/stop Logging Messages to .csv File

+

17: Start/stop Logging Messages to .csv File

When checked, writes all received messages to a .csv file. -

16: .csv Log Filename

+

18: .csv Log Filename

Click to specify the name of the .csv file which received messages are logged to. -

17: Read Data from .csv File

+

19: Read Data from .csv File

Click to specify a previously written .csv log file, which is read and used to update the table.