diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 99cabf8d..97bc0687 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -7768,7 +7768,7 @@ * specified (this allow matching across multiple columns). Note that if you * wish to use filtering in DataTables this must remain 'true' - to remove the * default filtering input box and retain filtering abilities, please use - * @ref{sDom}. + * {@link DataTable.defaults.sDom}. * @type boolean * @default true * @dtopt Features diff --git a/media/src/model/model.defaults.js b/media/src/model/model.defaults.js index abe2d497..b7cc5a5e 100644 --- a/media/src/model/model.defaults.js +++ b/media/src/model/model.defaults.js @@ -294,7 +294,7 @@ DataTable.defaults = { * specified (this allow matching across multiple columns). Note that if you * wish to use filtering in DataTables this must remain 'true' - to remove the * default filtering input box and retain filtering abilities, please use - * @ref{sDom}. + * {@link DataTable.defaults.sDom}. * @type boolean * @default true * @dtopt Features