diff options
| author | Stephan T. Lavavej <stl@microsoft.com> | 2019-11-07 18:04:55 -0800 |
|---|---|---|
| committer | Stephan T. Lavavej <stl@microsoft.com> | 2019-11-08 14:41:27 -0800 |
| commit | 3a7a22445e806c08f80cf6d83d1760f7ff732ed0 (patch) | |
| tree | d10f20e3259e611cb470562ace650a17e18f663a /llvm/docs/_templates/layout.html | |
| parent | 3a3255a22398f34dec16b57beef9e2ff60a108e3 (diff) | |
| download | bcm5719-llvm-3a7a22445e806c08f80cf6d83d1760f7ff732ed0.tar.gz bcm5719-llvm-3a7a22445e806c08f80cf6d83d1760f7ff732ed0.zip | |
[www] More HTTPS and outdated link fixes.
Resolves D69981.
Diffstat (limited to 'llvm/docs/_templates/layout.html')
| -rw-r--r-- | llvm/docs/_templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/_templates/layout.html b/llvm/docs/_templates/layout.html index de5db5caf14..45051a66fb3 100644 --- a/llvm/docs/_templates/layout.html +++ b/llvm/docs/_templates/layout.html @@ -8,6 +8,6 @@ {% endblock %} {% block rootrellink %} - <li><a href="http://llvm.org/">LLVM Home</a> | </li> + <li><a href="https://llvm.org/">LLVM Home</a> | </li> <li><a href="{{ pathto('index') }}">Documentation</a>»</li> {% endblock %} |

