doc: fix broken links (#1997)
This commit is contained in:
parent
b37d60c033
commit
6792701dbc
3 changed files with 3 additions and 3 deletions
|
@ -87,7 +87,7 @@ See also:
|
|||
- [Setting up Akamai credentials](https://developer.akamai.com/api/getting-started)
|
||||
- [.edgerc Format](https://developer.akamai.com/legacy/introduction/Conf_Client.html#edgercformat)
|
||||
- [API Client Authentication](https://developer.akamai.com/legacy/introduction/Client_Auth.html)
|
||||
- [Config from Env](https://github.com/akamai/AkamaiOPEN-edgegrid-golang/blob/master/edgegrid/config.go#L118)
|
||||
- [Config from Env](https://github.com/akamai/AkamaiOPEN-edgegrid-golang/blob/master/pkg/edgegrid/config.go#L118)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ docker run goacme/lego -h
|
|||
|
||||
## From package managers
|
||||
|
||||
- [ArchLinux](https://archlinux.org/packages/community/x86_64/lego/) (official):
|
||||
- [ArchLinux](https://archlinux.org/packages/extra/x86_64/lego/) (official):
|
||||
|
||||
```bash
|
||||
pacman -S lego
|
||||
|
|
|
@ -40,7 +40,7 @@ See also:
|
|||
- [Setting up Akamai credentials](https://developer.akamai.com/api/getting-started)
|
||||
- [.edgerc Format](https://developer.akamai.com/legacy/introduction/Conf_Client.html#edgercformat)
|
||||
- [API Client Authentication](https://developer.akamai.com/legacy/introduction/Client_Auth.html)
|
||||
- [Config from Env](https://github.com/akamai/AkamaiOPEN-edgegrid-golang/blob/master/edgegrid/config.go#L118)
|
||||
- [Config from Env](https://github.com/akamai/AkamaiOPEN-edgegrid-golang/blob/master/pkg/edgegrid/config.go#L118)
|
||||
'''
|
||||
|
||||
[Configuration]
|
||||
|
|
Loading…
Reference in a new issue