From b085c61d9fa7382de534202f7a48abf6525cd193 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 2 Mar 2020 16:22:03 -0600 Subject: [PATCH] Update README.md --- nats-server/configuration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-server/configuration/README.md b/nats-server/configuration/README.md index b02be21..64063ae 100644 --- a/nats-server/configuration/README.md +++ b/nats-server/configuration/README.md @@ -142,7 +142,7 @@ authorization: { | [`resolver`](../../nats-tools/nas/README.md) | Resolver type `MEMORY` or `URL()` for account JWTs. | | | `resolver_tls` | [`tls` configuration map](securing_nats/tls.md) for tls connections to the resolver. (This is for an outgoing connection and therefore does not use `timeout`, `verify` and `map_and_verify`) | | | `resolver_preload` | Map to preload account public keys and their corresponding JWT. Keys consist of ``, value is the ``. | | -| `system_account` | Name of the system account. See [System Accounts](nats_admin/sys_accounts/readme.md) for more details. | | +| `system_account` | Name of the system account. See [System Accounts](../nats_admin/sys_accounts/README.md) for more details. | | ### Runtime Configuration | Property | Description | Default |