go-acme / lego

Let's Encrypt/ACME client and library written in Go
https://go-acme.github.io/lego/
MIT License
7.92k stars 1.01k forks source link

doc: fix broken links #1997

Closed deining closed 1 year ago

deining commented 1 year ago

This PR fixes two broken links I spotted in the docu.

ldez commented 1 year ago

docs/content/dns/zz_gen_edgedns.md is a generated file like all the files beginning with zz_gen_ https://github.com/go-acme/lego/blob/c365d7efc8cb06879da3ac7cf2667d3cd2f17620/docs/content/dns/zz_gen_edgedns.md?plain=1#L12-L14 https://github.com/go-acme/lego/blob/c365d7efc8cb06879da3ac7cf2667d3cd2f17620/docs/content/dns/zz_gen_edgedns.md?plain=1#L99-L101

The sources files are inside each DNS provider package, ex: https://github.com/go-acme/lego/blob/master/providers/dns/edgedns/edgedns.toml

Can you edit the right file and do a make generate-dns?

deining commented 1 year ago

docs/content/dns/zz_gen_edgedns.md is a generated file like all the files beginning with zz_gen_

Oops, I missed that, sorry.

Can you edit the right file and do a make generate-dns?

Done.