MavenArtifacts.md: update links to HTTPS (#1674)

This commit is contained in:
Austin Shalit
2019-04-27 23:16:04 -04:00
committed by Peter Johnson
parent aab4c494d6
commit 063bbab6f5

View File

@@ -5,8 +5,8 @@ WPILib publishes its built artifacts to our Maven server for use by downstream p
## Repositories
We provide two repositories. These repositories are:
* (Release) http://first.wpi.edu/FRC/roborio/maven/release/
* (Development) http://first.wpi.edu/FRC/roborio/maven/development/
* (Release) https://first.wpi.edu/FRC/roborio/maven/release/
* (Development) https://first.wpi.edu/FRC/roborio/maven/development/
The release repository is where official WPILib releases are pushed.
The development repository is where development releases of every commit to [master](https://github.com/wpilibsuite/allwpilib/tree/master) is pushed.