@@ -25,12 +25,12 @@ @title{@filepath{dust.rkt}} @defmodule["dust.rkt" #:packages ()] This is where I put constants and helper functions that are needed pretty much everywhere in the -project. In a simpler project these would go in @filepath{pollen.rkt} but here I have other modules -sitting “behind” that one in the @tt{require} chain. +project. In a simpler project these would go in @seclink["pollen-rkt"]{@filepath{pollen.rkt}} but +here I have other modules sitting “behind” that one in the @tt{require} chain. @section{Constants} @defthing[default-authorname string? #:value "Joel Dueck"]