diff --git a/README.md b/README.md
index 3714f38d..153dbfff 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,8 @@ See examples/org/spacehq/packetlib/test
## Building the Source
PacketLib uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.
-Builds can be downloaded **[here](http://build.spacehq.org/job/PacketLib)**.
+Builds can be downloaded **[here](https://build.spacehq.org/job/PacketLib)**.
+Javadocs can be found **[here](https://build.spacehq.org/job/PacketLib/javadoc)**.
## License
PacketLib is licensed under the **[MIT license](http://www.opensource.org/licenses/mit-license.html)**.
diff --git a/pom.xml b/pom.xml
index 1a6a1475..87a2471f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,23 +41,23 @@
spacehq
spacehq-releases
- http://repo.spacehq.org/content/repositories/releases/
+ https://repo.spacehq.org/content/repositories/releases/
spacehq
spacehq-snapshots
- http://repo.spacehq.org/content/repositories/snapshots/
+ https://repo.spacehq.org/content/repositories/snapshots/
spacehq-releases
- http://repo.spacehq.org/content/repositories/releases/
+ https://repo.spacehq.org/content/repositories/releases/
spacehq-snapshots
- http://repo.spacehq.org/content/repositories/snapshots/
+ https://repo.spacehq.org/content/repositories/snapshots/