docs: Update config adapter links

This commit is contained in:
Matthew Holt 2020-03-24 18:42:13 -06:00
parent f4a2d34127
commit 1d696eb4de
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5

View file

@ -12,10 +12,10 @@ For example, a config adapter could [turn your NGINX config into Caddy JSON](htt
The following config adapters are currently available (some are third-party projects):
- [**caddyfile**](/docs/caddyfile) (built-in)
- **jsonc** (built-in for now)
- **json5** (built-in for now)
- [**caddyfile**](/docs/caddyfile) (standard)
- [**nginx**](https://github.com/caddyserver/nginx-adapter)
- [**jsonc**](https://github.com/caddyserver/jsonc-adapter)
- [**json5**](https://github.com/caddyserver/json5-adapter)
- [**yaml**](https://github.com/iamd3vil/caddy_yaml_adapter)
(This list is the temporary home for known adapters until our new website is finished.)