diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 3279c6db385d3a99a1879df73d9c1d8a726bacef..62a3805b9eb9c937e03fab3151acc02147a5f962 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -223,8 +223,8 @@ Changed
 
 * The :class:`.Cache` class has a new ``lru`` option, allowing it to be used
   as a least-recently-used cache.
-* The :mod:`.filetree` module has been refactored to make it easier for the
-  :mod:`.query` module to work with file tree hierarchies.
+* The :mod:`fsl.utils.filetree` module has been refactored to make it easier
+  for the :mod:`.query` module to work with file tree hierarchies.
 * The :meth:`.LabelAtlas.get` method has a new ``binary`` flag, allowing
   either a binary mask, or a mask with the original label value, to be
   returned.
diff --git a/fsl/utils/image/__init__.py b/fsl/utils/image/__init__.py
index 54dde4b2a7c40e1c97f8b7fcfaa4f86d1b5781b5..a0d9ace49d800c95f6a8e62921c1a97e9632d096 100644
--- a/fsl/utils/image/__init__.py
+++ b/fsl/utils/image/__init__.py
@@ -10,8 +10,7 @@ manipulating and working with :class:`.Image` objects.
 The following modules are available:
 
 .. autosummary::
-   :nosignature
 
-   .image.resample
-   .image.roi
+   fsl.utils.image.resample
+   fsl.utils.image.roi
 """
diff --git a/fsl/wrappers/wrapperutils.py b/fsl/wrappers/wrapperutils.py
index 41ed391e2852f8a05a7198ca728a8f5f4f8dd285..ac9a55c6b1b071fe7307e23fe0d81e465181058b 100644
--- a/fsl/wrappers/wrapperutils.py
+++ b/fsl/wrappers/wrapperutils.py
@@ -463,8 +463,9 @@ class _FileOrThing(object):
 
     This is because most functions that are decorated with the
     :func:`fileOrImage` or :func:`fileOrArray` decorators will invoke a call
-    to :func:`.run` or :func:`.runfsl`, where a value of ``submit=True`` will
-    cause the command to be executed asynchronously on a cluster platform.
+    to :func:`.run.run` or :func:`.runfsl`, where a value of ``submit=True``
+    will cause the command to be executed asynchronously on a cluster
+    platform.
 
 
     A :exc:`ValueError` will be raised if the decorated function is called