Skip to content

Commit e382bd7

Browse files
committed
fix broken link to old 1.1 docs
Signed-off-by: Nick Boldt <[email protected]>
1 parent 838a48a commit e382bd7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/index.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ global:
100100

101101
#### Using RHDH Operator
102102

103-
If you have created the `dynamic-plugins-rhdh` ConfigMap file as described in the [Configuring dynamic plugins with the Red Hat Developer Hub Operator](https://access.redhat.com/documentation/en-us/red_hat_developer_hub/1.1/html-single/administration_guide_for_red_hat_developer_hub/index#configuring-dynamic-plugins-with-the-red-hat-developer-hub-operator) section, add the `analytics-provider-segment` plugin to the list of plugins and set the `plugins.disabled` parameter to `true` to disable telemetry, or `false` to enable it.
103+
If you have created the `dynamic-plugins-rhdh` ConfigMap file, add the `analytics-provider-segment` plugin to the list of plugins and set the `plugins.disabled` parameter to `true` to disable telemetry, or `false` to enable it.
104104

105105
If you have not created the `dynamic-plugins-rhdh` ConfigMap file, create it with the following content:
106106

@@ -126,6 +126,11 @@ spec:
126126
dynamicPluginsConfigMapName: dynamic-plugins-rhdh
127127
```
128128

129+
See these docs for more info:
130+
* https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.4/html-single/configuring_dynamic_plugins/index#installing-ansible-plug-ins-for-red-hat-developer-hub or
131+
* https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.4/html-single/configuring/configuring-the-deployment#configuring-the-deployment
132+
133+
129134
### Customizing Telemetry Destination
130135

131136
By default, the `analytics-provider-segment` plugin is configured to send data to Red Hat. To change the destination that receives telemetry data, set the value of the `SEGMENT_WRITE_KEY` environment variable in your Helm configuration file as shown in the following examples.

0 commit comments

Comments
 (0)