summaryrefslogtreecommitdiff
path: root/docs/configuring.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuring.rst')
-rw-r--r--docs/configuring.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuring.rst b/docs/configuring.rst
index c819c2b..ddba398 100644
--- a/docs/configuring.rst
+++ b/docs/configuring.rst
@@ -10,7 +10,7 @@ Configuring the NI backend
In most cases PyVISA will be able to find the location of the shared visa library.
If this does not work or you want to use another one, you need to provide the library
-path to the `ResourceManager` constructor::
+path to the :class:`pyvisa.highlevel.ResourceManager` constructor::
>>> rm = ResourceManager('Path to library')