Try to fix this link.
llvm-svn: 199538
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index 5618805..05cd75685 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -1405,7 +1405,7 @@
Clang introduces the ``enable_if`` attribute, which can be placed on function
declarations to control which overload is selected based on the values of the
function's arguments. When combined with the
-:ref:``overloadable<langext-overloading>`` attribute, this feature is also
+:ref:`overloadable<langext-overloading>` attribute, this feature is also
available in C.
.. code-block:: c++