Changeset 1190 for Validate External Links
- Timestamp:
- Jun 24, 2024, 1:36:00 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Validate External Links/validate_external_links.sh
r1189 r1190 873 873 874 874 # If we're skipping archive links, see if this is one 875 if [ $CHECK_ARCHIVE_LINKS -eq 0 ] && [[ ( $URL == *web.archive.org* || $URL == *archive.is* ) ]]; then875 if [ $CHECK_ARCHIVE_LINKS -eq 0 ] && [[ ( $URL == *web.archive.org* || $URL == *archive.is* || $URL == *archive.ph* ) ]]; then 876 876 valPrint trs "Skipping URL '$URL' (found on page '$LOCAL_PAGE_PATH') because I have not been asked to check archive links." 877 877 let SKIP_ARCHIVES+=1
Note:
See TracChangeset
for help on using the changeset viewer.