Link to zuul-base-jobs docs from User's Guide
In the User's Guide section dealing with Git Repositories, link to
the zuul-base-jobs documentation to solve half of the TODO comment
there.
Change-Id: Ic333278f1f00184f033ab01ab4568e53b2e40fea
diff --git a/doc/source/user/jobs.rst b/doc/source/user/jobs.rst
index 4b6255b..9ec4646 100644
--- a/doc/source/user/jobs.rst
+++ b/doc/source/user/jobs.rst
@@ -63,12 +63,15 @@
Note that these git repositories are located on the executor; in order
to be useful to most kinds of jobs, they will need to be present on
-the test nodes. The ``base`` job in the standard library contains a
+the test nodes. The ``base`` job in the standard library (see
+`zuul-base-jobs documentation`_ for details) contains a
pre-playbook which copies the repositories to all of the job's nodes.
It is recommended to always inherit from this base job to ensure that
behavior.
-.. TODO: link to base job documentation and/or document src (and logs?) directory
+.. _zuul-base-jobs documentation: https://docs.openstack.org/infra/zuul-base-jobs/jobs.html#job-base
+
+.. TODO: document src (and logs?) directory
Variables
---------