From 51a7fa85befb7cf5bf1bf5de84f06a9b44e9da4a Mon Sep 17 00:00:00 2001 From: Ernie Hershey Date: Thu, 16 Feb 2023 00:56:34 -0500 Subject: [PATCH] Make api intro.txt references links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea7c582e6..ce044c425 100644 --- a/README.md +++ b/README.md @@ -304,7 +304,7 @@ OCSP server. ### Starting the API Server CFSSL comes with an HTTP-based API server; the endpoints are -documented in `doc/api/intro.txt`. The server is started with the `serve` +documented in [`doc/api/intro.txt`](doc/api/intro.txt). The server is started with the `serve` command: ``` @@ -417,4 +417,4 @@ Then building with `go build` will use the embedded resources. Additional documentation can be found in the "doc" directory: -* `api/intro.txt`: documents the API endpoints +* [doc/api/intro.txt](doc/api/intro.txt): documents the API endpoints