Skip to content

Commit

Permalink
Fix the links
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Oct 19, 2021
1 parent 2fd1f87 commit d5cf557
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/tasks/activities/control-flow.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Control Flow

Here we describe the definition of control flow for link:index.adoc[activities].
Here we describe the definition of control flow for link:../[activities].

Note that not all of these options are supported for all activities.
Usually, activities marked as non-multi-threading capable (like cleanup) also do not support
Expand Down
4 changes: 2 additions & 2 deletions docs/tasks/activities/distribution.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Distribution

Here we describe the definition of distribution for link:index.adoc[activities].
Here we describe the definition of distribution for link:../[activities].

The following configuration options are available:

Expand Down Expand Up @@ -47,7 +47,7 @@ in separate subtasks.
== Buckets

NOTE: Here will be a description of bucketing.
For the time being, please refer to link:/midpoint/devel/multi-node-partitioned-and-stateful-tasks/[an older description].
For the time being, please refer to link:/midpoint/devel/design/multi-node-partitioned-and-stateful-tasks/[an older description].

== Auto-scaling

Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/activities/execution-mode.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Execution Mode

Here we describe the options for `executionMode` setting of link:index.adoc[activities].
Here we describe the options for `executionMode` setting of link:../[activities].

[%header]
[%autowidth]
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/activities/object-set-specification.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Object Set Specification

Here we describe how sets of repository objects are specified in link:index.adoc[activities].
Here we describe how sets of repository objects are specified in link:../[activities].
(Represented by `ObjectSetType` type.)

[%header]
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/activities/reporting.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Reporting

Here we describe the definition of reporting for link:index.adoc[activities].
Here we describe the definition of reporting for link:../[activities].

[%header]
[%autowidth]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Resource Object Set Specification

Here we describe how sets of resource objects are specified in link:index.adoc[activities].
Here we describe how sets of resource objects are specified in link:../[activities].
(Represented by `ResourceObjectSetType` type.)

[%header]
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/activities/tailoring.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Tailoring

Here we describe how to tailor predefined composite link:index.adoc[activities].
Here we describe how to tailor predefined composite link:../[activities].

In predefined composite activity, definitions of individual sub-activities can be _tailored_ in two ways:

Expand Down

0 comments on commit d5cf557

Please sign in to comment.