Skip to content

Fix two broken links on the News page - #162

Open
vipulpandey21 wants to merge 1 commit into
theupdateframework:mainfrom
vipulpandey21:fix/broken-news-links
Open

Fix two broken links on the News page#162
vipulpandey21 wants to merge 1 commit into
theupdateframework:mainfrom
vipulpandey21:fix/broken-news-links

Conversation

@vipulpandey21

Copy link
Copy Markdown

Trivial fix per the first-time contributor policy (broken link), so no separate issue. Addresses two of the links listed in #65.

Forbes citation. The URL was
forbes.com/sites/.../uptane-will-protect-your-connected-car-from-hackers — the
... is a literal placeholder in the source markdown, not link rot, so this URL
was never valid. The actual article is "Uptane Will Protect Your Connected Car
From Hackers" by Lee Mathews, Forbes, 2017-01-19:
forbes.com/sites/leemathews/2017/01/19/uptane-will-protect-your-connected-car-from-hackers/.
Confirmed live (200), and the same URL is listed on Uptane's own press page
(uptane.org/learn-more/press), which I take as independent confirmation this is
the right article.

LinuxCon+ContainerCon EU 2016 slides. schd.ws/hosted_files/... now
redirects to an unrelated page (tech.blab.com) with a 200, so htmltest
wouldn't flag it — the link succeeds, it just isn't the slides anymore.
Replaced with a Wayback Machine snapshot from 2022-12-13, which I confirmed is
still the original file (content-type: application/pdf, valid PDF header, 8
pages).

Also removes the two now-unused .htmltest.yml ignore entries for these URLs,
since both replacements resolve normally.

The remaining links in #65 need checking from a network that isn't filtering
some of the destination domains (I'm getting inconsistent results depending on
network), so I'm leaving #65 open rather than closing it.

Diff is two files, six lines. prettier --check passes on both.

Addresses two of the links listed in theupdateframework#65.

- The Forbes citation pointed at
  forbes.com/sites/.../uptane-will-protect-your-connected-car-from-hackers.
  The `...` is a literal placeholder in the source, not link rot, so the URL
  was never valid. The real article is "Uptane Will Protect Your Connected
  Car From Hackers" by Lee Mathews, Forbes, 2017-01-19. Confirmed live, and
  cross-referenced on Uptane's own press page
  (uptane.org/learn-more/press), which lists the same URL.

- The LinuxCon+ContainerCon EU 2016 slides link (schd.ws) now 200s to an
  unrelated page (tech.blab.com), not a 404 htmltest would catch. Replaced
  with a Wayback Machine snapshot from 2022-12-13, confirmed to still be the
  original 8-page PDF (content-type application/pdf, valid PDF header).

Also drops the two now-unused `.htmltest.yml` ignore entries for these
URLs, since both replacements resolve normally.

The remaining links in theupdateframework#65 need re-checking from a network that isn't
filtering some of the destination domains, so this leaves theupdateframework#65 open rather
than closing it.

Signed-off-by: Vipul Subhash Pandey <vipulpandey7917@gmail.com>
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 this pull request may close these issues.

1 participant