Index: /Validate External Links/validate_external_links.sh
===================================================================
--- /Validate External Links/validate_external_links.sh	(revision 1182)
+++ /Validate External Links/validate_external_links.sh	(revision 1183)
@@ -780,5 +780,5 @@
       continue
    fi
-
+   
    # Stop if we are at the limit declared for testing purposes
    if [ $URL_LIMIT -gt 0 ] && [ $LINK_NUM -gt $URL_LIMIT ]; then
@@ -1253,4 +1253,8 @@
       if [ $STATUS == "EI" ]; then
          INTRA_PAGE=${URL#*://*/}
+         # If INTRA_PAGE starts with Category:, File: or Image:, prefix it with a ':' to make it a wikilink
+         if [[ $INTRA_PAGE == Category:* ]] || [[ $INTRA_PAGE == File:* ]]|| [[ $INTRA_PAGE == Image:* ]]; then
+            INTRA_PAGE=:${INTRA_PAGE}
+         fi
          valPrint ts "  Just use [[$INTRA_PAGE]]"
          valPrint rs "		Just use [[$INTRA_PAGE]]"
