diff --git a/collects/web-server/docs/reference/command-line.scrbl b/collects/web-server/docs/reference/command-line.scrbl index 68b43f969b..055e557a5b 100644 --- a/collects/web-server/docs/reference/command-line.scrbl +++ b/collects/web-server/docs/reference/command-line.scrbl @@ -14,12 +14,13 @@ are through a command-line tool or through a function call. Two command-line utilities are provided with the @file{web-server}: @exec{plt-web-server-text [-f -p -a ]} + @exec{plt-web-server [-f -p -a ]} The first runs the @file{web-server} with MzScheme, while the second runs the server with MrEd, providing a graphical UI. The optional file-name argument specifies the path to a @scheme[configuration-table] S-expression -(see @secref["configuration-table"].) If this is not provided, the default +(see @secref["configuration-table.ss"].) If this is not provided, the default configuration shipped with the server is used. The optional port and ip-address arguments override the corresponding portions of the @scheme[configuration-table]. diff --git a/collects/web-server/docs/reference/configuration.scrbl b/collects/web-server/docs/reference/configuration.scrbl index ea16a43e20..da6be15495 100644 --- a/collects/web-server/docs/reference/configuration.scrbl +++ b/collects/web-server/docs/reference/configuration.scrbl @@ -16,7 +16,7 @@ configuring the @file{web-server}. represent a standard configuration (see @secref["XXX"]) of the @file{web-server}. The contracts on this structure influence the valid types of values in the configuration table S-expression file format described in -@secref["configuration-table"]. +@secref["configuration-table.ss"]. @defstruct[configuration-table ([port (between/c 1 65535)] diff --git a/collects/web-server/docs/reference/managers.scrbl b/collects/web-server/docs/reference/managers.scrbl index 1f712bc99b..02f71e9d2d 100644 --- a/collects/web-server/docs/reference/managers.scrbl +++ b/collects/web-server/docs/reference/managers.scrbl @@ -82,7 +82,7 @@ the users and implementers of managers. } If you are considering using this manager, also consider using the -Web Language. (See @secref["lang"].) +Web Language. (See @secref["lang.ss"].) @; ------------------------------------------------------------ @section[#:tag "timeouts.ss"]{Timeouts}