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")