From 896757cf1f5d7c4695485862b945838edcb76ffa Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Fri, 22 Aug 2008 15:38:31 +0000 Subject: [PATCH] Another bug svn: r11389 --- collects/web-server/scribblings/faq.scrbl | 2 +- .../web-server/scribblings/tutorial/web-server-tutorial.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/web-server/scribblings/faq.scrbl b/collects/web-server/scribblings/faq.scrbl index 16ee621d8d..742a24577c 100644 --- a/collects/web-server/scribblings/faq.scrbl +++ b/collects/web-server/scribblings/faq.scrbl @@ -101,7 +101,7 @@ scheme @code:comment{Load the standard configuration file, but augment the port.} (define configuration - (configuration-table-sexpr->web-config@ + (configuration-table->web-config@ (build-path (collection-path "web-server") "default-web-root" "configuration-table.ss") diff --git a/collects/web-server/scribblings/tutorial/web-server-tutorial.scrbl b/collects/web-server/scribblings/tutorial/web-server-tutorial.scrbl index 9451e59c22..f950e64fac 100644 --- a/collects/web-server/scribblings/tutorial/web-server-tutorial.scrbl +++ b/collects/web-server/scribblings/tutorial/web-server-tutorial.scrbl @@ -1231,7 +1231,7 @@ scheme @code:comment{Load the standard configuration file, but augment the port.} (define configuration - (configuration-table-sexpr->web-config@ + (configuration-table->web-config@ (build-path (collection-path "web-server") "default-web-root" "configuration-table.ss")