From ea9e1f94b6a6532eb208c0347af9f33bfe2522a4 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Mon, 14 May 2018 12:56:47 +0100 Subject: [PATCH] Fix broken link --- doc/faq.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/faq.rst b/doc/faq.rst index efc41ad1..e20f9621 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -34,7 +34,8 @@ more details. here can I find some examples of projects using Jbuilder? ========================================================= -The [dune-universe](https://github.com/dune-universe/dune-universe) repository -contains a snapshot of the latest versions of all opam packages depending on -jbuilder. It is therefore a useful reference to search through to find different -approaches to constructing build rules. +The `dune-universe https://github.com/dune-universe/dune-universe`__ +repository contains a snapshot of the latest versions of all opam +packages depending on jbuilder. It is therefore a useful reference to +search through to find different approaches to constructing build +rules.