From ee7f03278c277cd3641622f80611478034ebd517 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Mon, 25 Jun 2018 15:50:24 +0200 Subject: [PATCH] Fix Markdown syntax Signed-off-by: Michael Opdenacker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c671ee2..01a3e66 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ data. Internally, it indexes Git *blobs* rather than trees of files to avoid duplicating work and data. It has a straightforward data structure (reminiscent of older LXR releases) to keep queries simple and fast. -You can see it in action on [https://elixir.bootlin.com/]. +You can see it in action on https://elixir.bootlin.com/ Requirements ------------