From aa45d17dc610387e6e4f550626005d209fe0a6a0 Mon Sep 17 00:00:00 2001 From: Artem Konev Date: Wed, 10 May 2023 21:15:17 +0100 Subject: [PATCH] Fixed broken links in README. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8bceb40c..32fe448b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ coherent solution with a focus on performance, low latency, and scalability. It is intended as a universal building block for any web architecture regardless of its complexity, from enterprise-scale deployments to your pet's homepage. -Its native [RESTful JSON API][#openapi-specification] enables dynamic +Its native [RESTful JSON API](#openapi-specification) enables dynamic updates with zero interruptions and flexible configuration, while its out-of-the-box productivity reliably scales to production-grade workloads. We achieve that with a complex, asynchronous, multithreading architecture @@ -158,9 +158,9 @@ For full details of configuration management, see the ## OpenAPI Specification -Our [OpenAPI specification](docs/openapi.yaml) aims to simplify configuring and -integrating NGINX Unit deployments and provide an authoritative source of -knowledge about the control API. +Our [OpenAPI specification](docs/unit-openapi.yaml) aims to simplify +configuring and integrating NGINX Unit deployments and provide an authoritative +source of knowledge about the control API. Although the specification is still in the early beta stage, it is a promising step forward for the NGINX Unit community. While working on it, we kindly ask