Introduction
AM-DeadLink provides an easy way to check various sources for dead links or redirections.
AM-DeadLink will detect Browser bookmarks and related Browsers automatically, so no configuration should be required to check Browser bookmarks
for dead links.
- Select Source
Select the source from the dropdown box (eg. Google Chrome)
- Check list
Click the check button and wait until the check run has finished
- Sort list
Click the Sort button to move pages with errors to the top of the list (pages with errors are displayed in red and bold)
- Open bookmark
Open a bookmark via double click in your Browser.
This will also copy the URL into the Clipboard.
- Verify page
Verify in your Browser that the page is no longer available
- Delete
a. Open the bookmark manager in your browser
b. Paste the URL into the search field
c. Edit or delete the bookmark
Dependent on the selected source, double clicking a bookmark will open the URL in the related browser window. That means, Chrome bookmarks will automatically open in Chrome, Edge bookmarks will open automatically in Edge, etc.
Browser bookmarks should only be deleted within the browser user interface, not via external tools. Changing bookmark databases outside of the browser will be in conflict with various functions and will also produce side effects when synchronizing bookmarks between devices.
AM-DeadLink supports command line parameters to check HTML files. These command line parameters can be used if you want to start AM-DeadLink from a HTML editor to check links.
Usage:
deadlink.exe /file="..." /check
Parameters:
- /file="..."
Absolute path of the HTML file within quotes, for example: /file="c:\homepage\index.htm"
- /check
Automatically starts the check.
- /exit
When the check is finished, AM-DeadLink shows a message box with options to continue or exit the program.
Example:
deadlink.exe /file="c:\homepage\index.htm" /check /exit