[libcxx] r341789 - ReleaseNotes: update links to use https
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 10 01:57:13 PDT 2018
Author: hans
Date: Mon Sep 10 01:57:12 2018
New Revision: 341789
URL: http://llvm.org/viewvc/llvm-project?rev=341789&view=rev
Log:
ReleaseNotes: update links to use https
Modified:
libcxx/trunk/docs/ReleaseNotes.rst
Modified: libcxx/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/ReleaseNotes.rst?rev=341789&r1=341788&r2=341789&view=diff
==============================================================================
--- libcxx/trunk/docs/ReleaseNotes.rst (original)
+++ libcxx/trunk/docs/ReleaseNotes.rst Mon Sep 10 01:57:12 2018
@@ -6,13 +6,13 @@ Libc++ 8.0.0 (In-Progress) Release Notes
:local:
:depth: 2
-Written by the `Libc++ Team <http://libcxx.llvm.org>`_
+Written by the `Libc++ Team <https://libcxx.llvm.org>`_
.. warning::
These are in-progress notes for the upcoming libc++ 8 release.
Release notes for previous releases can be found on
- `the Download Page <http://releases.llvm.org/download.html>`_.
+ `the Download Page <https://releases.llvm.org/download.html>`_.
Introduction
============
@@ -21,16 +21,16 @@ This document contains the release notes
part of the LLVM Compiler Infrastructure, release 8.0.0. Here we describe the
status of libc++ in some detail, including major improvements from the previous
release and new feature work. For the general LLVM release notes, see `the LLVM
-documentation <http://llvm.org/docs/ReleaseNotes.html>`_. All LLVM releases may
-be downloaded from the `LLVM releases web site <http://llvm.org/releases/>`_.
+documentation <https://llvm.org/docs/ReleaseNotes.html>`_. All LLVM releases may
+be downloaded from the `LLVM releases web site <https://llvm.org/releases/>`_.
For more information about libc++, please see the `Libc++ Web Site
-<http://libcxx.llvm.org>`_ or the `LLVM Web Site <http://llvm.org>`_.
+<https://libcxx.llvm.org>`_ or the `LLVM Web Site <https://llvm.org>`_.
Note that if you are reading this file from a Subversion checkout or the
main Libc++ web page, this document applies to the *next* release, not
the current one. To see the release notes for a specific release, please
-see the `releases page <http://llvm.org/releases/>`_.
+see the `releases page <https://llvm.org/releases/>`_.
What's New in Libc++ 8.0.0?
===========================
More information about the cfe-commits
mailing list