Group seealsos
diff --git a/Doc/library/calendar.rst b/Doc/library/calendar.rst
index 2e03946..ac6b294 100644
--- a/Doc/library/calendar.rst
+++ b/Doc/library/calendar.rst
@@ -21,10 +21,6 @@
 calendar in Dershowitz and Reingold's book "Calendrical Calculations", where
 it's the base calendar for all computations.
 
-.. seealso::
-
-   Latest version of the :source:`calendar module Python source code
-   <Lib/calendar.py>`
 
 .. class:: Calendar(firstweekday=0)
 
@@ -314,3 +310,5 @@
    Module :mod:`time`
       Low-level time related functions.
 
+   Latest version of the :source:`calendar module Python source code
+   <Lib/calendar.py>`
diff --git a/Doc/library/fnmatch.rst b/Doc/library/fnmatch.rst
index 8af6c0b..f162959 100644
--- a/Doc/library/fnmatch.rst
+++ b/Doc/library/fnmatch.rst
@@ -33,10 +33,6 @@
 a period are not special for this module, and are matched by the ``*`` and ``?``
 patterns.
 
-.. seealso::
-
-   Latest version of the :source:`fnmatch Python source code
-   <Lib/fnmatch.py>`
 
 .. function:: fnmatch(filename, pattern)
 
@@ -93,3 +89,5 @@
    Module :mod:`glob`
       Unix shell-style path expansion.
 
+   Latest version of the :source:`fnmatch Python source code
+   <Lib/fnmatch.py>`