Skip to content

Commit a1ad893

Browse files
authored
Revise links
1 parent 31e152d commit a1ad893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/releasenotes/studio-pro/web-extensibility-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ These release notes cover changes to the [Extensibility API for Web Developers](
1616

1717
## Version 11.3.0
1818

19-
* We introduced a new Version Control API under `studioPro.ui.versionControl`, which allows you to display version control information about the current version control system, branch, and last commit in Studio Pro. For more information, see [Version Control API](/apidocs/web-extensibility-api-11/version-control-api/).
19+
* We introduced a new Version Control API under `studioPro.ui.versionControl`, which allows you to display version control information about the current version control system, branch, and last commit in Studio Pro. For more information, see [Show Version Control Information Using Web API](/apidocs/web-extensibility-api-11/version-control-api/).
2020
* We introduced an option in the [Preferences](/refguide/preferences-dialog/#extension-development) menu to enable extension development without using the --enable-extension-development feature flag. It requires a restart of Studio Pro.
21-
* We introduced a new Message Passing API under `studioPro.ui.messagePassing`, to pass information between different active contexts within an extension. This API supports two communication patterns: request-reply and message broadcasting. For more information, see [Communicaton Between Views API](/apidocs-mxsdk/apidocs/web-extensibility-api-11/command-api/).
21+
* We introduced a new Message Passing API under `studioPro.ui.messagePassing`, to pass information between different active contexts within an extension. This API supports two communication patterns: request-reply and message broadcasting. For more information, see [Exchange Information Between Active Views Using Web API](/apidocs-mxsdk/apidocs/web-extensibility-api-11/message-passing-api/).
2222

2323
## Version 11.2.0
2424

0 commit comments

Comments
 (0)