You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing python install from .readthedocs.yml
Fixing doc broken references
Fixing broken references in documentation and removing unicode emojis from doc gen
Applying recommended PR changes
Copy file name to clipboardExpand all lines: docs/config.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Options
86
86
Require at least X percent code coverage across the org following the test run.
87
87
Default: 90
88
88
```
89
-
89
+
(add-a-custom-task)=
90
90
### Add a Custom Task
91
91
92
92
To define a new task for your project, add the task name under the
@@ -534,7 +534,7 @@ will fetch the most recent production release, or the default branch if
534
534
there are no releases. By specifying `resolution_strategy`, the behavior
535
535
can be changed to match desired dependency resolution behavior, such as
536
536
using beta releases or retrieving feature test packages from a commit
537
-
status. See [](dependency-resolution) for
537
+
status. See [](controlling-github-dependency-resolution) for
538
538
more details about resolution strategies.
539
539
540
540
```{note}
@@ -723,7 +723,7 @@ in your cumulusci.yml file.
723
723
724
724
### Customizing Metadata Deployment
725
725
726
-
CumulusCI's `deploy` task offers deep flexibility to customize your deployment process. Review [](deploy) for an in-depth guide.
726
+
CumulusCI's `deploy` task offers deep flexibility to customize your deployment process. Review [](configure-metadata-deployment) for an in-depth guide.
0 commit comments