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

@@ -1,5 +1,5 @@
//! This crate provides a text pattern matching library with functionality similar to the LLVM
//! project's [FileCheck command](http://llvm.org/docs/CommandGuide/FileCheck.html).
//! project's [FileCheck command](https://llvm.org/docs/CommandGuide/FileCheck.html).
//!
//! A list of directives is typically extracted from a file containing a test case. The test case
//! is then run through the program under test, and its output matched against the directives.