cypress-io / cypress-documentation

Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.

Home Page:https://docs.cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple linked external blog posts do not display

MikeMcC399 opened this issue · comments

Subject

Examples > Media > Blogs

Description

Examples > Media > Blogs contains links to external blog posts which no longer display the original content. Instead, error messages are displayed.

There are currently 49 problematic links in the blog post list, for example:

Steps to reproduce

Go to DeadLinkChecker.com and check the single webpage https://docs.cypress.io/examples/media/blogs-media

Suggestion

Review the problematic links in Examples > Media > Blogs and remove those which are permanently failing.

@MikeMcC399 We used to test for broken links but it became prohibitively slow and had a lot of false negatives with GitHub links.

There is one link on Examples > Media > Blogs that is not fixed.

https://www.linkedin.com/pulse/ produces an error on LinkedIn.

{
"title": "Reliable test automation with Cypress.io",
"url": "https://www.linkedin.com/pulse/reliable-test-automation-cypressio-abdi-saeed/",
"sourceName": "LinkedIn",
"sourceUrl": "https://www.linkedin.com/pulse/",
"author": "Abdi Saeed",
"date": "Jun 17, 2019",
"img": "/img/examples/reliable-test-automation-cypress.png"
},

image

image