tinkerbell / tinkerbell.org

The code behind our website.
https://tinkerbell.org
Apache License 2.0
9 stars 31 forks source link

Homepage "Get Started" is 404 #180

Closed felixwidjaja closed 3 years ago

felixwidjaja commented 3 years ago

@geriadam Can you change the URL to https://docs.tinkerbell.org/setup/local-vagrant/ ASAP? Thanks.

mmlb commented 3 years ago

fyi looking into avoiding this in the future and I found https://www.npmjs.com/package/netlify-plugin-checklinks. I tried the underlying tool and came across:

/ # hyperlink https://tinkerbell.org
Guessing --root from input files: https://tinkerbell.org
TAP version 13
# Crawling internal assets
ok 1 load https://tinkerbell.org
ok 2 load https://www.googletagmanager.com/gtag/js?id=UA-52258647-10
not ok 3 load https://cloud.typography.com/6193438/7900212/css/fonts.css
  ---
    operator: load
    expected: "200 https://cloud.typography.com/6193438/7900212/css/fonts.css"
    actual:   "HTTP 403 Forbidden"
    at: https://tinkerbell.org (1:1633) <link href="https://cloud.typography.com/6193438/7900212/css/fonts.css" rel="stylesheet">
  ...
ok 4 load https://tinkerbell.org/css/fontawesome-all.min.css?1607349746
ok 5 load https://tinkerbell.org/css/theme-tinkerbell.min.73214b4a6eb51a6d105ea6a5f549c86662d2621cbe767f44c1bd6fb78be472a6.css
# Crawling 43 outgoing urls
ok 6 external-check https://twitter.com/tinkerbell_oss
ok 7 external-check https://docs.tinkerbell.org/
ok 8 external-check https://www.youtube.com/channel/UCTzWInTQPvzH21KHS8jrq7A
ok 9 external-check https://tinkerbell.org/images/icons/favicon-16x16.png
ok 10 external-check https://tinkerbell.org/images/icons/favicon-32x32.png
ok 11 external-check https://tinkerbell.org/images/hero-art.png
ok 12 external-check https://tinkerbell.org/images/datacenter-art.png
ok 13 external-check https://tinkerbell.org/images/social/tinkerbell-social-image.png
ok 14 external-check https://tinkerbell.org/
ok 15 external-check https://tinkerbell.org/images/icons/android-icon-192x192.png
ok 16 external-check https://tinkerbell.org/images/table-art.png
ok 17 external-check https://tinkerbell.org/community/
ok 18 external-check https://tinkerbell.org/community/slack/
ok 19 external-check https://github.com/tinkerbell/
ok 20 external-check https://github.com/tinkerbell/tink
ok 21 external-check https://github.com/tinkerbell/boots
ok 22 external-check https://tinkerbell.org/images/icons/favicon-96x96.png
ok 23 external-check https://tinkerbell.org/faq/
ok 24 external-check https://github.com/tinkerbell/hegel
ok 25 external-check https://github.com/tinkerbell/osie
ok 26 external-check https://tinkerbell.org/examples/
ok 27 external-check https://tinkerbell.org/webfonts/fa-brands-400.woff2
not ok 28 external-check https://tinkerbell.org/setup/
  ---
    operator: external-check
    expected: "200 https://tinkerbell.org/setup/"
    actual:   "404 https://tinkerbell.org/setup/"
    at: https://tinkerbell.org (2:13597) <a href="/setup/">...</a>
  ...
ok 29 external-check https://tinkerbell.org/webfonts/fa-regular-400.woff2
ok 30 external-check https://tinkerbell.org/webfonts/fa-brands-400.woff
ok 31 external-check https://tinkerbell.org/webfonts/fa-brands-400.eot?
ok 32 external-check https://tinkerbell.org/webfonts/fa-brands-400.ttf
ok 33 external-check https://tinkerbell.org/webfonts/fa-brands-400.eot
ok 34 external-check https://tinkerbell.org/webfonts/fa-regular-400.eot
ok 35 external-check https://tinkerbell.org/webfonts/fa-regular-400.eot?
ok 36 external-check https://tinkerbell.org/webfonts/fa-brands-400.svg
ok 37 external-check https://tinkerbell.org/webfonts/fa-solid-900.eot
ok 38 external-check https://tinkerbell.org/webfonts/fa-regular-400.woff
ok 39 external-check https://tinkerbell.org/webfonts/fa-solid-900.woff2
ok 40 external-check https://metal.equinix.com/
ok 41 external-check https://tinkerbell.org/webfonts/fa-regular-400.ttf
ok 42 external-check https://github.com/tinkerbell/pbnj
ok 43 external-check https://tinkerbell.org/webfonts/fa-regular-400.svg
ok 44 external-check https://tinkerbell.org/webfonts/fa-solid-900.ttf
ok 45 external-check https://tinkerbell.org/webfonts/fa-solid-900.woff
ok 46 external-check https://tinkerbell.org/images/stars.png
ok 47 external-check https://tinkerbell.org/webfonts/fa-solid-900.eot?
ok 48 external-check https://tinkerbell.org/webfonts/fa-solid-900.svg
# Connecting to 0 hosts (checking <link rel="preconnect" href="...">
# Looking up 0 host names (checking <link rel="dns-prefetch" href="...">

1..48
# tests 48
# pass  46
# fail  2

Would be good to address both links and also add the plugin to netlify config.