From 49eaf56f8c521b631b70b6414f9995a4cf3a6899 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sat, 27 Jan 2024 09:25:43 -0500 Subject: [PATCH] README: Use GitHub-Flavored Markdown, not HTML, for hyperlinks Fixes #279. --- README.markdown | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 724db68..4a10982 100644 --- a/README.markdown +++ b/README.markdown @@ -7,11 +7,10 @@ measuring and analysing software performance. -To get started, read the online tutorial, and take a look at the programs -in the examples directory. +To get started, read the [online +tutorial](http://www.serpentine.com/criterion/tutorial.html), and take a look +at the programs in the [examples +directory](https://github.com/haskell/criterion/tree/master/examples). # Get involved!