Browse Source

Merge pull request #1340 from tim-lebedkov/tim-lebedkov-patch-docs-1

Use the correct Markdown syntax in page titles
bel2125 1 month ago
parent
commit
5864b55a94
2 changed files with 2 additions and 4 deletions
  1. 1 2
      docs/OpenSSL.md
  2. 1 2
      docs/gnutls.md

+ 1 - 2
docs/OpenSSL.md

@@ -1,5 +1,4 @@
-Adding OpenSSL Support
-=====
+# Adding OpenSSL Support
 
 Civetweb supports *HTTPS* connections using the OpenSSL transport layer
 security (TLS) library. OpenSSL is a free, open source library (see

+ 1 - 2
docs/gnutls.md

@@ -1,5 +1,4 @@
-#### Use GnuTLS instead of OpenSSL
-=====
+# Use GnuTLS instead of OpenSSL
 
 1 [Build libgmp](https://gmplib.org)