Skip to content

Commit 25ee52a

Browse files
authored
Merge pull request #52280 from diberry/0917-dispatch-link
fix dispatch link
2 parents 397473d + fc7fec5 commit 25ee52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/LUIS/luis-concept-collaborator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The account that creates an app is the owner. Each app has a single owner. The o
2828
## Authorization roles
2929
LUIS doesn't support different roles for owners and collaborators with one exception. The owner is the only account that can delete the app.
3030

31-
If you are interested in controlling access to the model, consider slicing the model into smaller LUIS apps, where each smaller app has a more limited set of collaborators. Use [Dispatch](https://github.com/Microsoft/botbuilder-tools/tree/master/Dispatch) to allow a parent LUIS app to manage the coordination between parent and child apps.
31+
If you are interested in controlling access to the model, consider slicing the model into smaller LUIS apps, where each smaller app has a more limited set of collaborators. Use [Dispatch](https://aka.ms/dispatch-tool) to allow a parent LUIS app to manage the coordination between parent and child apps.
3232

3333
## Transfer ownership
3434
LUIS doesn't provide transfer of ownership, however any collaborator can export the app, and then create an app by importing it. Be aware the new app has a different App ID. The new app needs to be trained, published, and the new endpoint used.

0 commit comments

Comments
 (0)