From 17dcd5a33ff91967f67e7c0ba09b4f18754609a4 Mon Sep 17 00:00:00 2001 From: "Field G. Van Zee" Date: Tue, 2 May 2017 16:48:43 -0500 Subject: [PATCH] Fixed stray parentheses in README citations. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68f7b7656..b0ba6d345 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ for determining blocksize parameters in BLIS: ``` A fifth paper, submitted to ACM TOMS, begins the study of so-called -[induced methods for complex matrix multiplication](http://www.cs.utexas.edu/users/flame/pubs/blis5_toms_rev2.pdf)): +[induced methods for complex matrix multiplication](http://www.cs.utexas.edu/users/flame/pubs/blis5_toms_rev2.pdf): ``` @article{BLIS5, @@ -294,7 +294,7 @@ A fifth paper, submitted to ACM TOMS, begins the study of so-called ``` A sixth paper, submitted to ACM TOMS, revisits the topic of the previous -article and derives a [superior induced method](http://www.cs.utexas.edu/users/flame/pubs/blis6_toms_rev0.pdf)): +article and derives a [superior induced method](http://www.cs.utexas.edu/users/flame/pubs/blis6_toms_rev0.pdf): ``` @article{BLIS6,