Skip to content

Commit 89617ed

Browse files
committed
docs: fix links in create a taskgraph tutorial
1 parent dc5b490 commit 89617ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/creating-a-task-graph.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ you have a ``hello`` kind. For this next section we'll be editing
8585

8686
#. Declare the set of :term:`transforms <transform>` that will be applied
8787
to tasks. By default, taskgraph will include the
88-
:mod:`-taskgraph.transforms.run` and :mod:`-taskgraph.transforms.task`
88+
:mod:`~taskgraph.transforms.run` and :mod:`~taskgraph.transforms.task`
8989
transforms, which are used by the vast majority of simple tasks. It is also
9090
quite common for kind-specific transforms to be used, which we will do here
9191
for the purpose of demonstration. In our example:
@@ -125,7 +125,7 @@ Create the Transform
125125
--------------------
126126

127127
:term:`Transforms <Transform>` are Python generators that take a
128-
:class:`-taskgraph.transforms.base.TransformConfig` instance and a generator
128+
:class:`~taskgraph.transforms.base.TransformConfig` instance and a generator
129129
that yields task definitions (in dictionary form) as input. It yields task
130130
definitions (which may or may not be modified) from the original inputs.
131131

0 commit comments

Comments
 (0)