Skip to content

Commit 5d7e326

Browse files
oliverlidussault-antoine
authored andcommitted
Change all links from datadoghq.slack.com to chat.datadoghq.com (#32740)
1 parent c8c6465 commit 5d7e326

24 files changed

+41
-41
lines changed

content/en/actions/app_builder/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The App Builder Overview dashboard provides a high-level overview of your Datado
8585
[1]: https://app.datadoghq.com/actions/action-catalog/
8686
[2]: /service_management/workflows/
8787
[3]: https://app.datadoghq.com/app-builder/blueprints
88-
[4]: https://datadoghq.slack.com/
88+
[4]: https://chat.datadoghq.com/
8989
[5]: /service_management/app_builder/build/#build-an-app-from-a-blueprint
9090
[6]: /service_management/app_builder/embedded_apps/#add-apps-to-your-dashboard
9191
[7]: https://app.datadoghq.com/dash/integration/60

content/en/actions/app_builder/access_and_auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ To restrict access to the app, perform the following steps in the app canvas:
141141
[2]: /account_management/org_settings/service_accounts#permissions
142142
[3]: /account_management/rbac/?tab=datadogapplication#role-based-access-control
143143
[5]: https://app.datadoghq.com/app-builder/
144-
[6]: https://datadoghq.slack.com/
144+
[6]: https://chat.datadoghq.com/
145145
[7]: /account_management/audit_trail/#overview
146146
[8]: /actions/connections/
147147
[9]: /actions/workflows/

content/en/actions/app_builder/components/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Displays property and value pairs in JSON format.
8181
### Example
8282

8383
To view this component in context, see the [Metrics Explorer & Monitors Builder][2] app blueprint.
84-
{{% /collapse-content %}}
84+
{{% /collapse-content %}}
8585

8686

8787
{{% collapse-content title="Callout value" level="h3" %}}
@@ -906,7 +906,7 @@ Type
906906

907907
### Sorting
908908

909-
Select the column and direction for default table sorting.
909+
Select the column and direction for default table sorting.
910910
Column
911911
: The column to sort by.<br>
912912
**Value**: column name
@@ -1168,7 +1168,7 @@ To view this component in context, see the [Metrics Explorer & Monitors Builder]
11681168
[2]: https://app.datadoghq.com/app-builder/apps/edit?activeTab=queries&showActionCatalog=false&template=datadog_metrics_and_monitors&viewMode=preview
11691169
[3]: https://app.datadoghq.com/app-builder/apps/edit?activeTab=queries&showActionCatalog=false&template=ec2_instance_manager&viewMode=preview
11701170
[4]: https://app.datadoghq.com/app-builder/apps/edit?activeTab=queries&showActionCatalog=false&template=ecs_task_manager&viewMode=preview
1171-
[5]: https://datadoghq.slack.com/
1171+
[5]: https://chat.datadoghq.com/
11721172
[6]: /service_management/app_builder/components/tables/
11731173
[7]: /service_management/app_builder/expressions
11741174
[8]: https://www.markdownguide.org/basic-syntax/

content/en/actions/app_builder/components/custom_charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ A histogram chart with your Datadog Logs data displays.
9696

9797
<br>Do you have questions or feedback? Join the **#app-builder** channel on the [Datadog Community Slack][0].
9898

99-
[0]: https://datadoghq.slack.com/
99+
[0]: https://chat.datadoghq.com/
100100
[1]: https://vega.github.io/vega-lite/examples/

content/en/actions/app_builder/components/tables.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To add a search bar to your table, under **Appearance**, enable the **Is Searcha
3636

3737
One common use case is filtering a table component using the value in a text input component.
3838

39-
For example, if you want to list your dashboards in a table that you can filter using a text input component, you could do the following:
39+
For example, if you want to list your dashboards in a table that you can filter using a text input component, you could do the following:
4040

4141
1. Add a new query using the **+** button.
4242
1. Search for "list dashboards" and click the **List Dashboards** action. Name your query `listDashboards0`.
@@ -54,7 +54,7 @@ You can type text into the text input component and the rows of table are filter
5454
5555
Another common use case is filtering a table using a select component.
5656
57-
For example, if you want to list your dashboards in a table that you can filter using a select component, you could do the following:
57+
For example, if you want to list your dashboards in a table that you can filter using a select component, you could do the following:
5858
5959
1. Add a new query using the **+** button.
6060
1. Search for "list dashboards" and click the **List Dashboards** action. Name your query `listDashboards0`.
@@ -89,9 +89,9 @@ If you need the original, untransformed query result, you can reference it as `$
8989
9090
## Server-side filtering
9191
92-
In some cases, you might want to filter values server-side and issue new requests when the user enters a value in an input such as a text input component.
92+
In some cases, you might want to filter values server-side and issue new requests when the user enters a value in an input such as a text input component.
9393
94-
In this case, you can enable server-side filtering by editing the query directly.
94+
In this case, you can enable server-side filtering by editing the query directly.
9595
9696
For example, in the [GitHub PR pipeline][4] blueprint, the `listOpenedPulls` query has an input that gets the following URL:
9797
@@ -156,7 +156,7 @@ In the table, the **User** column fills with an avatar and GitHub username for e
156156
157157
<br>Do you have questions or feedback? Join the **#app-builder** channel on the [Datadog Community Slack][0].
158158
159-
[0]: https://datadoghq.slack.com/
159+
[0]: https://chat.datadoghq.com/
160160
[1]: https://app.datadoghq.com/app-builder/apps/edit?activeTab=queries&showActionCatalog=false&template=pagerduty_oncall_manager&viewMode=preview
161161
[2]: /service_management/app_builder/components/tables/#filtering-with-a-text-input
162162
[3]: https://app.datadoghq.com/app-builder/apps/edit?viewMode=edit&template=github-pr-summarizer

content/en/actions/app_builder/embedded_apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ Once added, you can view and use your app in Software Catalog.
117117

118118
<br>Do you have questions or feedback? Join the **#app-builder** channel on the [Datadog Community Slack][1].
119119

120-
[1]: https://datadoghq.slack.com/
120+
[1]: https://chat.datadoghq.com/
121121
[2]: https://app.datadoghq.com/software/self-service
122122
[3]: https://app.datadoghq.com/software

content/en/actions/app_builder/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ To see what state functions are available for a given component, see [Components
6262

6363
[1]: /service_management/app_builder/components
6464
[2]: https://app.datadoghq.com/app-builder/apps/edit?viewMode=edit&template=github-pr-summarizer
65-
[8]: https://datadoghq.slack.com/
65+
[8]: https://chat.datadoghq.com/

content/en/actions/app_builder/queries.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To provide mocked outputs manually, perform the following steps:
109109
1. In the **Mocked outputs** section of the query, click the **JSON** tab.
110110
1. Paste in JSON that matches the expected output format of the query.<br>
111111
If you do not know the expected output format, you can run the query once and then reference `outputs` in the **Inspect Data** section of the query.
112-
{{% /collapse-content %}}
112+
{{% /collapse-content %}}
113113

114114

115115
## Order of operations
@@ -119,9 +119,9 @@ When executing a query, App Builder performs the following steps in the order li
119119
1. Checks if there is a **Condition** expression for the query, and if so, checks that the condition is met. If it is not, execution stops.
120120
2. Evaluates any expressions in **Inputs** to determine the input data for the query.
121121
3. If the **Debounce** property is set, delays execution for the interval defined by the debounce value. If query inputs or their dependencies update during this time, the current query execution is stopped, and a new one starts from the beginning using the updated inputs.<br>
122-
**Note**: If more than one query request occurs within the debounce interval, all requests except the last execution request are canceled.
122+
**Note**: If more than one query request occurs within the debounce interval, all requests except the last execution request are canceled.
123123
4. Executes the query.
124-
5. Stores the raw query response in `query.rawOutputs`.
124+
5. Stores the raw query response in `query.rawOutputs`.
125125
6. Runs any post query transformation and sets `query.outputs` equal to the result. This process takes a snapshot of app data and passes it to the post query transformation.<br>
126126
**Note**: Post query transformations should be pure functions without side effects. For example, do not update a state variable in your post query transformation.
127127
7. Computes any expressions in the app that depend on data from the query output.
@@ -142,7 +142,7 @@ This app provides a button to trigger a workflow. The workflow sends a poll to a
142142

143143
##### Create workflow
144144

145-
1. In a new workflow canvas, under **Datadog Triggers**, click **App**.
145+
1. In a new workflow canvas, under **Datadog Triggers**, click **App**.
146146
1. Under the **App** trigger step, click the plus (**+**) icon, then search for "Make a decision" and select the **Make a decision** Slack action.
147147
1. Select your workspace and choose a channel to poll.
148148
1. Fill in the prompt text "Cat fact or dog fact?" and change the button choices to "Cat fact" and "Dog fact".
@@ -197,7 +197,7 @@ To connect App Builder to the workflow, perform the following steps:
197197
1. Click the **Trigger Workflow** button.
198198
1. In the Slack channel you selected, answer the poll question.<br>
199199
Your app displays a result related to the option you chose.
200-
{{% /collapse-content %}}
200+
{{% /collapse-content %}}
201201
202202
### Combine and transform query output data
203203
After you get data from a query in App Builder, you can use data transformers to combine and transform that data.
@@ -263,7 +263,7 @@ This app provides buttons to fetch facts about two numbers from an API. It then
263263
1. Click **Generate fact 1**, then click **Generate fact 2**.<br>
264264
Your app updates the number facts and the sum of the numbers as you click each button.
265265

266-
{{% /collapse-content %}}
266+
{{% /collapse-content %}}
267267

268268

269269
## Further reading
@@ -275,7 +275,7 @@ This app provides buttons to fetch facts about two numbers from an API. It then
275275
[5]: /service_management/workflows/connections
276276
[6]: /service_management/workflows
277277
[7]: https://app.datadoghq.com/app-builder/apps/edit?viewMode=edit&template=ecs_task_manager
278-
[8]: https://datadoghq.slack.com/
278+
[8]: https://chat.datadoghq.com/
279279
[10]: https://app.datadoghq.com/actions/action-catalog/
280280
[11]: /service_management/app_builder/events
281281
[12]: /service_management/app_builder/events/#state-functions

content/en/actions/app_builder/saved_actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ You can edit, clone, or delete your saved actions from the Action Catalog.
4343

4444
To find a saved action:
4545
1. In Datadog, navigate to the [**Action Catalog**][2].
46-
1. Click **Saved Actions**.
46+
1. Click **Saved Actions**.
4747
1. Browse through the list of saved actions or use the search bar to search for actions by name. Hover over the saved action you'd like to edit, clone, or delete.
48-
1. Click **Manage Saved Actions**.
48+
1. Click **Manage Saved Actions**.
4949
1. Select the icon to edit {{< img src="icons/pencil.png" inline="true" style="width:14px;">}}, clone {{< img src="icons/clone.png" inline="true" style="width:14px;">}}, or delete {{< img src="icons/delete.png" inline="true" style="width:14px;">}} the saved action.
5050

5151
## Further Reading
@@ -56,4 +56,4 @@ To find a saved action:
5656

5757
[1]: https://app.datadoghq.com/app-builder/apps/list
5858
[2]: https://app.datadoghq.com/actions/action-catalog
59-
[3]: https://datadoghq.slack.com/
59+
[3]: https://chat.datadoghq.com/

content/en/actions/app_builder/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ To create an app that uses a button to change a callout value component's style
6969
7070
<br>Do you have questions or feedback? Join the **#app-builder** channel on the [Datadog Community Slack][1].
7171
72-
[1]: https://datadoghq.slack.com/
72+
[1]: https://chat.datadoghq.com/

0 commit comments

Comments
 (0)