Closed callahad closed 2 years ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
docs | ✅ Ready (Inspect) | Visit Preview | Dec 1, 2022 at 11:18PM (UTC) |
Link check failure is unrelated. This appears to work.
$ curl -I 'https://docs-foyh0uvy1-suborbital.vercel.app/se2/get-started'
HTTP/2 307
cache-control: public, max-age=0, must-revalidate
content-type: text/plain
date: Thu, 01 Dec 2022 23:18:48 GMT
location: /
server: Vercel
strict-transport-security: max-age=63072000; includeSubDomains; preload
x-robots-tag: noindex
x-vercel-cache: MISS
x-vercel-id: lhr1::lzz2m-1669936728684-30525cef45d8
Some automated onboarding emails included a link to /se2/get-started, which 404's. This commit redirects that URL to the docs index.
The redirect is temporary (307) instead of permanent (308) since I can imagine us actually wanting a page at /se2/get-started in the future.