From 42ad4900964103faa968231107d2777be71a402d Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 11 Sep 2020 15:56:10 +0200 Subject: [PATCH] mapRoutes: Fix outdated link to Mithril docs --- js/src/common/utils/mapRoutes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/common/utils/mapRoutes.js b/js/src/common/utils/mapRoutes.js index abcf41315..f0c96a4ce 100644 --- a/js/src/common/utils/mapRoutes.js +++ b/js/src/common/utils/mapRoutes.js @@ -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}