From c846c9dbe106011e1e176aadc21c0992854d58a6 Mon Sep 17 00:00:00 2001
From: Antonin Carette <antonin.carette@gmail.com>
Date: Sat, 2 Apr 2016 16:48:12 -0400
Subject: [PATCH] Update README.md

Fix example reference
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a0138efd..dcb34eac 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Usage
 
 See `examples/`, and the documentation, which can be rendered using `cargo doc`.
 
-For a more complete example, see [a minesweeper implementation](https://github.com/redox-os/games-for-redox/blob/master/src/minesweeper.rs), that I made for Redox using termion.
+For a more complete example, see [a minesweeper implementation](https://github.com/redox-os/games-for-redox/blob/master/src/minesweeper/main.rs), that I made for Redox using termion.
 
 <img src="image.png" width="150">
 
-- 
GitLab