diff --git a/pollen-rkt.scrbl b/scribblings/pollen-rkt.scrbl similarity index 99% rename from pollen-rkt.scrbl rename to scribblings/pollen-rkt.scrbl index 837a50a..8c8ef39 100644 --- a/pollen-rkt.scrbl +++ b/scribblings/pollen-rkt.scrbl @@ -54,7 +54,7 @@ Other libraries we'll be using. pollen/decode pollen/tag hyphenate - "pricing-table.rkt")] + pollen-tfl/pricing-table)] @section{Exports} @@ -63,7 +63,7 @@ Note that @racket[all-defined-out] would only export the definitions that are cr imported definitions available too, we need to re-export them with @racket[all-from-out]. @chunk[ - (provide (all-defined-out) (all-from-out "pricing-table.rkt")) + (provide (all-defined-out) (all-from-out pollen-tfl/pricing-table)) ]