We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e40da commit 51a7fa8Copy full SHA for 51a7fa8
README.md
@@ -304,7 +304,7 @@ OCSP server.
304
### Starting the API Server
305
306
CFSSL comes with an HTTP-based API server; the endpoints are
307
-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`
308
command:
309
310
```
@@ -417,4 +417,4 @@ Then building with `go build` will use the embedded resources.
417
418
Additional documentation can be found in the "doc" directory:
419
420
-* `api/intro.txt`: documents the API endpoints
+* [doc/api/intro.txt](doc/api/intro.txt): documents the API endpoints
0 commit comments