Open alcpereira opened 4 weeks ago
While checking how the login was working, I stumbled upon the index.html file.
index.html
The current link to the CLI seems to be an old one that returns a redirect. Just saving a few request by changing it to /quickstart instead.
/quickstart
$ curl -I https://docs.turso.tech/tutorials/get-started-turso-cli HTTP/2 308 age: 65020 cache-control: public, max-age=0, must-revalidate date: Sat, 26 Oct 2024 03:52:30 GMT location: /quickstart
While checking how the login was working, I stumbled upon the
index.html
file.The current link to the CLI seems to be an old one that returns a redirect. Just saving a few request by changing it to
/quickstart
instead.