Skip to content

Commit 9ee13a9

Browse files
authored
bugfix(7687): fix file path in HTML. (#100)
1 parent 71f4407 commit 9ee13a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/en/tutorial/7687_build_with_gcc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Installing the LinkIt SDK build environment. Before we go further to build MCS r
1010
1111
> 1. Download [gcc for Mac](https://launchpad.net/gcc-arm-embedded/4.8/4.8-2014-q3-update/+download/gcc-arm-none-eabi-4_8-2014q3-20140805-mac.tar.bz2).
1212
> 2. Unzip the gcc file you've downloaded and rename the folder to gcc-arm-none-eabi.
13-
> 3. Replace \&ltSDK_root\&gt/tools/gcc/gcc\-arm\-none\-eabi with this downloaded folder.
13+
> 3. Replace {SDK_Root}/tools/gcc/gcc\-arm\-none\-eabi with this downloaded folder.
1414
1515

1616
## Starting your journey in MCS

content/zh-CN/tutorial/7687_build_with_gcc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
> 1. 下载 [gcc for Mac](https://launchpad.net/gcc-arm-embedded/4.8/4.8-2014-q3-update/+download/gcc-arm-none-eabi-4_8-2014q3-20140805-mac.tar.bz2)
1212
> 2. 将下载后的档案解压缩,并且更名为 gcc-arm-none-eabi。
13-
> 3. 将步骤 2 中的资料夹覆盖掉原本 LinkIt SDK 中的 \&ltSDK_root\&gt/tools/gcc/gcc\-arm\-none\-eabi。
13+
> 3. 将步骤 2 中的资料夹覆盖掉原本 LinkIt SDK 中的 {SDK_Root}/tools/gcc/gcc\-arm\-none\-eabi。
1414
1515
## 开始 MCS 开发之旅
1616

content/zh-TW/tutorial/7687_build_with_gcc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
> 1. 下載 [gcc for Mac](https://launchpad.net/gcc-arm-embedded/4.8/4.8-2014-q3-update/+download/gcc-arm-none-eabi-4_8-2014q3-20140805-mac.tar.bz2)
1212
> 2. 將下載後的檔案解壓縮,並且更名為 gcc-arm-none-eabi。
13-
> 3. 將步驟 2 中的資料夾覆蓋掉原本 LinkIt SDK 中的 \&ltSDK_root\&gt/tools/gcc/gcc\-arm\-none\-eabi。
13+
> 3. 將步驟 2 中的資料夾覆蓋掉原本 LinkIt SDK 中的 {SDK_Root}/tools/gcc/gcc\-arm\-none\-eabi。
1414
1515
## 開始 MCS 開發之旅
1616

0 commit comments

Comments
 (0)