diff --git a/collects/help/private/get-help-url.ss b/collects/help/private/get-help-url.ss index c55f76b72f..1aca6ca1e4 100644 --- a/collects/help/private/get-help-url.ss +++ b/collects/help/private/get-help-url.ss @@ -15,7 +15,7 @@ . opt-> . string?))) ; given a manual path, convert to absolute Web path - ; manual path is an anchored path to a collects/doc manual, never a servlet + ; manual path is an anchored path to a doc manual, never a servlet (define get-help-url (opt-lambda (manual-path [anchor #f]) (let ([segments (explode-path (normalize-path manual-path))]) @@ -63,4 +63,4 @@ [(null? long) #f] [(equal? (car short) (car long)) (loop (cdr short) (cdr long))] - [else #f])))) \ No newline at end of file + [else #f]))))