From 6d882fd26c01d118a584b2a3aecd5f08fa5e11e1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 19 May 2020 12:36:04 +0200 Subject: tools/check_links.py: detect absolute links Detect absolute links to our repo. These are not checked and long and inconsistent with majority of links. --- docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux') diff --git a/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md b/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md index 99de2e450..a5238207a 100644 --- a/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md +++ b/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md @@ -25,7 +25,7 @@ The particular setup described below requires the following hardware: 7. USB hub with [Per Port Power Switching support](http://www.gniibe.org/development/ac-power-control-by-USB-hub/index.html) (like D-Link DUB H7, **silver** edition). 8. [USB-DC Plug Cable](http://www.hardkernel.com/main/products/prdt_info.php?g_code=G141637559827) -If you decide to use a different setup, you will need to update [Odroid-related code](https://github.com/google/syzkaller/blob/master/vm/odroid/odroid.go) in syzkaller manager. +If you decide to use a different setup, you will need to update [Odroid-related code](/vm/odroid/odroid.go) in syzkaller manager. ### Setup Odroid -- cgit mrf-deployment