Fix broken links in faq.rst (#768)

This commit is contained in:
Marc Lasson 2018-05-12 11:25:28 +02:00 committed by Jérémie Dimino
parent 33a99884e4
commit 0705a6647a
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ convenience, for the following reasons:
How to add a configure step to a jbuilder project?
==================================================
[example/sample-projects/with-configure-step](example/sample-projects/with-configure-step)
`example/sample-projects/with-configure-step https://github.com/ocaml/dune/tree/master/example/sample-projects/with-configure-step`__
shows one way to do it which preserves composability; i.e. it doesn't require
manually running `./configure` script when working on multiple projects at the
same time.
@ -28,7 +28,7 @@ same time.
Can I use topkg with jbuilder?
==============================
Yes, have a look at the [topkg-jbuilder][topkg-jbuilder] project for
Yes, have a look at the `topkg-jbuilder https://github.com/samoht/topkg-jbuilder`__ project for
more details.
here can I find some examples of projects using Jbuilder?