1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

mapRoutes: Fix outdated link to Mithril docs

This commit is contained in:
Franz Liedke
2020-09-11 15:56:10 +02:00
parent 09bead3ba2
commit 42ad490096

View File

@@ -2,7 +2,7 @@
* The `mapRoutes` utility converts a map of named application routes into a
* format that can be understood by Mithril.
*
* @see https://lhorie.github.io/mithril/mithril.route.html#defining-routes
* @see https://mithril.js.org/route.html#signature
* @param {Object} routes
* @param {String} [basePath]
* @return {Object}