You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@
15
15
16
16
## <aname="who"></a>Audience
17
17
18
-
You are an Apigee Edge API proxy developer, or you would like to learn about developing APIs that run on Apigee Edge. At a minimum, we assume you're familiar with Apigee Edge and how to create simple API proxies. To learn more, we recommend this [getting-started tutorial](http://apigee.com/docs/api-services/tutorials/create-your-first-api).
18
+
You are an Apigee Edge API proxy developer, or you would like to learn about developing APIs that run on Apigee Edge. At a minimum, we assume you're familiar with Apigee Edge and how to create simple API proxies. To learn more, we recommend this [getting-started tutorial](https://docs.apigee.com/api-platform/tutorials/add-and-configure-your-first-api).
19
19
20
20
## <aname="intro"></a>Intro
21
21
22
-
This repository contains a collection of sample API proxies that you can deploy and run on [Apigee Edge](http://apigee.com/about/products/api-management).
22
+
This repository contains a collection of sample API proxies that you can deploy and run on [Apigee Edge](https://apigee.com/api-management/#/products).
23
23
24
24

25
25
@@ -42,7 +42,7 @@ In addition, you'll find:
42
42
43
43
## <aname="using"></a>Using the sample proxies
44
44
45
-
Most developers begin by identifying an interesting sample based on a specific use case or need. You'll find the samples in the `./api-platform-samples/sample-proxies` folder. The Apigee doc site also has a handy [samples overview page](http://apigee.com/docs/api-services/samples/samples-reference).
45
+
Most developers begin by identifying an interesting sample based on a specific use case or need. You'll find the samples in the `./api-platform-samples/sample-proxies` folder. The Apigee doc site also has a handy [samples overview page](https://docs.apigee.com/api-platform/samples/samples-reference).
46
46
47
47
48
48
For example, if you're interested in doing XML to JSON transformations, check out `api-platform-samples/sample-proxies/xmltojson`.
@@ -158,7 +158,7 @@ API products, apps, and developers.
158
158
Simple scripts to help you deploy the sample API proxies and profiles that they
159
159
rely on, including API products, developers, and apps.
160
160
161
-
Set you Apigee API Platform account settings in `setenv.sh` ([Register for a free Apigee account](http://eneterprise.apigee.com/signup))
161
+
Set you Apigee API Platform account settings in `setenv.sh` ([Register for a free Apigee account](https://docs.apigee.com/api-platform/get-started/creating-apigee-edge-account))
162
162
163
163
To deploy a single sample, run `deploy.sh proxyName`, where `proxyName` is the name of the directory under `/sample-proxies` that contains the proxy you want to deploy.
164
164
@@ -178,7 +178,7 @@ To deploy all samples and API products, run `deploy_all.sh`
178
178
179
179
## <a name="docs"></a>Apigee Edge documentation
180
180
181
-
The Apigee Edge docs are [here](http://apigee.com/docs).
181
+
The Apigee Edge docs are [here](https://docs.apigee.com).
Copy file name to clipboardExpand all lines: doc-samples/hosted-targets/node-hosted-express/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ This sample is a Node.js proxy that uses [express](https://www.npmjs.com/package
80
80
81
81
# Ask the community
82
82
83
-
[](https://community.apigee.com?via=github)
83
+
[](https://community.apigee.com?via=github)
84
84
85
85
---
86
86
@@ -99,3 +99,4 @@ See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: doc-samples/hosted-targets/node-hosted-hello/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ This sample is a simple hello world Node.js proxy.
58
58
59
59
# Ask the community
60
60
61
-
[](https://community.apigee.com?via=github)
61
+
[](https://community.apigee.com?via=github)
62
62
63
63
---
64
64
@@ -77,3 +77,4 @@ See the License for the specific language governing permissions and
0 commit comments