diff options
author | Omar Polo <op@omarpolo.com> | 2022-07-07 08:54:26 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-07-07 08:54:26 +0000 |
commit | 2573332d7fc70a03123579120de1c72bfa2587c0 (patch) | |
tree | 42b049d851bf7087d6a4b219aad5b8cc8987b4c1 | |
parent | 07fbbf06108419e7451fcc4f2270d287270a97cd (diff) |
don't hardcode urls; use TREE 'macro'
-rw-r--r-- | site/quickstart.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/quickstart.gmi b/site/quickstart.gmi index a7dede2..0a62ec1 100644 --- a/site/quickstart.gmi +++ b/site/quickstart.gmi @@ -34,7 +34,7 @@ A TLS certificate is also needed. There are many way to obtain one (acme-client One way to generate self-signed certificates is to use openssl(1), but contrib/gencert is easier to use: -=> https://git.omarpolo.com/gmid/tree/contrib/gencert contrib/gencert +=> TREE/contrib/gencert contrib/gencert ```generate a certificate using contrib/gencert $ ./contrib/gencert example.com |