Skip to content

Commit 208cdc2

Browse files
committed
DOCS-1155: Updated doc links in readme
1 parent 6ebbf14 commit 208cdc2

File tree

41 files changed

+44
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+44
-44
lines changed

adding-a-new-customer-to-workday-revenue-management/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Though a simple example, this application nonetheless employs complex functional
1616

1717
Complete the following procedure to create, then run this example in your own instance of Anypoint Studio.
1818

19-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). Do not run the application.
19+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). Do not run the application.
2020
1. In your application in Studio, click the **Global Elements** tab.
2121
1. Double-click the Workday Revenue Management global element to open its **Global Element Properties** panel.
2222
1. Change the contents of the **user**, **password** and **endpoint** fields to your account-specific values as follows:

authenticating-salesforce-using-oauth2/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This application employs Salesforce (OAuth) connector to enable OAuth authentica
1818

1919
### Set Up and Run the Example ###
2020

21-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). *Do not run the application*.
21+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). *Do not run the application*.
2222
1. Log in to your Salesforce account. From your account menu (your account is labeled with your name), select **Setup**.
2323
1. In the left navigation bar, under the **Build** heading, click to expand the **Create** folder.
2424
1. Click **Apps**. Under **Connected Apps** click **New**.

cache-scope-with-fibonacci/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ records and returns the cost of the calculation, wherein each individual invocat
2020

2121
### Set Up and Run this Example
2222

23-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
23+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
2424

2525
2. Once the application is running, go to your localhost server and type in the following request:
2626

datamapper-with-flowreflookup/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To witness end-to-end functionality, you must have an active Salesforce account
4242

4343
#### Create the Example Application ####
4444

45-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). *Do not run the application*.
45+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). *Do not run the application*.
4646
1. Log in to your Salesforce account. From your account menu (your account is labeled with your name), select **Setup**.
4747
1. In the left navigation bar, under the **Personal Setup** heading, click to expand the **My Personal Information** folder.
4848
1. Click **Reset My Security Token**. Salesforce resets the token and emails you the new one.

document-integration-using-the-cmis-connector/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This application presents a simple use case scenario: by making an HTTP request
2222

2323
Complete the following procedure to create, then run this example in your own instance of Anypoint Studio. Skip ahead to the next section if you prefer to simply examine this example.
2424

25-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library).
25+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange).
2626
2. In the **Package Explorer**, right-click the cmis-document-integration project name, then select **Run As > Mule Application**. Studio runs the application on the embedded server.
2727
3. Open your Web browser.
2828
3. In the address bar, type the following URL: *http://localhost:8081/cmis*

exposing-a-restful-resource-using-the-HTTP-connector/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ As with other [examples](https://www.mulesoft.com/exchange#!/?types=example), yo
2323

2424
Follow the procedure below to create, then run the HTTP with JSON application.
2525

26-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
26+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
2727
1. Send a POST request to **http://localhost:8081/person** with the body equals to:
2828

2929
{

extracting-data-from-LDAP-directory/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The example application connects to the LDAP directory and retrieves a list of L
4646

4747
9. If you click on ROOT DSE in the panel LDAP browser, you should see the imported data structure.
4848

49-
10. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library).
49+
10. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange).
5050
11. Double-click on ldap.xml under src/main/app directory and open *Global Elements* tab. Open LDAP configuration and fill in these values if you strictly followed the instructions:
5151

5252
Principal DN cn=Manager,dc=my-domain,dc=com

filtering-a-message/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This example application receives the order in JSON format for filtering. It emp
1616

1717
Complete the following procedure to create, then run this example in your own instance of Anypoint Studio. Skip ahead to the next section if you prefer to simply examine this example.
1818

19-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
19+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
2020
1. Send a POST request with the following JSON in the body to *http:/localhost:8081*.
2121

