From 767b8376d2da889ac16dcddbe3ec36f717fdf269 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Mon, 5 Oct 2020 20:50:15 -0400 Subject: [PATCH] Update mithril request docs link --- framework/core/js/src/common/Application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/js/src/common/Application.js b/framework/core/js/src/common/Application.js index b4b706f65..4218e1b83 100644 --- a/framework/core/js/src/common/Application.js +++ b/framework/core/js/src/common/Application.js @@ -272,7 +272,7 @@ export default class Application { /** * Make an AJAX request, handling any low-level errors that may occur. * - * @see https://lhorie.github.io/mithril/mithril.request.html + * @see https://mithril.js.org/request.html * @param {Object} options * @return {Promise} * @public