From 2bde61500d0719c344a238cd11124d0755370f36 Mon Sep 17 00:00:00 2001 From: Dean Moldovan Date: Sun, 25 Jun 2017 17:35:44 +0200 Subject: [PATCH] Fix invalid reference definition in string conversion docs [skip ci] --- docs/advanced/cast/strings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/cast/strings.rst b/docs/advanced/cast/strings.rst index 864373e63..2cdbade3a 100644 --- a/docs/advanced/cast/strings.rst +++ b/docs/advanced/cast/strings.rst @@ -299,5 +299,5 @@ UTF-8). References ========== -* `The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) ` +* `The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) `_ * `C++ - Using STL Strings at Win32 API Boundaries `_