From 0e8e8692a6671f244e97263acc4a29593c2e4b9d Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 3 Jan 2008 19:07:02 +0000 Subject: [PATCH] 3.99.0.9: binding links in docs use nominal import sources svn: r8196 original commit: 7fc41024c0f09d03bed22c9e68bc2548f9222b77 --- collects/net/doc/smtp.scrbl | 2 +- collects/net/doc/url.scrbl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/collects/net/doc/smtp.scrbl b/collects/net/doc/smtp.scrbl index 43f523b97c..6307155d13 100644 --- a/collects/net/doc/smtp.scrbl +++ b/collects/net/doc/smtp.scrbl @@ -106,7 +106,7 @@ probably will not).} @section{SMTP Unit} -@defmodule[net/SMTP-unit] +@defmodule[net/smtp-unit] @defthing[smtp@ unit?]{ diff --git a/collects/net/doc/url.scrbl b/collects/net/doc/url.scrbl index f806a6a09a..2193515fba 100644 --- a/collects/net/doc/url.scrbl +++ b/collects/net/doc/url.scrbl @@ -27,10 +27,10 @@ library. @section{URL Structure} -@declare-exporting[net/url-struct net/url] +@declare-exporting[net/url-structs net/url] -@defmodule*/no-declare[(net/url-struct)]{The URL structure types are -provided by the @schememodname[net/url-struct] library, and +@defmodule*/no-declare[(net/url-structs)]{The URL structure types are +provided by the @schememodname[net/url-structs] library, and re-exported by @schememodname[net/url].} @; ---------------------------------------- @@ -43,7 +43,7 @@ re-exported by @schememodname[net/url].} [path-absolute? boolean?] [path (listof path/param?)] [query (listof (cons/c symbol? (or/c false/c string?)))] - [fragment (union false/c string?)])]{ + [fragment (or/c false/c string?)])]{ The basic structure for all URLs, hich is explained in RFC 3986 @cite["RFC3986"]. The following diagram illustrates the parts: