Use HTTPS for external links wherever possible

See gh-16319
This commit is contained in:
Spring Operator
2019-03-26 04:15:59 -05:00
committed by Andy Wilkinson
parent e2de2c8238
commit 1a4c6f2dac
34 changed files with 163 additions and 163 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<html xmlns:th="https://www.thymeleaf.org">
<head th:fragment="head (title)">
<title th:text="${title}">Fragments</title>
<link rel="stylesheet" th:href="@{/css/bootstrap.min.css}"
@@ -8,7 +8,7 @@
<body>
<div class="container">
<nav th:fragment="navbar" class="navbar navbar-dark bg-primary">
<a class="navbar-brand" href="http://thymeleaf.org">Thymeleaf</a>
<a class="navbar-brand" href="https://www.thymeleaf.org/">Thymeleaf</a>
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item"><a class="nav-link" th:href="@{/}" href="messages.html">Messages</a></li>
</ul>