2222
{

foreach-processing-and-choice-routing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ As with other [examples](https://www.mulesoft.com/exchange#!/?types=example), yo
4747

4848
Follow the procedure below to create, then run the Loan Broker application in Mule ESB.
4949

50-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
50+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
5151
1. Open your Web browser.
5252
1. Type http://localhost:11081/?name=Muley&amount=20000&term=48&ssn=1234 into the address bar of your browser, then press enter to elicit a response from the application.
5353
2. In your browser’s address bar, replace the amount value with 5000, then press enter to elicit a new response from the application.

get-customer-list-from-netsuite/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Though a simple example, this application connects to NetSuite to retrieve a lis
1616

1717
Complete the following procedure to create, then run this example in your own instance of Anypoint Studio.
1818

19-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). *Do not run the application*.
19+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). *Do not run the application*.
2020
2. Replace *http.port* parameter in *http:listener-config* element with the valid value.
2121
1. Log in to your NetSuite account. You will need the login email (*netsuite.email*) and the password (*netsuite.password*) to connect to NetSuite using the connector later on.
2222
2. Choose **Setup > Integration > Web Services Preferences** from the main menu. Store the value *ACCOUNT ID* that will be used as a *netsuite.account* parameter.

hello-world/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This document describes the details of the example within the context of Anypoin
1010

1111
Complete the following procedure to create, then run this example in your own instance of Anypoint Studio. You can create template applications straight out of the box in Anypoint Studio and tweak the configurations of the use case-based templates to create your own customized applications in Mule.
1212

13-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
13+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
1414
2. Open your Web browser.
1515
3. In the address bar, type the following URL: http://localhost:8081
1616
4. Press enter to elicit a response from the Hello World application.

http-multipart-request/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ As with other [examples](https://www.mulesoft.com/exchange#!/?types=example), yo
1616

1717
Follow the procedure below to create, then run the Login using HTML Form application.
1818

19-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
19+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
2020
1. Open your browser and hit **http://localhost:8081/uploadFile**.
2121
2. Click *Browse...* and choose a file to upload. Hit *Send* button.
2222
1. Either you will see the file contents in your browser or a dialogue will prompt you to save the file contents, based on the content type.

http-oauth-provider/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ In this example, a user will attempt to gain access to the protected resource. F
6767

6868
Complete the following procedure to create, then run this example in your own instance of Anypoint Studio. You can create template applications straight out of the box in Anypoint Studio and tweak the configurations of the use case-based templates to create your own customized applications in Mule.
6969

70-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
70+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
7171
2. Open *http-oauth-provider.xml* from the Package Explorer.
7272
3. Specify *http.provider.port* and *http.listener.port*, e.g. values 8081, 8082 respectively.
7373
3. Open your Web browser.

http-request-response-with-logger/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ As with other [examples](https://www.mulesoft.com/exchange#!/?types=example), yo
2525

2626
Follow the procedure below to create, then run the HTTP Request-Response with Logger application.
2727

28-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
28+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
2929
1. Open your Web browser, type http://localhost:8084/echo in the address bar, then press **enter**.
3030
1. Your browser presents a message that reads, /echo.
3131
1. In your browser’s address bar, replace the word echo with the word moon, then press **enter**.
@@ -49,6 +49,6 @@ Finally, Mule moves the message back to the [HTTP Inbound Endpoint](http://www.m
4949

5050
### Go Further
5151

52-
- Learn more about the [HTTP endpoint](http://www.mulesoft.org/documentation/display/current/HTTP+Connector).
52+
- Learn more about the [HTTP endpoint](http://www.mulesoft.org/documentation/display/current/HTTP+Connector).
5353
- Learn more about the [Set Payload Transformer](http://www.mulesoft.org/documentation/display/current/Set+Payload+Transformer+Reference).
5454
- Learn more about the [Logger component](http://www.mulesoft.org/documentation/display/current/Logger+Component+Reference).

import-contacts-into-ms-dynamics/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Though a simple example, this application nonetheless employs complex functional
2525
Complete the following procedure to create, then run this example in your own instance of Anypoint Studio.
2626

2727
1. Create your free trial MS Dynamics account [here](http://www.microsoft.com/en-us/dynamics/crm-free-trial-overview.aspx). Remember your registration data as you will need it to connect to Dynamics, namely: a username, a password and a company name.
28-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). *Do not run the application*.
28+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). *Do not run the application*.
2929
1. In your application in Studio, click the **Global Elements** tab.
3030
1. Double-click the MS Dynamics CRM global element to open its **Global Element Properties** panel.
3131
1. Change the contents of the **Username**, **Password** and **Organization Service Url** fields to your account-specific values as follows:

import-contacts-into-salesforce/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Though a simple example, this application nonetheless employs complex functional
2121

2222
Complete the following procedure to create, then run this example in your own instance of Anypoint Studio. Skip ahead to the next section if you prefer to simply examine this example via code snippets.
2323

24-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). *Do not run the application*.
24+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). *Do not run the application*.
2525
1. Log in to your Salesforce account. From your account menu (your account is labeled with your name), select **Setup**.
2626
1. In the left navigation bar, under the **Personal Setup** heading, click to expand the **My Personal Information** folder.
2727
1. Click **Reset My Security Token**. Salesforce resets the token and emails you the new one.

importing-a-CSV-file-into-Mongo-DB/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In this example we transform a sample CSV file containing sales data into a Map
4545
)
4646

4747

48-
4 Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library).
48+
4 Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange).
4949

5050
5 Go to Global Elements and set the recently created user with password and database name for the Mongo DB connector.
5151

importing-an-email-attachment-using-the-IMAP-connector/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In this example a CSV file containing sample sales data which has been received
1313

1414
### Set Up and Run this Example
1515

16-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library).
16+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange).
1717

