Use HTTPS for external links wherever possible

See gh-16317
This commit is contained in:
Spring Operator
2019-03-26 04:15:00 -05:00
committed by Andy Wilkinson
parent 8059dceee4
commit 189eeefbb1
33 changed files with 130 additions and 130 deletions

View File

@@ -26,9 +26,9 @@ import static org.assertj.core.api.Assertions.assertThat;
* Tests for {@link VehicleIdentificationNumber}.
*
* @author Phillip Webb
* @see <a href="http://osherove.com/blog/2005/4/3/naming-standards-for-unit-tests.html">
* @see <a href="https://osherove.com/blog/2005/4/3/naming-standards-for-unit-tests.html">
* Naming standards for unit tests</a>
* @see <a href="http://joel-costigliola.github.io/assertj/">AssertJ</a>
* @see <a href="https://joel-costigliola.github.io/assertj/">AssertJ</a>
*/
public class VehicleIdentificationNumberTests {