Skip to content

Commit

Permalink
Update link from DateJS to Moment
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Sep 16, 2024
1 parent ea2f6ec commit c783cab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/install/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ Lizmap modules
Previously, we explained how we could add QGIS Server plugins to add more features to QGIS Server. Now that
we have Lizmap Web Client up and running, we can add some Lizmap modules to add again some features.

The list is available in the Lizmap :ref:`introduction<additional_lizmap_modules>`. On their GitHub repository,
The list is available in the Lizmap :ref:`introduction <additional_lizmap_modules>`. On their GitHub repository,
their is usually their install instructions. You should follow them. However
here are the main instructions to install a module.

Expand Down
4 changes: 2 additions & 2 deletions source/publish/lizmap_plugin/time_manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ that will allow you to move between steps, or play the entire animation. At star
table, so if you have thousands of objects you may need to wait for several seconds before the application is available.

.. note::
Several different formats for date/time are acceptable (those supported by the JavaScript library `DateJS`).
You can check whether your format is supported by entering it on `DateJS<https://github.com/datejs/Datejs>`_.
Several different formats for date/time are acceptable (those supported by the JavaScript library `Moment`).
You can check whether your format is supported by reading the documentation on `Moment <https://momentjs.com/>`_.

At the layer level
^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit c783cab

Please sign in to comment.