Skip to content

Commit f7d0e4f

Browse files
committed
Rename anchor
1 parent 5af4939 commit f7d0e4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

platforms/documentation/docs/src/docs/userguide/optimizing-builds/isolated_projects.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,12 +503,12 @@ Use the report to pinpoint the incompatible pieces of build logic and plugins.
503503
An incompatible plugin can prevent you from getting the performance benefits of Isolated Projects.
504504
It is best to report the incompatibilities as soon as possible so the plugin maintainers can address them, while you make your own build logic compatible.
505505

506-
3. Follow the <<sec:adoption_strategies,build-logic refactoring strategies>> to refactor your build logic and make it compatible.
506+
3. Follow the <<sec:migration_strategies,build-logic refactoring strategies>> to refactor your build logic and make it compatible.
507507
+
508508
Remember that Isolated Projects violations only detect concrete instances of the problem, e.g. one specific project touching some mutable state of another.
509509
It might not be enough to replace one API call with another to address the problem.
510510

511-
[[sec:adoption_strategies]]
511+
[[sec:migration_strategies]]
512512
=== Build-logic refactoring strategies
513513

514514
[[sec:convention_plugins]]

0 commit comments

Comments
 (0)