Jelajahi Sumber

Merge pull request #1087 from spfennell/patch-1

Fix broken API documentation link
bel2125 2 tahun lalu
induk
melakukan
b4fc46f9b0
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      docs/README.md

+ 1 - 1
docs/README.md

@@ -43,7 +43,7 @@ Documentation
 - [Building.md](Building.md) - Building the Server (quick start guide)
 - [Embedding.md](Embedding.md) - Embedding (how to add HTTP support to an existing application)
 - [OpenSSL.md](OpenSSL.md) - Adding HTTPS (SSL/TLS) support using OpenSSL.
-- [API documentation](api) - Additional documentation on the civetweb application programming interface ([civetweb.h](https://github.com/civetweb/civetweb/blob/master/include/civetweb.h)).
+- [APIReference.md](APIReference.md) - Additional documentation on the civetweb application programming interface ([civetweb.h](https://github.com/civetweb/civetweb/blob/master/include/civetweb.h)).
 
 [Authors](https://github.com/civetweb/civetweb/blob/master/CREDITS.md)