From 278b6489c02a4f57cd03403e9e16a61599fa2dc3 Mon Sep 17 00:00:00 2001 From: Jack Firth Date: Tue, 7 Jul 2015 16:07:25 -0700 Subject: [PATCH] Fix doc reference --- lens/main.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lens/main.scrbl b/lens/main.scrbl index 4b69147..fc12e0b 100644 --- a/lens/main.scrbl +++ b/lens/main.scrbl @@ -13,7 +13,7 @@ representation of getters and setters in object-oriented languages. source code: @url["https://github.com/jackfirth/lens"] -@include-section["core/main.scrbl"] +@include-section["base/main.scrbl"] @include-section["list/main.scrbl"] @include-section["struct-lens.scrbl"] @include-section["syntax.scrbl"]