Fix link in msg filters dialog.

This commit is contained in:
Martin Rotter 2020-11-09 09:57:09 +01:00
parent 7eaaeec397
commit ebaa277cc2

View File

@ -36,7 +36,7 @@
#define RELEASES_LIST "https://api.github.com/repos/martinrotter/rssguard/releases"
#define DEFAULT_LOCALE "en"
#define DEFAULT_FEED_ENCODING "UTF-8"
#define MSG_FILTERING_HELP "https://github.com/martinrotter/rssguard/wiki/Message-filtering"
#define MSG_FILTERING_HELP "https://github.com/martinrotter/rssguard/blob/master/resources/docs/Message-filters.md#message-filtering"
#define DEFAULT_FEED_TYPE "RSS"
#define URL_REGEXP "^(http|https|feed|ftp):\\/\\/[\\w\\-_]+(\\.[\\w\\-_]+)+([\\w\\-\\.,@?^=%&:/~\\+#]*[\\w\\-\\@?^=%&/~\\+#])?$"
#define TEXT_TITLE_LIMIT 30