We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee68d8f commit 2b19ea1Copy full SHA for 2b19ea1
src/index.tsx
@@ -56,8 +56,8 @@ const RetracedEventsBrowser: React.FC<RetracedEventsBrowserProps> = ({
56
mount={mount}
57
headerTitle={header}
58
host={host}
59
- apiTokenHelpURL={"https://boxyhq.com/docs/retraced/apis/enterprise-api"}
60
- searchHelpURL={"https://boxyhq.com/docs/retraced/apis/graphql#search"}
+ apiTokenHelpURL={"https://github.com/retracedhq/docs/blob/main/apis/enterprise-api.md"}
+ searchHelpURL={"https://github.com/retracedhq/docs/blob/main/apis/graphql.md#search"}
61
fields={fields}
62
disableShowRawEvent={disableShowRawEvent}
63
skipViewLogEvent={skipViewLogEvent}
0 commit comments