Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 8f45c68

Browse files
Spring Operatorsimonbasle
authored andcommitted
URL Cleanup (#22)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [x] http://mvnrepository.com/artifact/io.projectreactor/reactor-scala-extensions_2.12 with 1 occurrences migrated to: https://mvnrepository.com/artifact/io.projectreactor/reactor-scala-extensions_2.12 ([https](https://mvnrepository.com/artifact/io.projectreactor/reactor-scala-extensions_2.12) result 200). * [x] http://contributor-covenant.org with 1 occurrences migrated to: https://contributor-covenant.org ([https](https://contributor-covenant.org) result 301). * [x] http://contributor-covenant.org/version/1/4 with 1 occurrences migrated to: https://contributor-covenant.org/version/1/4 ([https](https://contributor-covenant.org/version/1/4) result 301). * [x] http://contributor-covenant.org/version/1/4/ with 1 occurrences migrated to: https://contributor-covenant.org/version/1/4/ ([https](https://contributor-covenant.org/version/1/4/) result 301).
1 parent 58eddda commit 8f45c68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reactor Scala Extensions
22
[![Join the chat at https://gitter.im/reactor/reactor](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/reactor/reactor?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3-
[![Reactor Scala Extensions](https://maven-badges.herokuapp.com/maven-central/io.projectreactor/reactor-scala-extensions_2.12/badge.svg?style=plastic)](http://mvnrepository.com/artifact/io.projectreactor/reactor-scala-extensions_2.12)
3+
[![Reactor Scala Extensions](https://maven-badges.herokuapp.com/maven-central/io.projectreactor/reactor-scala-extensions_2.12/badge.svg?style=plastic)](https://mvnrepository.com/artifact/io.projectreactor/reactor-scala-extensions_2.12)
44
[![Download](https://api.bintray.com/packages/sinwe/io.projectreactor/reactor-scala-extensions_2.12/images/download.svg?version=0.3.5) ](https://bintray.com/sinwe/io.projectreactor/reactor-scala-extensions_2.12/0.3.5/link)
55
[![Build Status](https://travis-ci.org/reactor/reactor-scala-extensions.svg?branch=master)](https://travis-ci.org/reactor/reactor-scala-extensions)
66
[![codecov](https://codecov.io/gh/reactor/reactor-scala-extensions/branch/master/graph/badge.svg)](https://codecov.io/gh/reactor/reactor-scala-extensions)

0 commit comments

Comments
 (0)