Use https rather than http for several URLs.

This commit is contained in:
Dan Gohman
2018-03-05 05:47:56 -08:00
parent 6e94e70f30
commit bf480c341b
8 changed files with 15 additions and 15 deletions

View File

@@ -45,7 +45,7 @@ impl FuncTranslator {
///
/// See [the WebAssembly specification][wasm].
///
/// [wasm]: http://webassembly.github.io/spec/binary/modules.html#code-section
/// [wasm]: https://webassembly.github.io/spec/binary/modules.html#code-section
///
/// The Cretonne IR function `func` should be completely empty except for the `func.signature`
/// and `func.name` fields. The signature may contain special-purpose arguments which are not