summaryrefslogtreecommitdiff
path: root/docs/PCHInternals.rst
diff options
context:
space:
mode:
authorEugene Zelenko <eugene.zelenko@gmail.com>2019-01-23 20:39:07 +0000
committerEugene Zelenko <eugene.zelenko@gmail.com>2019-01-23 20:39:07 +0000
commit140c81ebe12daaf9b4caacf171ba7a85b2fc76ed (patch)
tree74f140b045d1fbacfe43a546fb4fc791d52231c3 /docs/PCHInternals.rst
parent5739ad37a8f1e406ba84e7b80a2815029de5e507 (diff)
downloadclang-140c81ebe12daaf9b4caacf171ba7a85b2fc76ed.tar.gz
[Documentation] Use HTTPS whenever possible
Differential revision: https://reviews.llvm.org/D56946 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@351976 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/PCHInternals.rst')
-rw-r--r--docs/PCHInternals.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PCHInternals.rst b/docs/PCHInternals.rst
index 109260da90..079fba1671 100644
--- a/docs/PCHInternals.rst
+++ b/docs/PCHInternals.rst
@@ -332,7 +332,7 @@ expression is stored as a separate record (which keeps most records to a fixed
size). Within the AST file, the subexpressions of an expression are stored, in
reverse order, prior to the expression that owns those expression, using a form
of `Reverse Polish Notation
-<http://en.wikipedia.org/wiki/Reverse_Polish_notation>`_. For example, an
+<https://en.wikipedia.org/wiki/Reverse_Polish_notation>`_. For example, an
expression ``3 - 4 + 5`` would be represented as follows:
+-----------------------+