summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authornarimiran <narimiran@users.noreply.github.com>2017-10-23 14:26:32 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-10-23 14:26:32 +0200
commit5404e47dd040c5aff3c0bb2b6d7a768e8c3b90e5 (patch)
tree9d75b3dd4961c40f2cef06286423bb488a5e7c6a /doc
parent840781866731c4b341c50db22f447f39227cdecc (diff)
downloadNim-5404e47dd040c5aff3c0bb2b6d7a768e8c3b90e5.tar.gz
fixes #5914 (#6566)
Diffstat (limited to 'doc')
-rw-r--r--doc/backends.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/backends.txt b/doc/backends.txt
index 6446103ed..fc5bf806c 100644
--- a/doc/backends.txt
+++ b/doc/backends.txt
@@ -20,10 +20,12 @@ to compile to C++, Objective-C or JavaScript. This document tries to
 concentrate in a single place all the backend and interfacing options.
 
 The Nim compiler supports mainly two backend families: the C, C++ and
-Objective-C targets and the JavaScript target. `The C like targets`_ creates
-source files which can be compiled into a library or a final executable. `The
-JavaScript target`_ can generate a ``.js`` file which you reference from an
-HTML file or create a `standalone nodejs program <http://nodejs.org>`_.
+Objective-C targets and the JavaScript target. `The C like targets
+<#backends-the-c-like-targets>`_ creates source files which can be compiled
+into a library or a final executable. `The JavaScript target
+<#backends-the-javascript-target>`_ can generate a ``.js`` file which you
+reference from an HTML file or create a `standalone nodejs program
+<http://nodejs.org>`_.
 
 On top of generating libraries or standalone applications, Nim offers
 bidirectional interfacing with the backend targets through generic and