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

Research solutions for broken links and resource integrity #45

Open
matthiasrohmer opened this issue Jan 25, 2023 · 1 comment
Open
Assignees
Labels

Comments

@matthiasrohmer
Copy link
Collaborator

matthiasrohmer commented Jan 25, 2023

developer.chrome.com and web.dev are both statically built. Building DCC alone generates 4300 HTML documents. While we have some tools in place to guarantee the generated pages are well-formed, like Markdown linting and the Chrome DevRel Review bot, it can still happen that changes to logic how the suite is built or served (a filter or one of the redirect handlers) causes links to break. Also external links to GitHub or other Google sites might change over time. To top it of our images are served by Imgix which occasionally fails to serve specific formats (GoogleChrome/developer.chrome.com#4065).

To improve the situation we need a new workflow added to the existing Checks that verifies link and resource integrity in the build output.

After verification we also need to work existing reports on broken links and fix them one after another.

@matthiasrohmer matthiasrohmer changed the title Broken links and resource integrity Research solutions for broken links and resource integrity Feb 10, 2023
@mollietokyo
Copy link
Collaborator

Estimate = N/A (linked to issue 46) (SPR-3)

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

No branches or pull requests

3 participants