summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-07-13 10:42:41 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-13 10:44:39 -0400
commiteb427f309cbe2eb82769fdec4e9b7a7249c3287b (patch)
treeee0847eb2c1e570897e33bcc6a981cd05d49b92e
parent0be80fb65003df21bece5d56e298b7fbf277b429 (diff)
downloadtor-eb427f309cbe2eb82769fdec4e9b7a7249c3287b.tar.gz
tor-eb427f309cbe2eb82769fdec4e9b7a7249c3287b.zip
Changes file for ticket 31812.
-rw-r--r--changes/ticket318124
1 files changed, 4 insertions, 0 deletions
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.