We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aac5a9 commit b5a1e7aCopy full SHA for b5a1e7a
1 file changed
packages/react-use-intercom/src/types.ts
@@ -366,7 +366,7 @@ export type IntercomContextValues = {
366
* the “Use tour everywhere” section must be turned on.
367
* If you're calling this API using an invalid tour id, nothing will happen.
368
*
369
- * @see {@link https://developers.intercom.com/installing-intercom/docs/intercom-javascript#intercomstarttour-tourid}
+ * @see {@link https://developers.intercom.com/installing-intercom/docs/intercom-javascript#section-intercomstarttour-tourid}
370
*/
371
startTour: (tourId: number) => void;
372
/**
0 commit comments