From f19a1d1fc3ecbbf1cfc8c0772210ceab902a4f96 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Fri, 2 Feb 2018 13:39:42 +0000 Subject: [PATCH] jbuilder-universe --> dune-universe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 101e3dcf..e6ad4355 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ more details. ### Where can I find some examples of projects using Jbuilder? -The [jbuilder-universe](https://github.com/janestreet/jbuilder-universe) +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.