Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions HTML5-frontend/widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</div>

<div is="learn_more">
<a href="http://software.internet2.edu/ndt/">Learn more about NDT</a> &ndash; <a href="http://www.measurementlab.net/">Learn more about Measurement Lab</a>
<a href="http://software.internet2.edu/ndt/">Learn more about NDT</a> &ndash; <a href="https://www.measurementlab.net/">Learn more about Measurement Lab</a>
</div>

</div>
Expand Down Expand Up @@ -147,4 +147,3 @@ <h3>Download speed</h3>

</body>
</html>

3 changes: 1 addition & 2 deletions flash-client/src/NDTConstants.as
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

package {
public class NDTConstants {
public static const MLAB_SITE:String = "http://www.measurementlab.net";
public static const MLAB_SITE:String = "https://www.measurementlab.net";

public static const CLIENT_VERSION:String = CONFIG::clientVersion;
public static const EXPECTED_SERVER_VERSION:String = CONFIG::serverVersion;
Expand Down Expand Up @@ -250,4 +250,3 @@ package {
+ "to obtain precise measurements.";
}
}