telepresence: fix homepage link

The current homepage gives a 404:

    [~]$ curl -v https://www.getambassador.io/docs/telepresence/2.1/quick-start/ 2>&1 | grep -A15 '< HTTP/2'
    < HTTP/2 404
    < age: 102
    < cache-control: public, max-age=0, must-revalidate
    < content-type: text/html; charset=utf-8
    < date: Fri, 12 Aug 2022 00:04:41 GMT
    < etag: 1500322315-ssl
    < referrer-policy: same-origin
    < server: Netlify
    < strict-transport-security: max-age=31536000
    < x-content-type-options: nosniff
    < x-frame-options: DENY
    < x-nf-request-id: 01GA7NZ6Y5BPQJ4B215ZEMRZ5T
    < x-xss-protection: 1; mode=block
    < content-length: 633903
    <
    { [5 bytes data]
This commit is contained in:
David Florness 2022-08-11 20:04:20 -04:00
parent 1493e8b0b4
commit 3439898888
No known key found for this signature in database
GPG key ID: 060576B7352B8DE3

View file

@ -31,7 +31,7 @@ buildGoModule rec {
meta = with lib; {
description = "Local development against a remote Kubernetes or OpenShift cluster";
homepage = "https://www.getambassador.io/docs/telepresence/2.1/quick-start/";
homepage = "https://telepresence.io";
license = licenses.asl20;
maintainers = with maintainers; [ mausch ];
mainProgram = "telepresence";