From eeed8ce179595a01af3eae4f42d9687354a67221 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 11 Jul 2017 09:42:56 -0700 Subject: [PATCH] doc: fix wiki board references in non .rst files Some README files referenced wiki articles that have been moved to the doc area on the website. Fixes #668 Signed-off-by: David B. Kinder --- samples/net/mbedtls_sslclient/README | 2 +- samples/subsys/usb/console/README.txt | 4 ++-- samples/subsys/usb/mass/README.txt | 6 +++--- samples/subsys/usb/webusb/README.txt | 5 +++-- tests/bluetooth/tester/README | 4 ++-- tests/net/lib/mqtt_packet/README | 2 +- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/samples/net/mbedtls_sslclient/README b/samples/net/mbedtls_sslclient/README index 32034bce438..decda56516c 100644 --- a/samples/net/mbedtls_sslclient/README +++ b/samples/net/mbedtls_sslclient/README @@ -103,5 +103,5 @@ References ========== [1] https://www.zephyrproject.org/doc/getting_started/getting_started.html -[2] https://wiki.zephyrproject.org/view/Galileo_Gen1_Gen2 +[2] https://www.zephyrproject.org/doc/boards/x86/galileo/doc/galileo.html [3] https://tls.mbed.org/ diff --git a/samples/subsys/usb/console/README.txt b/samples/subsys/usb/console/README.txt index 7774f4e2f64..45b3b1ad36a 100644 --- a/samples/subsys/usb/console/README.txt +++ b/samples/subsys/usb/console/README.txt @@ -17,8 +17,8 @@ trying to access the device in the background. Building and Running Project: -Refer to https://wiki.zephyrproject.org/view/Arduino_101 for details on flashing -the image into an Arduno 101. +Refer to https://www.zephyrproject.org/doc/boards/x86/arduino_101/doc/board.html +for details on flashing the image into an Arduno 101. Sample Output: diff --git a/samples/subsys/usb/mass/README.txt b/samples/subsys/usb/mass/README.txt index 33f6a3cb834..0695cdd298c 100644 --- a/samples/subsys/usb/mass/README.txt +++ b/samples/subsys/usb/mass/README.txt @@ -21,8 +21,8 @@ The RAM Disk config should run out of the box. Building and Running Project: -Refer to https://wiki.zephyrproject.org/view/Arduino_101 for details on flashing -the image into an Arduino 101. +Refer to https://www.zephyrproject.org/doc/boards/x86/arduino_101/doc/board.html +for details on flashing the image into an Arduino 101. -------------------------------------------------------------------------------- @@ -80,4 +80,4 @@ Sample Output (differs based on debug verbosity selected): [general] [DBG] mass_storage_bulk_in: < BI - SEND_CSW [general] [DBG] mass_storage_bulk_in: < BI - WAIT_CSW [general] [DBG] mass_storage_bulk_out: > BO - READ_CBW -[general] [DBG] CBWDecode: >> TUR \ No newline at end of file +[general] [DBG] CBWDecode: >> TUR diff --git a/samples/subsys/usb/webusb/README.txt b/samples/subsys/usb/webusb/README.txt index 79924d3a80e..99a0d7e8e7d 100644 --- a/samples/subsys/usb/webusb/README.txt +++ b/samples/subsys/usb/webusb/README.txt @@ -29,8 +29,9 @@ real usecase, implement applications based on the WebUSB API. Building and flashing: ---------------------- -Refer to https://wiki.zephyrproject.org/view/Arduino_101 for details on -building and flashing the image into an Arduino 101. +Refer to +https://www.zephyrproject.org/doc/boards/x86/arduino_101/doc/board.html +for details on building and flashing the image into an Arduino 101. Testing with latest Google Chrome on host ----------------------------------------- diff --git a/tests/bluetooth/tester/README b/tests/bluetooth/tester/README index 83fa8703976..aba224437f9 100644 --- a/tests/bluetooth/tester/README +++ b/tests/bluetooth/tester/README @@ -40,7 +40,7 @@ to control tester application. Building and running on Arduino 101: Arduino 101 is equipped with Nordic nRF51 Bluetooth LE controller. -Please refer to the Zephyr Project wikis [1] to see how to build and flash the +Please refer to the Zephyr Project docs [1] to see how to build and flash the controller with the HCI Bluetooth LE firmware. Next, build and flash tester application: @@ -55,4 +55,4 @@ USB port. Use serial client, e.g. PUTTY to communicate over the serial port (typically /dev/ttyUSBx) with the tester using BTP. -[1] https://wiki.zephyrproject.org/view/Arduino_101#Bluetooth_firmware_for_the_Arduino_101 +[1] https://www.zephyrproject.org/doc/boards/x86/arduino_101/doc/board.html#flashing-the-bluetooth-core diff --git a/tests/net/lib/mqtt_packet/README b/tests/net/lib/mqtt_packet/README index b86a05fd571..ca6a9563903 100644 --- a/tests/net/lib/mqtt_packet/README +++ b/tests/net/lib/mqtt_packet/README @@ -23,7 +23,7 @@ Build and Run sudo dfu-util -a x86_app -D outdir/arduino_101/zephyr.bin For more information about this board, see: - https://wiki.zephyrproject.org/view/Arduino_101 + https://www.zephyrproject.org/doc/boards/x86/arduino_101/doc/board.html * NXP Freedom-K64F (frdm-k64f)