Skip to content

Commit eb7658e

Browse files
hasheddannordicjm
authored andcommitted
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 <[email protected]>
1 parent 0038f39 commit eb7658e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/zephyr/hello-world/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
cmake_minimum_required(VERSION 3.8)
1313

1414
# find_package(Zephyr) in order to load application boilerplate:
15-
# http://docs.zephyrproject.org/application/application.html
15+
# https://docs.zephyrproject.org/latest/develop/application/index.html
1616
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
1717
project(NONE)
1818

0 commit comments

Comments
 (0)