From d64ecfb2070946d229bcc3b118700c2b7baf7a35 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 16 Jan 2022 23:11:06 +0100 Subject: [PATCH] utils.scrbl: Add a TODO note about the broken hyperlinks. --- scribblings/utils.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scribblings/utils.scrbl b/scribblings/utils.scrbl index d1602e8..a9b16aa 100644 --- a/scribblings/utils.scrbl +++ b/scribblings/utils.scrbl @@ -17,6 +17,10 @@ This documentation only lists the functions and the types which have already been converted. However, the typed part is currently hidden in an untyped module, so you cannot yet use the types directly. +@bold{TODO:} Hyperlinks are currently broken in this document because it +actually documents a submodule. Fix them once the migration to Typed Racket +has reached a fixed point. + @(define utils-evaluator (parameterize ([sandbox-output 'string] [sandbox-error-output 'string]