Skip to content

Commit afda9c2

Browse files
committed
Bump readme and docs http to https.
1 parent 473f70a commit afda9c2

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

CODE_OF_CONDUCT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai
4040

4141
## Attribution
4242

43-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
43+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://contributor-covenant.org/version/1/4][version]
4444

45-
[homepage]: http://contributor-covenant.org
46-
[version]: http://contributor-covenant.org/version/1/4/
45+
[homepage]: https://contributor-covenant.org
46+
[version]: https://contributor-covenant.org/version/1/4/

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ extra('wtp.EclipseWtpFormatterStep') +'{{yes}} | {{yes}}
108108
- Thanks to Gábor Bernát for improvements to logging and multi-project support.
109109
- Thanks to Andrew Oberstar for improvements to formatting java source in non-java source sets. [PR #60](https://github.com/diffplug/spotless/pull/60).
110110
- Import ordering from [EclipseCodeFormatter](https://github.com/krasa/EclipseCodeFormatter).
111-
- Built by [gradle](http://gradle.org/).
112-
- Tested by [junit](http://junit.org/).
113-
- Maintained by [DiffPlug](http://www.diffplug.com/).
111+
- Built by [gradle](https://gradle.org/).
112+
- Tested by [junit](https://junit.org/).
113+
- Maintained by [DiffPlug](https://www.diffplug.com/).

gradle/java-publish.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ javadoc {
2020
// use markdown in javadoc
2121
def makeLink = { url, text -> "<a href=\"${url}\" style=\"text-transform: none;\">${text}</a>" }
2222
def javadocInfo = '<h2>' + makeLink("https://github.com/${org}/${name}", "${group}:${project.ext.artifactId}:${ext.version}") +
23-
' by ' + makeLink('http://www.diffplug.com', 'DiffPlug') + '</h2>'
23+
' by ' + makeLink('https://www.diffplug.com', 'DiffPlug') + '</h2>'
2424

2525
String version_str = ext.version.endsWith('-SNAPSHOT') ? 'snapshot' : ext.version
2626
apply plugin: 'ch.raffael.pegdown-doclet'
@@ -95,7 +95,7 @@ model {
9595
licenses {
9696
license {
9797
name 'The Apache Software License, Version 2.0'
98-
url 'http://www.apache.org/license/LICENSE-2.0.txt'
98+
url 'https://www.apache.org/license/LICENSE-2.0.txt'
9999
distribution 'repo'
100100
}
101101
}

plugin-gradle/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!---freshmark shields
44
output = [
55
link(shield('Gradle plugin', 'plugins.gradle.org', 'com.diffplug.gradle.spotless', 'blue'), 'https://plugins.gradle.org/plugin/com.diffplug.gradle.spotless'),
6-
link(shield('Maven central', 'mavencentral', 'com.diffplug.gradle.spotless:spotless', 'blue'), 'http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.diffplug.spotless%22%20AND%20a%3A%22spotless-plugin-gradle%22'),
6+
link(shield('Maven central', 'mavencentral', 'com.diffplug.gradle.spotless:spotless', 'blue'), 'https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.diffplug.spotless%22%20AND%20a%3A%22spotless-plugin-gradle%22'),
77
link(shield('Javadoc', 'javadoc', '{{stableGradle}}', 'blue'), 'https://{{org}}.github.io/{{name}}/javadoc/spotless-plugin-gradle/{{stableGradle}}/'),
88
'',
99
link(shield('Changelog', 'changelog', '{{versionGradle}}', 'brightgreen'), 'CHANGES.md'),
@@ -13,7 +13,7 @@ output = [
1313
].join('\n');
1414
-->
1515
[![Gradle plugin](https://img.shields.io/badge/plugins.gradle.org-com.diffplug.gradle.spotless-blue.svg)](https://plugins.gradle.org/plugin/com.diffplug.gradle.spotless)
16-
[![Maven central](https://img.shields.io/badge/mavencentral-com.diffplug.gradle.spotless%3Aspotless-blue.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.diffplug.spotless%22%20AND%20a%3A%22spotless-plugin-gradle%22)
16+
[![Maven central](https://img.shields.io/badge/mavencentral-com.diffplug.gradle.spotless%3Aspotless-blue.svg)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.diffplug.spotless%22%20AND%20a%3A%22spotless-plugin-gradle%22)
1717
[![Javadoc](https://img.shields.io/badge/javadoc-3.18.0-blue.svg)](https://diffplug.github.io/spotless/javadoc/spotless-plugin-gradle/3.18.0/)
1818

1919
[![Changelog](https://img.shields.io/badge/changelog-3.19.0--SNAPSHOT-brightgreen.svg)](CHANGES.md)

plugin-maven/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!---freshmark shields
44
output = [
5-
link(shield('Maven central', 'mavencentral', '{{group}}:{{artifactIdMaven}}', 'blue'), 'http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22{{group}}%22%20AND%20a%3A%22{{artifactIdMaven}}%22'),
5+
link(shield('Maven central', 'mavencentral', '{{group}}:{{artifactIdMaven}}', 'blue'), 'https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22{{group}}%22%20AND%20a%3A%22{{artifactIdMaven}}%22'),
66
link(shield('Javadoc', 'javadoc', '{{stableMaven}}', 'blue'), 'https://{{org}}.github.io/{{name}}/javadoc/{{artifactIdMaven}}/{{stableMaven}}/'),
77
'',
88
link(shield('Changelog', 'changelog', '{{stableMaven}}', 'brightgreen'), 'CHANGES.md'),
@@ -11,7 +11,7 @@ output = [
1111
link(shield('License Apache', 'license', 'apache', 'brightgreen'), 'https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)')
1212
].join('\n');
1313
-->
14-
[![Maven central](https://img.shields.io/badge/mavencentral-com.diffplug.spotless%3Aspotless--maven--plugin-blue.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.diffplug.spotless%22%20AND%20a%3A%22spotless-maven-plugin%22)
14+
[![Maven central](https://img.shields.io/badge/mavencentral-com.diffplug.spotless%3Aspotless--maven--plugin-blue.svg)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.diffplug.spotless%22%20AND%20a%3A%22spotless-maven-plugin%22)
1515
[![Javadoc](https://img.shields.io/badge/javadoc-1.18.0-blue.svg)](https://diffplug.github.io/spotless/javadoc/spotless-maven-plugin/1.18.0/)
1616

1717
[![Changelog](https://img.shields.io/badge/changelog-1.18.0-brightgreen.svg)](CHANGES.md)
@@ -52,7 +52,7 @@ cmd> mvn spotless:check
5252
...
5353
```
5454

55-
To use it in your pom, just [add the Spotless dependency](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.diffplug.spotless%22%20AND%20a%3A%22spotless-maven-plugin%22), and configure it like so:
55+
To use it in your pom, just [add the Spotless dependency](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.diffplug.spotless%22%20AND%20a%3A%22spotless-maven-plugin%22), and configure it like so:
5656

5757
```xml
5858
<plugin>

plugin-maven/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ visteg {
1515
nodeShape = 'box'
1616
startNodeShape = 'box'
1717
endNodeShape = 'box'
18-
colorscheme = 'pastel24' // http://www.graphviz.org/doc/info/colors.html
18+
colorscheme = 'pastel24' // https://www.graphviz.org/doc/info/colors.html
1919
}
2020

2121
import com.github.mustachejava.DefaultMustacheFactory

0 commit comments

Comments
 (0)