diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-02 21:12:42 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-02 21:12:42 +0900 |
commit | 11c77a67006b34983d9af813560d5d9f6920c8cc (patch) | |
tree | 38ef869a3729fb64aad77e490b9947b362967ef5 | |
parent | 03a646e708d3559b3e0f06c0103b76ef8290872e (diff) | |
download | buildstream-11c77a67006b34983d9af813560d5d9f6920c8cc.tar.gz |
doc/source/index.rst: Fix documentation to link the correct Sandbox module
-rw-r--r-- | doc/source/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 1d9477740..70c7354fe 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -94,7 +94,7 @@ implement custom :mod:`Element <buildstream.element>` or * :mod:`ScriptElement <buildstream.scriptelement>` - Script Element Class * :mod:`Context <buildstream.context>` - Invocation Context * :mod:`Project <buildstream.project>` - Loaded Project -* :mod:`Sandbox <buildstream.sandbox>` - Build Sandbox +* :mod:`Sandbox <buildstream.sandbox.sandbox>` - Build Sandbox * :mod:`Utilities <buildstream.utils>` - Utilities for Plugins |