From 2f1ba89775c707b31d80165d10e4b233e8d1fcc1 Mon Sep 17 00:00:00 2001
From: Masayuki Igawa <masayuki.igawa@gmail.com>
Date: Fri, 1 Jan 2016 19:25:06 +0900
Subject: [PATCH] Fix typo in README.rst

This commit fixes a typo of a reference to the subunit2sql section.

Change-Id: I3448b11ba1c851bf87abc468515184628f33f051
---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index ae40987..dd8ddff 100644
--- a/README.rst
+++ b/README.rst
@@ -13,7 +13,7 @@ the DB api would need to be created to parse a different test result output
 format. It's also worth pointing out that subunit has several language library
 bindings available. So as a user you could create a small filter to convert a
 different format to subunit. Creating a filter should be fairly easy and then
-you don't have to worry about writing a tool like :ref:_`subunit2sql` to use a
+you don't have to worry about writing a tool like :ref:`subunit2sql` to use a
 different format.
 
 .. _subunit: https://github.com/testing-cabal/subunit/blob/master/README.rst