Skip to content

Commit 2b19ea1

Browse files
authored
update search and token api help urls (#785)
1 parent ee68d8f commit 2b19ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ const RetracedEventsBrowser: React.FC<RetracedEventsBrowserProps> = ({
5656
mount={mount}
5757
headerTitle={header}
5858
host={host}
59-
apiTokenHelpURL={"https://boxyhq.com/docs/retraced/apis/enterprise-api"}
60-
searchHelpURL={"https://boxyhq.com/docs/retraced/apis/graphql#search"}
59+
apiTokenHelpURL={"https://github.com/retracedhq/docs/blob/main/apis/enterprise-api.md"}
60+
searchHelpURL={"https://github.com/retracedhq/docs/blob/main/apis/graphql.md#search"}
6161
fields={fields}
6262
disableShowRawEvent={disableShowRawEvent}
6363
skipViewLogEvent={skipViewLogEvent}

0 commit comments

Comments
 (0)