1
0
mirror of https://github.com/flarum/core.git synced 2025-06-25 20:24:56 +02:00

Update mithril request docs link

This commit is contained in:
Alexander Skvortsov
2020-10-05 20:50:15 -04:00
parent 2ff0e1efcb
commit 414b0ff6d3

View File

@ -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