summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArtem Konev <artem.konev@nginx.com>2023-05-10 21:15:17 +0100
committerArtem Konev <artem.konev@nginx.com>2023-05-10 21:15:17 +0100
commitaa45d17dc610387e6e4f550626005d209fe0a6a0 (patch)
treebac9cafe5a2fd1989cb400559dd28de9a8ee3798
parent51de0db7f565afa8f808100e4c88ebd654ec2268 (diff)
downloadunit-aa45d17dc610387e6e4f550626005d209fe0a6a0.tar.gz
unit-aa45d17dc610387e6e4f550626005d209fe0a6a0.tar.bz2
Fixed broken links in README.
-rw-r--r--README.md8
1 files 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