Skip to content

Commit 4a0212e

Browse files
Irit ArkinIrit Arkin
authored andcommitted
Fixed based on Joe's comments
1 parent 7022965 commit 4a0212e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@
586586
]
587587
},
588588
{
589-
"title": "Arm Online Compiler",
589+
"title": "Arm Mbed Online Compiler",
590590
"sources": [{
591591
"type": "markdown",
592592
"url": "https://github.com/ARMmbed/Handbook/blob/new_engine/docs/tools/online/online_comp.md"

docs/tools/online/online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Online Overview
22

3-
Developers who do not have a dedicated offline setup may prefer to work online. With the Arm Mbed ecosystem, you can work online, in addition to offline. Arm's online tool is the Arm Mbed Online Compiler, which you can use to create and compile your code.
3+
Developers who do not have a dedicated desktop setup may prefer to work online. With the Arm Mbed ecosystem, you can work online, in addition to offline. Arm's online tool is the Arm Mbed Online Compiler, which you can use to create and compile your code.

docs/tools/online/online_comp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<h2 id="arm-mbed-online-compiler">Online Compiler Overview</h2>
22

3-
Developers who do not have a dedicated offline setup may prefer to work online. With the Arm Mbed ecosystem, you can work online, in addition to offline. Arm's online tool is the Arm Mbed Online Compiler.
3+
Developers who do not have a dedicated desktop setup may prefer to work online. With the Arm Mbed ecosystem, you can work online, in addition to offline. Arm's online tool is the Arm Mbed Online Compiler.
44

5-
The Arm Mbed Online Compiler enables you to either write your code from scratch or import an existing project and modify it to suit your needs. The only thing you need is [an Arm Mbed developer account](https://os.mbed.com/account/signup/).
5+
The Arm Mbed Online Compiler enables you to either write your code from scratch or import an existing project and modify it to suit your needs. The only thing you need is [an Arm Mbed account](https://os.mbed.com/account/signup/).
66

77
The compiler is always available on [`https://os.mbed.com/compiler/`](https://os.mbed.com/compiler/).
88

docs/tutorials/quickstart/quickstart-compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Setup
44

5-
#### Create an Arm Mbed developer account
5+
#### Create an Arm Mbed account
66

77
Go to [os.mbed.com](https://os.mbed.com/), and [create an account](https://os.mbed.com/account/signup/).
88

0 commit comments

Comments
 (0)