From ee01e0f9681c5563805befef80483c14b66efd77 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Sun, 11 Aug 2013 17:48:24 +0200 Subject: [PATCH] tweaks --- README | 2 +- doc/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index c34ceae34..6a236d7c7 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ The Chocolate project to implement sweet automatic encryption for webservers. There are two portions to the Chocoate protocol. -client-webserver/ contains code that can be run on any webserver (eventually, +trustify/ contains code that can be run on any webserver (eventually, email, XMPP and other SSL-securable servers too); it is used to automatically request and install a CA-signed certificate for that server's public names. diff --git a/doc/README b/doc/README index ad3e46317..8a59bcf3f 100644 --- a/doc/README +++ b/doc/README @@ -1 +1 @@ -Protocol docs will go here, but for now they're at https://choc.pad.jhalderm.com/protocol +Protocol docs are currently authored at https://choc.pad.jhalderm.com/6, and exported here. This should probably change soon.