Skip to content

Commit 63feda7

Browse files
committed
bump some internal URLs to https
1 parent c458f1c commit 63feda7

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ For developing the code base of LearnLib it is suggested to use one of the major
8181

8282
## Documentation
8383

84-
* **Maven Project Site:** [latest release](http://learnlib.github.io/learnlib/maven-site/latest/) | [older versions](http://learnlib.github.io/learnlib/maven-site/)
85-
* **API Documentation:** [latest release](http://learnlib.github.io/learnlib/maven-site/latest/apidocs/) | [older versions](http://learnlib.github.io/learnlib/maven-site/)
84+
* **Maven Project Site:** [latest release](https://learnlib.github.io/learnlib/maven-site/latest/) | [older versions](https://learnlib.github.io/learnlib/maven-site/)
85+
* **API Documentation:** [latest release](https://learnlib.github.io/learnlib/maven-site/latest/apidocs/) | [older versions](https://learnlib.github.io/learnlib/maven-site/)
8686

8787

8888
## Questions?
@@ -98,15 +98,15 @@ If you have any questions regarding the usage of LearnLib or if you want to disc
9898

9999

100100
[1]: http://www.apache.org/licenses/LICENSE-2.0
101-
[2]: http://www.cs.tu-dortmund.de
102-
[3]: http://www.learnlib.de
101+
[2]: https://cs.tu-dortmund.de
102+
[3]: https://learnlib.de
103103
[4]: https://github.com/misberner
104104
[5]: https://github.com/fhowar
105105
[6]: https://github.com/mtf90
106106
[7]: https://github.com/LearnLib/automatalib
107107

108-
[maven-central]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.learnlib%22
109-
[maven-central-distr]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.learnlib.distribution%22
108+
[maven-central]: https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.learnlib%22
109+
[maven-central-distr]: https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.learnlib.distribution%22
110110
[intellij]: https://www.jetbrains.com/idea/
111111
[eclipse]: https://www.eclipse.org/
112112
[ltsmin]: https://ltsmin.utwente.nl/

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ limitations under the License.
2929

3030
<name>LearnLib</name>
3131
<description>A framework for active automata learning and experimentation</description>
32-
<url>http://learnlib.github.io/learnlib/maven-site/${project.version}</url>
32+
<url>https://learnlib.github.io/learnlib/maven-site/${project.version}</url>
3333
<licenses>
3434
<license>
3535
<name>Apache License, Version 2.0</name>
@@ -43,7 +43,7 @@ limitations under the License.
4343
<name>Markus Frohme</name>
4444
<email>markus.frohme@udo.edu</email>
4545
<organization>TU Dortmund University, Chair of Programming Systems</organization>
46-
<organizationUrl>http://ls5-www.cs.tu-dortmund.de/</organizationUrl>
46+
<organizationUrl>https://ls5-www.cs.tu-dortmund.de/</organizationUrl>
4747
<roles>
4848
<role>Developer</role>
4949
<role>Maintainer</role>
@@ -54,7 +54,7 @@ limitations under the License.
5454
<name>Falk Howar</name>
5555
<email>falk.howar@gmail.com</email>
5656
<organization>TU Dortmund University, Chair of Software Engineering</organization>
57-
<organizationUrl>http://ls14-www.cs.tu-dortmund.de/</organizationUrl>
57+
<organizationUrl>https://ls14-www.cs.tu-dortmund.de/</organizationUrl>
5858
<roles>
5959
<role>Developer</role>
6060
</roles>
@@ -259,7 +259,7 @@ limitations under the License.
259259
<testng.version>7.10.2</testng.version>
260260

261261
<!-- Javadoc links -->
262-
<automatalib.apidocs>http://learnlib.github.io/automatalib/maven-site/${automatalib.version}/apidocs/</automatalib.apidocs>
262+
<automatalib.apidocs>https://learnlib.github.io/automatalib/maven-site/${automatalib.version}/apidocs/</automatalib.apidocs>
263263
<checkerframework.apidocs>https://checkerframework.org/releases/${checkerframework.version}/api/</checkerframework.apidocs>
264264
</properties>
265265

0 commit comments

Comments
 (0)