Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/templates/error/403.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->

<!doctype html>
<html lang="en" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{layout}">
<html lang="en" xmlns:th="https://www.thymeleaf.org" xmlns:layout="https://github.com/ultraq/thymeleaf-layout-dialect" layout:decorate="~{layout}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->

<!doctype html>
<html lang="en" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{layout}">
<html lang="en" xmlns:th="https://www.thymeleaf.org" xmlns:layout="https://github.com/ultraq/thymeleaf-layout-dialect" layout:decorate="~{layout}">
<head>
<meta charset="utf-8"/>
<title>Add WebHook</title>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->

<!doctype html>
<html xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
<html xmlns:th="https://www.thymeleaf.org" xmlns:layout="https://github.com/ultraq/thymeleaf-layout-dialect">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/logout.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->

<!doctype html>
<html lang="en" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{layout}">
<html lang="en" xmlns:th="https://www.thymeleaf.org" xmlns:layout="https://github.com/ultraq/thymeleaf-layout-dialect" layout:decorate="~{layout}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3326,7 +3326,7 @@ class GithubHooksControllerTest {
"ssh_url": "git@github.com:spring-projects/spring-security.git",
"clone_url": "https://github.com/spring-projects/spring-security.git",
"svn_url": "https://github.com/spring-projects/spring-security",
"homepage": "http://spring.io/spring-security",
"homepage": "https://spring.io/spring-security",
"size": 33219,
"stargazers_count": 2994,
"watchers_count": 2994,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class WebClientGitHubApiTest {
],
"active": true,
"config": {
"url": "http://example.com/webhook",
"url": "https://example.com/webhook",
"content_type": "json"
},
"updated_at": "2011-09-06T20:39:23Z",
Expand Down Expand Up @@ -152,7 +152,7 @@ class WebClientGitHubApiTest {
],
"active": true,
"config": {
"url": "http://example.com/webhook",
"url": "https://example.com/webhook",
"content_type": "json"
},
"updated_at": "2011-09-06T20:39:23Z",
Expand All @@ -171,7 +171,7 @@ class WebClientGitHubApiTest {
],
"active": true,
"config": {
"url": "http://example.com/webhook",
"url": "https://example.com/webhook",
"content_type": "json"
},
"updated_at": "2011-09-06T20:39:23Z",
Expand Down Expand Up @@ -227,7 +227,7 @@ class WebClientGitHubApiTest {
],
"active": true,
"config": {
"url": "http://example.com/webhook",
"url": "https://example.com/webhook",
"content_type": "json"
},
"updated_at": "2011-09-06T20:39:23Z",
Expand Down