From 358438e2446bbe636a13a7f6a5e0f9ef02a5ca3e Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Thu, 24 May 2012 10:54:46 -0500 Subject: [PATCH] Updated README with the demo site - again --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af021504..8ee9529f 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ GCC Explorer GCC Explorer is an interactive compiler. The left-hand pane shows editable C/C++ code. The right, the assembly output of having compiled the code with a given compiler and settings. -Try out the [demo site][http://gcc.godbolt.org/]! +Try out the [demo site][demo]! + +[demo]: http://gcc.godbolt.org/