From 6703a7f1e06d100ca560f22b6065e049dae30dce Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 21 Jan 2011 18:16:56 -0800 Subject: [PATCH] Add https docs to toc --- doc/api/_toc.markdown | 1 + doc/api/all.markdown | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/api/_toc.markdown b/doc/api/_toc.markdown index 12c8a335c7..bdc6db4da8 100644 --- a/doc/api/_toc.markdown +++ b/doc/api/_toc.markdown @@ -19,6 +19,7 @@ * [DNS](dns.html) * [Datagram](dgram.html) * [HTTP](http.html) +* [HTTPS](https.html) * [URL](url.html) * [Query Strings](querystring.html) * [Readline](readline.html) diff --git a/doc/api/all.markdown b/doc/api/all.markdown index cfd173afd1..887a43f819 100644 --- a/doc/api/all.markdown +++ b/doc/api/all.markdown @@ -20,6 +20,7 @@ @include dns @include dgram @include http +@include https @include url @include querystring @include readline