From d1697887cbfe4e02f285dece800e2130a5905229 Mon Sep 17 00:00:00 2001 From: Sonal Budhiraja <57969266+sbudhirajadoc@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:43:49 -0700 Subject: [PATCH] docs: testing relative image urls (#5169) code builder images link update --- docs/_articles/en/codebuilder/about.md | 2 +- docs/_articles/en/codebuilder/cb-setup.md | 2 +- docs/_articles/en/codebuilder/cb-start.md | 6 +++--- docs/_articles/en/index.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/_articles/en/codebuilder/about.md b/docs/_articles/en/codebuilder/about.md index f37ab41ca8..29af520ca1 100644 --- a/docs/_articles/en/codebuilder/about.md +++ b/docs/_articles/en/codebuilder/about.md @@ -10,7 +10,7 @@ Salesforce Code Builder is a web-based integrated development environment that h Code Builder is development environment that can be spun up quickly, and is custom to your Salesforce org and your specified project. Through Code Builder, access your favorite Salesforce languages and frameworks, such as Apex, SOQL, Visualforce, Aura, and Lightning Web Components. Access rich developer tools such as debuggers for Apex, linting, and so on. You can install Code Builder as a managed package in any supported Salesforce org edition. -![Code Builder Welcome Page](../../../images/codebuilder_welcome.png) +![Code Builder Welcome Page](./images/codebuilder_welcome.png) ## Additional Resources diff --git a/docs/_articles/en/codebuilder/cb-setup.md b/docs/_articles/en/codebuilder/cb-setup.md index fb2761e945..d9a0c4cc6c 100644 --- a/docs/_articles/en/codebuilder/cb-setup.md +++ b/docs/_articles/en/codebuilder/cb-setup.md @@ -36,7 +36,7 @@ When installation is complete, you receive a confirmation email. You can confirm From Setup, enter `Installed Packages` in the Quick Find box, then select **Installed Packages**. You see an entry for Code Builder that looks something like this. If you get the message that the app is taking a long time to install, you get automatically redirected to this page after you click **Done**. -![Installed Package](../../../images/installed_package.png) +![Installed Package](./images/installed_package.png) ## Add Team Members as Users in the Code Builder Org diff --git a/docs/_articles/en/codebuilder/cb-start.md b/docs/_articles/en/codebuilder/cb-start.md index 9ed46928c3..2d24ef2fa4 100644 --- a/docs/_articles/en/codebuilder/cb-start.md +++ b/docs/_articles/en/codebuilder/cb-start.md @@ -19,7 +19,7 @@ Working in the cloud has its advantages. However, unlike working on a desktop wh 2. Click **Launch** to launch your Code Builder environment. A new environment is created for you the first time to launch. We've also created an empty Salesforce DX project to help you get started. Note that it takes a few minutes for a new environment to be created and loaded. -![Code Builder Dashboard](../../../images/cb_dashboard.png) +![Code Builder Dashboard](./images/cb_dashboard.png) **Tip**: Once you have created your Code Builder environment, launch it from the dashboard at any time, or bookmark it for fast access. @@ -44,7 +44,7 @@ You can change the org you are connected to by clicking on the name of the curre You’re now in your developer environment in Code Builder. Code Builder has a rich IDE and it gives you access to cool Salesforce-specific development tools through the expanded Salesforce Extension pack. Let’s take a quick tour and get to know the lay of the land. Your screen looks something like this: -![code_builder_ui](../../../images/code_builder_ga_ui_dark.jpg) +![code_builder_ui](./images/code_builder_ga_ui_dark.jpg) The Code Builder user interface is divided into five main areas. @@ -64,7 +64,7 @@ Take a closer look at the activity bar and notice a cloud icon. This icon repres **More Information**: You can find more information about the [Org Browser](https://developer.salesforce.com/tools/vscode/en/user-guide/org-browser) in the Salesforce Extension Pack documentation. -![org_browser_small](../../../images/org_browser_small.jpg) +![org_browser_small](./images/org_browser_small.jpg) Click Org Browser and scroll down to **Custom Objects**. The first object you see is Account. You can view the metadata of the **Account** object (and do a few more cool things, but we’ll get to those in a bit). diff --git a/docs/_articles/en/index.md b/docs/_articles/en/index.md index de01710313..26e69a579e 100644 --- a/docs/_articles/en/index.md +++ b/docs/_articles/en/index.md @@ -6,7 +6,7 @@ permalink: / The Salesforce Extension pack includes tools for developing on the Salesforce platform in the lightweight, extensible VS Code editor. These tools provide features for working with development orgs (scratch orgs, sandboxes, and DE orgs), Apex, Aura components, and Visualforce. -![GIF showing Org Browser](../../../images/index_intro_small.gif) +![GIF showing Org Browser](./images/index_intro_small.gif) ### Salesforce Extensions for Desktop