diff --git a/net-doc/net/scribblings/cookie.scrbl b/net-doc/net/scribblings/cookie.scrbl index 0e4cf79ce3..b33e3f576a 100644 --- a/net-doc/net/scribblings/cookie.scrbl +++ b/net-doc/net/scribblings/cookie.scrbl @@ -190,8 +190,9 @@ won't have a cookie set then first arrive at your site. @margin-note{@racket[cookie@] and @racket[cookie^] are deprecated. They exist for backward-compatibility and will likely be removed in -the future. New code should use the @racketmodname[net/cookies/server] -or @racketmodname[net/cookies/user-agent] module.} +the future. New code should use +@hyperlink["http://pkgs.racket-lang.org/#[net-cookies]"]{the + net-cookies package}.} @defmodule[net/cookie-unit]