Skip to content

Commit

Permalink
Merge pull request #1273 from ehershey/patch-2
Browse files Browse the repository at this point in the history
Make api intro.txt references links
  • Loading branch information
nickysemenza authored Mar 21, 2023
2 parents 4db924a + 51a7fa8 commit a8697b2
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 a8697b2

Please sign in to comment.