Commit eb7658e8 authored by Daniel Mangum's avatar Daniel Mangum Committed by Jamie
Browse files

zephyr: fix link to Zephyr application docs



Updates a broken link to Zephyr application docs in the hello-world
example.

Signed-off-by: default avatarDaniel Mangum <georgedanielmangum@gmail.com>
parent 0038f396
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)