Changeset 1183 for Validate External Links
- Timestamp:
- May 16, 2023, 3:10:09 AM (18 months ago)
- Location:
- Validate External Links
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Validate External Links/validate_external_links.sh
r1182 r1183 780 780 continue 781 781 fi 782 782 783 783 # Stop if we are at the limit declared for testing purposes 784 784 if [ $URL_LIMIT -gt 0 ] && [ $LINK_NUM -gt $URL_LIMIT ]; then … … 1253 1253 if [ $STATUS == "EI" ]; then 1254 1254 INTRA_PAGE=${URL#*://*/} 1255 # If INTRA_PAGE starts with Category:, File: or Image:, prefix it with a ':' to make it a wikilink 1256 if [[ $INTRA_PAGE == Category:* ]] || [[ $INTRA_PAGE == File:* ]]|| [[ $INTRA_PAGE == Image:* ]]; then 1257 INTRA_PAGE=:${INTRA_PAGE} 1258 fi 1255 1259 valPrint ts " Just use [[$INTRA_PAGE]]" 1256 1260 valPrint rs " Just use [[$INTRA_PAGE]]"
Note:
See TracChangeset
for help on using the changeset viewer.