Skip to content

Commit 51a7fa8

Browse files
authored
Make api intro.txt references links
1 parent c5e40da commit 51a7fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ OCSP server.
304304
### Starting the API Server
305305

306306
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`
307+
documented in [`doc/api/intro.txt`](doc/api/intro.txt). The server is started with the `serve`
308308
command:
309309

310310
```
@@ -417,4 +417,4 @@ Then building with `go build` will use the embedded resources.
417417

418418
Additional documentation can be found in the "doc" directory:
419419

420-
* `api/intro.txt`: documents the API endpoints
420+
* [doc/api/intro.txt](doc/api/intro.txt): documents the API endpoints

0 commit comments

Comments
 (0)