Skip to content

Commit d0ee526

Browse files
committed
fix english api link
1 parent bb87f6b commit d0ee526

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

flashduty/en/1. On-call/2. Incidents/2.2 View Incidents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Flashduty provides two entry points to view the incident list: one within the ch
2424
8. **Pagination Settings**: Adjust page numbers and items per page.
2525

2626
:::highlight orange 💡
27-
For performance reasons, when search conditions match more than **1000** incidents, the system only shows 1000+, rather than an exact number. Therefore, you can only view 1000 incidents through pagination. If you need to view more, please adjust your search time interval or use the [Incident Query](https://developer.flashcat.cloud/api-110655782) API to get all data.
27+
For performance reasons, when search conditions match more than **1000** incidents, the system only shows 1000+, rather than an exact number. Therefore, you can only view 1000 incidents through pagination. If you need to view more, please adjust your search time interval or use the [Incident Query](https://developer-en.flashcat.cloud/api-110655782) API to get all data.
2828
:::
2929

3030
### Using Group Views

flashduty/en/1. On-call/2. Incidents/2.6 Custom Actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ After creation, you can find the action button under [Incident Details-More Acti
3333
<img src="https://download.flashcat.cloud/flashduty/doc/en/fd/action-1.png" alt="drawing" width="800"/>
3434
### How to implement webhook?
3535

36-
Visit [Webhook Getting Started](https://developer.flashcat.cloud/doc-2996930) to learn more.
36+
Visit [Webhook Getting Started](https://developer-en.flashcat.cloud/doc-2996930) to learn more.

flashduty/en/1. On-call/4. Configure On-call/4.5 Label Enrichment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Each alert event in the integration center has label enrichment configuration op
3333
### Types of Label Enrichment
3434
- **Extract:** Using regular expressions to extract needed information from alert titles, detailed descriptions, and existing label fields to automatically generate additional labels.
3535
- **Compose:** Composition rules can build new labels using Go template syntax, extracting label values with {{.Labels.Field}} format or generating new labels using fixed values.
36-
- **Map:** Maps source key-value pairs to new key-value pairs through mapping relationships. Requires pre-creating [schema](https://developer.flashcat.cloud/api-142409927) mapping relationships and [uploading metadata](https://developer.flashcat.cloud/api-145679479) before configuration. See configuration examples below.
36+
- **Map:** Maps source key-value pairs to new key-value pairs through mapping relationships. Requires pre-creating [schema](https://developer-en.flashcat.cloud/api-142409927) mapping relationships and [uploading metadata](https://developer-en.flashcat.cloud/api-145679479) before configuration. See configuration examples below.
3737
- **Delete:** Removes labels with specified names. If the label to be deleted doesn't exist, the operation is ineffective.
3838

3939
<img src="https://download.flashcat.cloud/flashduty/doc/en/fd/label-1.png" alt="drawing" width="800"/>
@@ -133,6 +133,6 @@ In the mapping table details page, you can manage the mapping table data, includ
133133

134134
::: tip
135135

136-
If you do not want the source label to exist, you can achieve this through the delete rule. Also, label mapping supports API management, which can be referred to [Label Mapping API](https://developer.flashcat.cloud/api-142429470).
136+
If you do not want the source label to exist, you can achieve this through the delete rule. Also, label mapping supports API management, which can be referred to [Label Mapping API](https://developer-en.flashcat.cloud/api-142429470).
137137

138138
:::

flashduty/en/1. On-call/6. Advanced/6.1 Referencing Variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url: "https://docs.flashcat.cloud/en/flashduty/customize-incident-attrs"
1010

1111
By referencing alert labels and attributes, you can customize incident severity and title information. This feature is mainly used in the following two scenarios:
1212

13-
1. When reporting custom alert events using the [Alert Event API](https://developer.flashcat.cloud/en/flashduty/event-api/alert-event?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5), you can use the `title_rule` field to customize the alert title.
13+
1. When reporting custom alert events using the [Alert Event API](https://developer-en.flashcat.cloud/en/flashduty/event-api/alert-event?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5), you can use the `title_rule` field to customize the alert title.
1414

1515
```
1616
# Example: Specify resource and check labels as alert title

flashduty/en/1. On-call/6. Advanced/6.3 Insights.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ Export incident list data in CSV format, supporting incident list, team, channel
7777
</div>
7878

7979
#### Export Limitations
80-
- Incident list exports exclude Labels data; for more detailed data, use the [Incident List](https://developer.flashcat.cloud/api-110655782) API.
80+
- Incident list exports exclude Labels data; for more detailed data, use the [Incident List](https://developer-en.flashcat.cloud/api-110655782) API.
8181
- Maximum query and export limit is 100,000 records; for more data, export in time segments.
8282

8383
### FAQ
8484

8585
<details>
8686
<summary>How to query older data?</summary>
87-
The insights dashboard currently supports querying last 180 days of data. For older data, use the [API query](https://developer.flashcat.cloud/api-213441443).
87+
The insights dashboard currently supports querying last 180 days of data. For older data, use the [API query](https://developer-en.flashcat.cloud/api-213441443).
8888
</details>
8989

9090
<details>

flashduty/en/1. On-call/8. Integrations/8.2 Change integration/8.2.1 Standard Change Event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Flashduty has already adapted webhook protocols for several commonly used ticket
2626
## Implementation Protocol
2727
---
2828

29-
Please refer to the [Developer Documentation](https://developer.flashcat.cloud/en/flashduty/event-api/change-event) to complete the protocol development.
29+
Please refer to the [Developer Documentation](https://developer-en.flashcat.cloud/en/flashduty/event-api/change-event) to complete the protocol development.
3030

3131
## Best Practices
3232
---

flashduty/en/3. Platform/1. Teams and Members.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ After deletion, other associated paths will become invalid immediately and canno
4646
### Invitation Methods
4747

4848
- The console only supports email invitations, with the username defaulting to the email prefix, which can be modified in account settings after activation
49-
- You can send invitations through [Open API](https://developer.flashcat.cloud/api-110655699), which supports phone invitations
49+
- You can send invitations through [Open API](https://developer-en.flashcat.cloud/api-110655699), which supports phone invitations
5050
- The system will send SMS or email to invited colleagues, with a daily invitation limit of 200 people and a maximum of 10 people per invitation
5151
- Additionally, you can contact the organization administrator to configure SSO, where new member accounts are created automatically upon login
5252
- After sending an invitation, the account will be activated upon the recipient's login. Unactivated accounts cannot receive alert notifications

0 commit comments

Comments
 (0)