diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 410339564c8c078731dbb17b742d20dd8371a917..b2a848897d812547adb0c8a97c735a880fbb7140 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,8 +15,8 @@ Added tasks passed to :func:`.idle.idle` to be executed synchronously. * New :meth:`.IdleLoop.synchronous` context manager, to temporarily change the value of :meth:`.IdleLoop.neverQueue`. -* New :mod:`fsl.data.bids` module, containing a few simple functions for - working with BIDS data sets. +* New :mod:`.bids` module, containing a few simple functions for working with + `BIDS <https://bids.neuroimaging.io>`_ datasets. * New :func:`.image.loadMetadata` function, and ``loadMeta`` option to the :class:`.Image` class, to automatically find and load any sidecar JSON files associated with an image file.