From 7b1ed355f6835b9c1993e21f44e96f94454ba4b9 Mon Sep 17 00:00:00 2001 From: Anton Kuzmin <40335671+uuttff8@users.noreply.github.com> Date: Mon, 6 Aug 2018 20:35:14 +0300 Subject: [PATCH] 404 not found in URL Dispatch in Basics #1 --- content/docs/application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/application.md b/content/docs/application.md index 5e563cd..8b7a458 100644 --- a/content/docs/application.md +++ b/content/docs/application.md @@ -29,7 +29,7 @@ In this example, an application with the `/app` prefix and a `index.html` resour are created. This resource is available through the `/app/index.html` url. > For more information, check the -> [URL Dispatch](./sec-6-url-dispatch.html#using-a-application-prefix-to-compose-applications) section. +> [URL Dispatch](./docs/url-dispatch/index.html#using-an-application-prefix-to-compose-applications) section. Multiple applications can be served with one server: