From 3d16fd0d302f6b05d95cd4f64764672aedf03001 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:43:02 -0300 Subject: [PATCH] Update dead links from webapp --- v3-docs/docs/packages/webapp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-docs/docs/packages/webapp.md b/v3-docs/docs/packages/webapp.md index f78dc9a39e..38738b5c7f 100644 --- a/v3-docs/docs/packages/webapp.md +++ b/v3-docs/docs/packages/webapp.md @@ -97,7 +97,7 @@ WebApp.handlers.use(router); ::: There are a couple things to think about with this approach. -We're reading the contents of index.html using the [Assets](https://docs.meteor.com/api/assets.html) module that makes it really easy to read files out of the _private_ root folder. +We're reading the contents of index.html using the [Assets](../api/assets.md) module that makes it really easy to read files out of the _private_ root folder. We're using the [connect-route](https://www.npmjs.com/package/connect-route) NPM package to simplify WebApp route processing. But you can use any package you want to understand what is being requested.