summaryrefslogtreecommitdiff
path: root/libunwind/docs
diff options
context:
space:
mode:
authorSylvestre Ledru <sledru@mozilla.com>2020-03-22 22:42:03 +0100
committerSylvestre Ledru <sledru@mozilla.com>2020-03-22 22:49:33 +0100
commit72fd1033ea577a769cc855fde6b5576b82380715 (patch)
tree3a70b8b227d6153dacdfb9869c7ded34da48a932 /libunwind/docs
parent006244152d6c7dd6a390ff89b236cc7801834b46 (diff)
downloadllvm-72fd1033ea577a769cc855fde6b5576b82380715.tar.gz
Doc: Links should use https
Diffstat (limited to 'libunwind/docs')
-rw-r--r--libunwind/docs/BuildingLibunwind.rst4
-rw-r--r--libunwind/docs/index.rst8
2 files changed, 6 insertions, 6 deletions
diff --git a/libunwind/docs/BuildingLibunwind.rst b/libunwind/docs/BuildingLibunwind.rst
index 7f42133a8a50..ad9dee0519a8 100644
--- a/libunwind/docs/BuildingLibunwind.rst
+++ b/libunwind/docs/BuildingLibunwind.rst
@@ -57,8 +57,8 @@ build would look like this:
$ cd where-you-want-libunwind-to-live
$ # Check out llvm, and libunwind
- $ ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm``
- $ ``svn co http://llvm.org/svn/llvm-project/libunwind/trunk libunwind``
+ $ ``svn co https://llvm.org/svn/llvm-project/llvm/trunk llvm``
+ $ ``svn co https://llvm.org/svn/llvm-project/libunwind/trunk libunwind``
$ cd where-you-want-to-build
$ mkdir build && cd build
$ export CC=clang CXX=clang++
diff --git a/libunwind/docs/index.rst b/libunwind/docs/index.rst
index a4e21bb3c336..d134bf29fb55 100644
--- a/libunwind/docs/index.rst
+++ b/libunwind/docs/index.rst
@@ -71,8 +71,8 @@ Notes and Known Issues
Getting Involved
================
-First please review our `Developer's Policy <http://llvm.org/docs/DeveloperPolicy.html>`__
-and `Getting started with LLVM <http://llvm.org/docs/GettingStarted.html>`__.
+First please review our `Developer's Policy <https://llvm.org/docs/DeveloperPolicy.html>`__
+and `Getting started with LLVM <https://llvm.org/docs/GettingStarted.html>`__.
**Bug Reports**
@@ -84,7 +84,7 @@ Please include "libunwind" in your subject.
**Patches**
If you want to contribute a patch to libunwind, the best place for that is
-`Phabricator <http://llvm.org/docs/Phabricator.html>`_. Please include [libunwind] in the subject and
+`Phabricator <https://llvm.org/docs/Phabricator.html>`_. Please include [libunwind] in the subject and
add `cfe-commits` as a subscriber. Also make sure you are subscribed to the
`cfe-commits mailing list <http://lists.llvm.org/mailman/listinfo/cfe-commits>`_.
@@ -97,7 +97,7 @@ Please include [libunwind] in the subject.
Quick Links
===========
-* `LLVM Homepage <http://llvm.org/>`_
+* `LLVM Homepage <https://llvm.org/>`_
* `LLVM Bugzilla <https://bugs.llvm.org/>`_
* `cfe-commits Mailing List`_
* `cfe-dev Mailing List`_