Skip to content

Commit d665ad4

Browse files
committed
Fix links to Cloud API Keys page
The previous links redirected to the Arduino Cloud home page. Perhaps they were broken by changes to the website since the time the content was written.
1 parent 21ed373 commit d665ad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/arduino-cloud/01.guides/07.node-red/nodered-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The final step is connecting the **DHT11 humidity sensor** to our Arduino MKR Wi
181181

182182
Use the steps below to use Node-RED with the Arduino Cloud:
183183

184-
**1.** Go to the [API keys section](https://app.arduino.cc/home/api-keys), and create a new API key.
184+
**1.** Go to the [API keys section](https://app.arduino.cc/api-keys), and create a new API key.
185185

186186
**2.** Save the Client ID and Client Secret in a safe document
187187

content/arduino-cloud/07.api/01.api-overview/api-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The main goal of the Application API is to allow you to create and manage IoT re
1313

1414
The core of those APIs is organized around [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer). Our API has predictable resource-oriented URLs, accepts [form-encoded](https://en.wikipedia.org/wiki/POST_(HTTP)#Use_for_submitting_web_forms) request bodies, returns [JSON-encoded](http://www.json.org/) responses, and uses standard HTTP response codes, authentication, and verbs.
1515

16-
You can use those APIs, both directly calling our HTTP endpoints or using our clients that wrap those calls into easy-to-use abstractions like objects and functions. We have Applications API clients available in `javascript`, `golang`, and `python`. To use the Application API, you need to create an **API Key** in the [API Keys](https://cloud.arduino.cc/home/api-keys) section.
16+
You can use those APIs, both directly calling our HTTP endpoints or using our clients that wrap those calls into easy-to-use abstractions like objects and functions. We have Applications API clients available in `javascript`, `golang`, and `python`. To use the Application API, you need to create an **API Key** in the [API Keys](https://cloud.arduino.cc/api-keys) section.
1717

1818
With this API, you can:
1919
- Build an automated script to create your things, in bulk

0 commit comments

Comments
 (0)