From eb427f309cbe2eb82769fdec4e9b7a7249c3287b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 13 Jul 2020 10:42:41 -0400 Subject: [PATCH] Changes file for ticket 31812. --- changes/ticket31812 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ticket31812 diff --git a/changes/ticket31812 b/changes/ticket31812 new file mode 100644 index 0000000000..869e494892 --- /dev/null +++ b/changes/ticket31812 @@ -0,0 +1,4 @@ + o Documentation: + - Replace most http:// URLs in our code and documentation with https:// + URLs. (We have left unchanged the code in src/ext/, and the text in + LICENSE.) Closes ticket 31812. Patch from Jeremy Rand.