Skip to content

Commit 2e3cc54

Browse files
authored
Update redirected links (#586)
Refs: W-21231057
1 parent e60d6f4 commit 2e3cc54

9 files changed

Lines changed: 10 additions & 10 deletions

modules/ROOT/pages/af-agent-networks.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Agent network brokers support the latest Gemini and OpenAI models.
147147
** Gemini 3 Flash
148148
** Gemini 3 Pro
149149

150-
For more information about these models, see the https://platform.openai.com/docs/models[OpenAI] and https://ai.google.dev/gemini-api/docs/models[Gemini] documentation.
150+
For more information about these models, see the https://developers.openai.com/api/docs/models[OpenAI] and https://ai.google.dev/gemini-api/docs/models[Gemini] documentation.
151151

152152
The following table details the requirements and recommended models.
153153

modules/ROOT/pages/imp-implement-local-apis.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For your projects to work properly, the `.code-workspace` file _must not reside_
3636

3737
In addition, Anypoint Code Builder permits only one pair of iterative design and implementation project folders per multi-root workspace.
3838

39-
For more information, see https://code.visualstudio.com/docs/editor/multi-root-workspaces[Multi-root Workspaces^] in the VS Code documentation.
39+
For more information, see https://code.visualstudio.com/docs/editing/workspaces/multi-root-workspaces[Multi-root Workspaces^] in the VS Code documentation.
4040

4141

4242
== Before You Begin

modules/ROOT/pages/int-work-with-code-snippets.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Snippets are templates created in JSON format.
2121
When you insert a snippet into the configuration XML for a Mule application flow or subflow, the snippet JSON transforms to XML automatically.
2222
Create your user snippets in the `mule-xml.json` file.
2323

24-
Code snippets are a VS Code feature. For more information, see https://code.visualstudio.com/docs/editor/userdefinedsnippets[Snippets in Visual Studio Code^].
24+
Code snippets are a VS Code feature. For more information, see https://code.visualstudio.com/docs/editing/userdefinedsnippets[Snippets in Visual Studio Code^].
2525

2626

2727
== Benefits of Using Built-in Snippets

modules/ROOT/pages/start-discover-ui.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ include::partial$acb-api-design.adoc[tags="apid-extension-props"]
8484
+
8585
Auto-complete adds the element to the code and places the cursor for you to add values.
8686

87-
For more information, see https://code.visualstudio.com/docs/editor/intellisense[IntelliSense^] in the VS Code documentation.
87+
For more information, see https://code.visualstudio.com/docs/editing/intellisense[IntelliSense^] in the VS Code documentation.
8888

8989
== Change the Look and Feel of the IDE
9090

modules/ROOT/pages/start-scm.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Ensure that these prerequisites are in place:
2323
2424
* A GitHub account
2525
+
26-
If you do not have an account, create one from the https://github.com/join[Join GitHub^] page on the GitHub site.
26+
If you do not have an account, create one from the https://github.com/signup[Join GitHub^] page on the GitHub site.
2727
2828
* A Git installation on your computer
2929
+
@@ -429,4 +429,4 @@ In the IDE, your local Git repo remains because it was initialized before syncin
429429

430430
== See Also
431431

432-
* https://code.visualstudio.com/docs/sourcecontrol/intro-to-git[Introduction to Git in VS Code^]
432+
* https://code.visualstudio.com/docs/sourcecontrol/quickstart[Introduction to Git in VS Code^]

modules/ROOT/pages/troubleshoot-loading-errors.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If the UI for an application that is already configured with a flow or subflow t
4949

5050
image::acb-start-flow-subflow-ui.png["Start Screen Building a Mule Application"]
5151

52-
Visual Studio Code treats an open directory as a workspace. For the project to load into a workspace, the root directory of the project must be the top-level directory in the Explorer view, or the project must belong to a https://code.visualstudio.com/docs/editor/multi-root-workspaces[multi-root workspace^].
52+
Visual Studio Code treats an open directory as a workspace. For the project to load into a workspace, the root directory of the project must be the top-level directory in the Explorer view, or the project must belong to a https://code.visualstudio.com/docs/editing/workspaces/multi-root-workspaces[multi-root workspace^].
5353

5454
//step to open command palette:
5555
include::partial$acb-reusable-steps.adoc[tags="open-command-palette"]

modules/ROOT/pages/troubleshoot-missing-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If the *Workspace Trust* tab says *You are in Restricted Mode*, you can click *T
4848
image:acb-restricted-mode.png["VS Code indicating that a project or workspace is in restricted mode"]
4949
. After trusting, check for the MuleSoft icon in the Activity Bar.
5050

51-
For more information about trust settings in the IDE, see https://code.visualstudio.com/docs/editor/workspace-trust#trusting-a-workspace[Trusting a workspace^] in the VS Code documentation.
51+
For more information about trust settings in the IDE, see https://code.visualstudio.com/docs/editing/workspaces/workspace-trust[Trusting a workspace^] in the VS Code documentation.
5252

5353
[[modify-trust-settings]]
5454
=== Modify Trust Settings

modules/ROOT/pages/tut-local-api-specification.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Scaffold a REST API specification into an implementation project within your IDE
1010

1111
The interface XML is automatically created in a Mule project during the scaffolding process. You define an API in a specification file within an API Design project.
1212

13-
Iterative API design and implementation within the IDE takes place in a _multi-root workspace_ in VS Code. To map project folders for your API specification and implementation projects into a multi-root workspace, VS Code uses a file with the extension `.code-workspace`. For your projects to work properly, this file _must not reside within_ either project folder. In addition, Anypoint Code Builder permits only one pair of iterative design and implementation project folders per multi-root workspace. The procedures for creating the specification and implementation projects are designed to meet these requirements. For information in the VS Code documentation, see https://code.visualstudio.com/docs/editor/multi-root-workspaces[Multi-root Workspaces^].
13+
Iterative API design and implementation within the IDE takes place in a _multi-root workspace_ in VS Code. To map project folders for your API specification and implementation projects into a multi-root workspace, VS Code uses a file with the extension `.code-workspace`. For your projects to work properly, this file _must not reside within_ either project folder. In addition, Anypoint Code Builder permits only one pair of iterative design and implementation project folders per multi-root workspace. The procedures for creating the specification and implementation projects are designed to meet these requirements. For information in the VS Code documentation, see https://code.visualstudio.com/docs/editing/workspaces/multi-root-workspaces[Multi-root Workspaces^].
1414

1515
NOTE: The procedures are currently written for the desktop IDE only.
1616

modules/ROOT/pages/tut-slack-create-escalation-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before you begin, ensure you:
2222
+
2323
See xref:start-acb.adoc[] for more information.
2424
* Set up a Salesforce demo environment.
25-
** https://developer.salesforce.com/signup[Sign up for a developer organization^].
25+
** https://www.salesforce.com/products/free-trial/developer/[Sign up for a developer organization^].
2626
** https://help.salesforce.com/s/articleView?id=sf.user_security_token.htm&type=5[Create a developer security token^].
2727
* Have a personal or business Gmail account.
2828
* Have a personal or business Slack account.

0 commit comments

Comments
 (0)