Skip to content

Fixing broken links with archived versions

David Gardiner wrote a series of blog posts about how he used lychee-action to replace broken links on his website with archived versions. The posts are a great example of how to use lychee-action together with other actions to achieve a specific goal. Thanks David for the great write-up!

To achieve this, David used the Wayback Machine Query Github Action to query for archived versions of broken websites. The results of the query were then fed into the Replace multiple strings in files action to update the files.

Here are the links to the blog posts which explain the process in more detail: