Move source links to consistent location and remove wordy, big yellow boxes.
diff --git a/Doc/library/uu.rst b/Doc/library/uu.rst
index ac5bca4..7c1d67c 100644
--- a/Doc/library/uu.rst
+++ b/Doc/library/uu.rst
@@ -5,6 +5,7 @@
    :synopsis: Encode and decode files in uuencode format.
 .. moduleauthor:: Lance Ellinghouse
 
+**Source code:** :source:`Lib/uu.py`
 
 This module encodes and decodes files in uuencode format, allowing arbitrary
 binary data to be transferred over ASCII-only connections. Wherever a file
@@ -56,5 +57,3 @@
 
    Module :mod:`binascii`
       Support module containing ASCII-to-binary and binary-to-ASCII conversions.
-
-   Latest version of the :source:`uu module Python source code <Lib/uu.py>`