Skip to content

Commit

Permalink
Make api intro.txt references links
Browse files Browse the repository at this point in the history
  • Loading branch information
ehershey authored Feb 16, 2023
1 parent c5e40da commit 51a7fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down Expand Up @@ -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

0 comments on commit 51a7fa8

Please sign in to comment.