summaryrefslogtreecommitdiff
path: root/ContentFilters.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-26 01:50:27 +0300
committerAndrew Dolgov <[email protected]>2015-07-26 01:50:27 +0300
commitc223e5b851ad3c6a355611ea44e5cfc6938c4861 (patch)
tree31b6794ca6855e979d5504e7c120a55e0700c3eb /ContentFilters.md
parent04acfe33e0ecc86c5730c0f1427b938904d7895a (diff)
fox created page: Scoring
Diffstat (limited to 'ContentFilters.md')
-rw-r--r--ContentFilters.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/ContentFilters.md b/ContentFilters.md
index c1fb34a..383b7c8 100644
--- a/ContentFilters.md
+++ b/ContentFilters.md
@@ -54,7 +54,7 @@ actually delete anything from the database\
3. Set starred - sets article starred automatically on import\
4. Assign tags - assigns custom tags on import\
5. Publish article - sets article published automatically on import\
-6. [[Scoring|Modify score]] - modifies article overall score based on
+6. [Modify score](Scoring) - modifies article overall score based on
the parameter, a signed integer number. Final article score is
calculated after all filters had been applied and is a sum of all
matched scoring actions. I.e. if 3 actions matched the article: ~~5, +5,
@@ -115,5 +115,3 @@ filters are considered when article is being imported and all actions
executed in sequence. Inverse matching reverts matching result, e.g.
filter matching XYZZY in title with inverse flag will match all
articles, except those containing string XYZZY in title.
-
-See also: [[Scoring]]