summary refs log tree commit diff stats
path: root/lib/pure/logging.nim
diff options
context:
space:
mode:
authorElliot Waite <elliot@elliotwaite.com>2020-12-14 11:13:12 -0800
committerGitHub <noreply@github.com>2020-12-14 20:13:12 +0100
commitf3d57761abc425f546985af407f178d71db20b78 (patch)
tree36925f3cf4bc1b94fa93c58c969f40be60d462fa /lib/pure/logging.nim
parente843492b1334ded1d8fcd0e0eb6dc94fcf970aba (diff)
downloadNim-f3d57761abc425f546985af407f178d71db20b78.tar.gz
Fix broken links in docs (#16336)
* Fix broken links in docs

* Fix rand HSlice links
Diffstat (limited to 'lib/pure/logging.nim')
-rw-r--r--lib/pure/logging.nim8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/pure/logging.nim b/lib/pure/logging.nim
index fa6285a04..06987d395 100644
--- a/lib/pure/logging.nim
+++ b/lib/pure/logging.nim
@@ -246,7 +246,7 @@ when not defined(js):
       ## rotation.
       ##
       ## Create a new ``RollingFileLogger`` with the `newRollingFileLogger proc
-      ## <#newRollingFileLogger,FileMode,int,int>`_.
+      ## <#newRollingFileLogger,FileMode,Positive,int>`_.
       ##
       ## **Note:** This logger is not available for the JavaScript backend.
       ##
@@ -395,7 +395,7 @@ proc newConsoleLogger*(levelThreshold = lvlAll, fmtStr = defaultFmtStr,
   ## * `newFileLogger proc<#newFileLogger,File>`_ that uses a file handle
   ## * `newFileLogger proc<#newFileLogger,FileMode,int>`_
   ##   that accepts a filename
-  ## * `newRollingFileLogger proc<#newRollingFileLogger,FileMode,int,int>`_
+  ## * `newRollingFileLogger proc<#newRollingFileLogger,FileMode,Positive,int>`_
   ##
   ## **Examples:**
   ##
@@ -460,7 +460,7 @@ when not defined(js):
     ## * `newConsoleLogger proc<#newConsoleLogger>`_
     ## * `newFileLogger proc<#newFileLogger,FileMode,int>`_
     ##   that accepts a filename
-    ## * `newRollingFileLogger proc<#newRollingFileLogger,FileMode,int,int>`_
+    ## * `newRollingFileLogger proc<#newRollingFileLogger,FileMode,Positive,int>`_
     ##
     ## **Examples:**
     ##
@@ -496,7 +496,7 @@ when not defined(js):
     ## See also:
     ## * `newConsoleLogger proc<#newConsoleLogger>`_
     ## * `newFileLogger proc<#newFileLogger,File>`_ that uses a file handle
-    ## * `newRollingFileLogger proc<#newRollingFileLogger,FileMode,int,int>`_
+    ## * `newRollingFileLogger proc<#newRollingFileLogger,FileMode,Positive,int>`_
     ##
     ## **Examples:**
     ##