mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update dead links from webapp
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user