Skip to content

Commit 6ee5a81

Browse files
committed
chore: update links in buildfiles to https
1 parent 545f2d4 commit 6ee5a81

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.dev/githooks/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ head -1 "$1" | grep -Eq "^(fix|feat|docs|style|refactor|test|chore|rework|releas
99
result=$?
1010
if test $result -ne 0
1111
then printf "Invalid commit message: '$(head -1 "$1")'
12-
Please check the guidelines at http://karma-runner.github.io/latest/dev/git-commit-msg.html$(test -n "$scopes" && echo ", the scope should be one of $scopes as defined in $scopes_file")" >&2
12+
Please check the guidelines at https://karma-runner.github.io/6.2/dev/git-commit-msg.html$(test -n "$scopes" && echo ", the scope should be one of $scopes as defined in $scopes_file")" >&2
1313
fi
1414
exit $result

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ git clone [email protected]:software-challenge/backend.git --recurse-submodules --s
1313
## Kollaboration
1414

1515
Unsere Commit-Messages folgen dem Muster `type(scope): summary`
16-
(siehe [Karma Runner Konvention](http://karma-runner.github.io/latest/dev/git-commit-msg.html)),
16+
(siehe [Karma Runner Konvention](https://karma-runner.github.io/6.2/dev/git-commit-msg.html)),
1717
wobei die gängigen Scopes in [.dev/scopes.txt](.dev/scopes.txt) definiert werden.
1818
Nach dem Klonen mit git sollte dazu der hook aktiviert werden:
1919

gradle/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ subprojects {
263263
allprojects {
264264
repositories {
265265
mavenCentral()
266-
maven("http://maven.wso2.org/nexus/content/groups/wso2-public/")
266+
maven("https://maven.wso2.org/nexus/content/groups/wso2-public/")
267267
}
268268

269269
if (this.name in documentedProjects) {

helpers/transform.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
2+
<xsl:stylesheet version="1.0" xmlns:xsl="https://www.w3.org/1999/XSL/Transform">
33

44
<xsl:template match="/">
55
<protocol>

player/configuration/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ application {
1313

1414
repositories {
1515
jcenter()
16-
maven("http://maven.wso2.org/nexus/content/groups/wso2-public/")
16+
maven("https://maven.wso2.org/nexus/content/groups/wso2-public/")
1717
maven("https://jitpack.io")
1818
}
1919

0 commit comments

Comments
 (0)