diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2020-07-26 19:36:28 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2020-07-26 19:36:28 +0000 |
commit | cfca06d7963fa0909f90483b42a6d7d194d01e08 (patch) | |
tree | 209fb2a2d68f8f277793fc8df46c753d31bc853b /lld/docs/getting_started.rst | |
parent | 706b4fc47bbc608932d3b491ae19a3b9cde9497b (diff) |
Notes
Diffstat (limited to 'lld/docs/getting_started.rst')
-rw-r--r-- | lld/docs/getting_started.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/docs/getting_started.rst b/lld/docs/getting_started.rst index a174f652e736..506cb24dde84 100644 --- a/lld/docs/getting_started.rst +++ b/lld/docs/getting_started.rst @@ -6,7 +6,7 @@ Getting Started: Building and Running lld This page gives you the shortest path to checking out and building lld. If you run into problems, please file bugs in the `LLVM Bugzilla`__ -__ http://llvm.org/bugs/ +__ https://bugs.llvm.org/ Building lld ------------ @@ -84,4 +84,4 @@ More Information For more information on using CMake see the `LLVM CMake guide`_. -.. _LLVM CMake guide: http://llvm.org/docs/CMake.html +.. _LLVM CMake guide: https://llvm.org/docs/CMake.html |