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

Create a link crawler for site #398

Open
4 tasks
kexline4710 opened this issue Jan 6, 2016 · 2 comments
Open
4 tasks

Create a link crawler for site #398

kexline4710 opened this issue Jan 6, 2016 · 2 comments

Comments

@kexline4710
Copy link

Description
We do not have a link checker in place at this time. Some tools that may be useful:

Ask
Create a script that can be run on the command line to crawl the links in the application and ensure they are not broken.

Extra Credit: Configure this script to run before and after deployments.

To Do

  • Investigate crawling libraries
  • Build crawler
  • Test command line crawler
  • Connect crawler to CI (optional)
@Roenok
Copy link
Contributor

Roenok commented Jan 6, 2016

Most of our broken links come from user-generated content, not site deploys, so it might make sense to schedule regular checks rather than just running at build.

@Roenok
Copy link
Contributor

Roenok commented Jan 11, 2016

Linking this issue to #402, as we'll need to fix it to get maximum value from any link-checking tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants