zephyr: fix link to Zephyr application docs
Updates a broken link to Zephyr application docs in the hello-world example. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
This commit is contained in:
parent
0038f3967b
commit
eb7658e84c
|
@ -12,7 +12,7 @@
|
|||
cmake_minimum_required(VERSION 3.8)
|
||||
|
||||
# find_package(Zephyr) in order to load application boilerplate:
|
||||
# http://docs.zephyrproject.org/application/application.html
|
||||
# https://docs.zephyrproject.org/latest/develop/application/index.html
|
||||
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
||||
project(NONE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue