From af4003deeb7d356f3fa1108e5f126dc8a271e0ca Mon Sep 17 00:00:00 2001 From: Mark P Neyer Date: Thu, 12 Jun 2014 14:59:12 -0700 Subject: [PATCH] Update README.md to fix link to rust website the rust-lang.org site requires www and doesn't redirect. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4abdbfb52..bb29f9745 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ uutils coreutils [![Build Status](https://api.travis-ci.org/uutils/coreutils.svg ================ uutils is an attempt at writing universal (as in cross-platform) CLI -utils in [Rust](http://rust-lang.org). This repo is to aggregate the GNU +utils in [Rust](http://www.rust-lang.org). This repo is to aggregate the GNU coreutils rewrites. Why?