Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links #5

Closed
19 tasks
avtar opened this issue Oct 11, 2024 · 3 comments · Fixed by #6
Closed
19 tasks

Fix broken links #5

avtar opened this issue Oct 11, 2024 · 3 comments · Fixed by #6

Comments

@avtar
Copy link
Member

avtar commented Oct 11, 2024

@avtar
Copy link
Member Author

avtar commented Oct 11, 2024

Steps used to crawl the site and generate a list of broken links:

  1. Install the following two Homebrew packages: brew install muffet peterldowns/tap/localias
  2. Clone this repository and serve it using a local web server: python3 -m http.server 9000
  3. Configure a usable test domain:
    localias set http://inclusivedesign.test 9000
    localias run
    
  4. Generate list of broken links:
    muffet \
    --ignore-fragments \
    --skip-tls-verification \
    --exclude '^http://inclusivedesign.test/wp-.*$' \
    --exclude '^http://inclusivedesign.test/xmlrpc.*$' \
    --exclude '^https://www.ontario.ca' \
    http://inclusivedesign.test
    

@chosww
Copy link
Contributor

chosww commented Oct 15, 2024

@avtar, I am getting a warning when I run brew install muffet localias:
No available formula with the name "localias".

@avtar
Copy link
Member Author

avtar commented Oct 15, 2024

@chosww I updated my notes above. Try this command instead: brew install muffet peterldowns/tap/localias

avtar added a commit that referenced this issue Oct 21, 2024
fix: broken links (resolves #5)
@avtar avtar closed this as completed in #6 Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants