Skip to content

Commit

Permalink
Caching comment urls updated (#2117)
Browse files Browse the repository at this point in the history
* uddating caching links

* Change files
  • Loading branch information
lakhveerk authored Jan 9, 2024
1 parent 04e7b4e commit 41dd10e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Updated documentation links to correct urls in `teamsAPIs`.",
"packageName": "@microsoft/teams-js",
"email": "[email protected]",
"dependentChangeType": "none"
}
4 changes: 2 additions & 2 deletions packages/teams-js/src/public/teamsAPIs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export namespace teamsCore {
/**
* Registers a handler to be called when the page has been requested to load.
*
* @remarks Check out [App Caching in Teams](https://learn.microsoft.com/microsoftteams/platform/apps-in-teams-meetings/build-tabs-for-meeting?tabs=desktop%2Cmeeting-chat-view-desktop%2Cmeeting-stage-view-desktop%2Cchannel-meeting-desktop#app-caching)
* @remarks Check out [App Caching in Teams](https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/app-caching)
* for a more detailed explanation about using this API.
*
* @param handler - The handler to invoke when the page is loaded.
Expand Down Expand Up @@ -93,7 +93,7 @@ export namespace teamsCore {
/**
* Registers a handler to be called before the page is unloaded.
*
* @remarks Check out [App Caching in Teams](https://learn.microsoft.com/microsoftteams/platform/apps-in-teams-meetings/build-tabs-for-meeting?tabs=desktop%2Cmeeting-chat-view-desktop%2Cmeeting-stage-view-desktop%2Cchannel-meeting-desktop#app-caching)
* @remarks Check out [App Caching in Teams](https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/app-caching)
* for a more detailed explanation about using this API.
*
* @param handler - The handler to invoke before the page is unloaded. If this handler returns true the page should
Expand Down

0 comments on commit 41dd10e

Please sign in to comment.