Skip to content

Commit 8f8db3d

Browse files
committed
Tweaks
1 parent f535650 commit 8f8db3d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

powerapps-docs/developer/data-platform/webapi/samples/basic-operations-client-side-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This sample demonstrates how to perform basic CRUD (create, retrieve, update, an
4444

4545
## Run this sample
4646

47-
To run this sample, download the solution package from [here](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/webapi/JS/WebAPIBasicOperations) . Download the Microsoft CRM Web API Basic Operations Sample (Client-side JavaScript).zip file and extract the contents. Locate the `WebAPIBasicOperations_1_0_0_1_managed.zip` solution and import it into your Dataverse environment and run the sample. For instructions on how to import the sample solution, see [Web API Samples (Client-side JavaScript)](../web-api-samples-client-side-javascript.md).
47+
To run this sample, download the solution package from [here](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/webapi/JS/WebAPIBasicOperations) and extract the contents. Locate the `WebAPIBasicOperations_1_0_0_1_managed.zip` solution and import it into your Dataverse environment and run the sample. For instructions on how to import the sample solution, see [Web API Samples (Client-side JavaScript)](../web-api-samples-client-side-javascript.md).
4848

4949
<a name="bkmk_codesample"></a>
5050

powerapps-docs/developer/data-platform/webapi/samples/query-data-client-side-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This sample demonstrates how to perform basic query requests using the Microsoft
4343

4444
## Run this sample
4545

46-
To run this sample,download the solution package from [here](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/webapi/JS/WebAPIQueryData). Extract the contents of the sample archive and locate the WebAPIQueryData_1_0_0_0_managed.zip managed solution file. Import the managed solution into your Dataverse organization and run the sample. For instructions on how to import the sample solution, see [Web API Samples (Client-side JavaScript)](../web-api-samples-client-side-javascript.md).
46+
To run this sample,download the solution package from [here](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/webapi/JS/WebAPIQueryData). Extract the contents of the sample and locate the `WebAPIQueryData_1_0_0_0_managed.zip` managed solution file. Import the managed solution into your Dataverse organization and run the sample. For instructions on how to import the sample solution, see [Web API Samples (Client-side JavaScript)](../web-api-samples-client-side-javascript.md).
4747

4848
<a name="bkmk_codeSample"></a>
4949

powerapps-docs/developer/data-platform/webapi/samples/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
href: ../web-api-samples-client-side-javascript.md
3535
- name: Basic Operations
3636
href: basic-operations-client-side-javascript.md
37-
- name: Query Data
38-
href: query-data-client-side-javascript.md
3937
- name: Conditional Operations
4038
href: conditional-operations-client-side-javascript.md
4139
- name: Functions and Actions
42-
href: functions-actions-client-side-javascript.md
40+
href: functions-actions-client-side-javascript.md
41+
- name: Query Data
42+
href: query-data-client-side-javascript.md

0 commit comments

Comments
 (0)