File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
129129that yields task definitions (in dictionary form) as input. It yields task
130130definitions (which may or may not be modified) from the original inputs.
131131
You can’t perform that action at this time.
0 commit comments