1818
2. Click on the IMAP Connector in the Mule flow and edit its properties as follows:
1919

importing-an-email-attachment-using-the-POP3-connector/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In this example a CSV file containing sample sales data which has been received
1313

1414
### Set Up and Run this Example
1515

16-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library).
16+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange).
1717

1818
2. Click on the POP3 endpoint in the Mule flow and edit its properties as follows:
1919

legacy-modernization/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Complete the following procedure to create, then run this example in your own in
2424

2525
Skip ahead to the next section if you prefer to simply examine this example code snippets.
2626

27-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
27+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
2828
1. To simulate a request submission to the Mule application, use the **soapUI interface** available for free download at [www.soapui.org](http://www.soapui.org/). This tool enables you to submit a request to simulate the submission of a new order in this example's use case. If you haven't already done so, download and launch soapUI.
2929
2. In soapUI, select **File > Import Project**. Browse to the AnypointStudio folder on your local drive to locate the sample soapUI project file: **AnypointStudio > workspace > Legacy Modernization > src > main > resources > LegacyModernizationExample-soapui-project.xml**. Click **Open**.
3030
2. In the new LegacyModernizationExample project in soapUI, expand the folders to reveal **Request 1**. Double-click **Request 1** to open the request-response window.

login-form-using-the-http-connector/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ As with other [examples](https://www.mulesoft.com/exchange#!/?types=example), yo
2020

2121
Follow the procedure below to create, then run the Login form using the HTTP connector application.
2222

23-
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/The+Library). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
23+
1. Open the Example project in Anypoint Studio from [Anypoint Exchange](http://www.mulesoft.org/documentation/display/current/Anypoint+Exchange). In the Package Explorer pane in Studio, right-click the project name, then select Run As > Mule Application. Studio runs the application and Mule is up and kicking!
2424
1. Open your browser and hit **http://localhost:8081/login**.
2525
2. Enter mule for username and mule for password. Hit submit button.
2626
1. You should recieve this response:

0 commit comments

Comments
 (0)