Skip to content

Commit 6615d18

Browse files
committed
readme: update external document link with release/v1.4 branch
1 parent 2c6fa6f commit 6615d18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You may simply link it to develop a device application in your existing developm
88

99
We also provide the additional Reference repository so that you can refer to how this core device library can be linked in existing original chipset SDKs and device applications can be developed.
1010

11-
- [Reference](https://github.com/SmartThingsCommunity/st-device-sdk-c-ref) : There are sample device applications under the `apps` directory.
11+
- [Reference](https://github.com/SmartThingsCommunity/st-device-sdk-c-ref/tree/release/v1.4) : There are sample device applications under the `apps` directory.
1212

1313
It is distributed in source form and written in C99 for the purpose of portability to most platforms.
1414

@@ -47,7 +47,7 @@ After porting, you can use this library completely under the specific environmen
4747
This core device library has platform-dependent directories. In current SDK version, those that must be ported are present in `src/port/bsp`, `src/port/net` and `src/port/os`.
4848
By default, we have already provided several implementations based on some operating systems(e.g. FreeRTOS) and chipsets(e.g. ESPRESSIF, REALTEK). These porting examples in those directories make it easier for you to port to additional chipsets and operating systems. As of now, this release can also be cross-compiled directly through several chipset SDK environments that have already been ported in the [Reference repository](https://github.com/SmartThingsCommunity/st-device-sdk-c-ref).
4949

50-
For instructions on how to port this SDK, please see the [Porting Guide](https://github.com/SmartThingsCommunity/st-device-sdk-c/blob/master/doc/porting_guide.md).
50+
For instructions on how to port this SDK, please see the [Porting Guide](https://github.com/SmartThingsCommunity/st-device-sdk-c/blob/release/v1.4/doc/porting_guide.md).
5151

5252
## Building SmartThings SDK for Direct Connected Devices for C
5353

@@ -69,7 +69,7 @@ Basically, you can build this core device library through `make` in the Ubuntu.
6969

7070
```sh
7171
$ cd ~
72-
$ git clone https://github.com/SmartThingsCommunity/st-device-sdk-c.git
72+
$ git clone https://github.com/SmartThingsCommunity/st-device-sdk-c.git -b release/v1.4
7373
$ cd st-device-sdk-c
7474
```
7575

0 commit comments

Comments
 (0)