From f9d1b12e3c895b34aec9566cc33e1ad80a9ce969 Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Thu, 22 Aug 2024 15:31:08 -0600 Subject: [PATCH] Fix broken links in doc Signed-off-by: Travis F. Collins --- docs/source/api/python/index.rst | 2 +- docs/source/examples.md | 4 ++-- docs/source/index.md | 6 +++--- docs/source/related.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/source/api/python/index.rst b/docs/source/api/python/index.rst index 5c246b7c4..b21722df6 100644 --- a/docs/source/api/python/index.rst +++ b/docs/source/api/python/index.rst @@ -1,7 +1,7 @@ Python Bindings =============== -Python bindings for the `Industrial I/O <../index.html>`_ interface library. +Python bindings for the Industrial I/O interface library. Installation ############ diff --git a/docs/source/examples.md b/docs/source/examples.md index 9ff07c72b..4cd096947 100644 --- a/docs/source/examples.md +++ b/docs/source/examples.md @@ -66,6 +66,6 @@ int main() { The following examples are available in the libiio repository: - [ad9361-iiostream.c](https://github.com/analogdevicesinc/libiio/blob/main/examples/ad9361-iiostream.c) -- [ad9361-iio-stream.c](https://github.com/analogdevicesinc/libiio/blob/main/examples/ad93761-iiostream.c) +- [ad9361-iio-stream.c](https://github.com/analogdevicesinc/libiio/blob/main/examples/ad9371-iiostream.c) - [adrv9002-iiostream.c](https://github.com/analogdevicesinc/libiio/blob/main/examples/adrv9002-iiostream.c) -- [adrv9009-iiostream.c](https://github.com/analogdevicesinc/libiio/blob/main/examples/adrv9009-iiostream.c) \ No newline at end of file +- [adrv9009-iiostream.c](https://github.com/analogdevicesinc/libiio/blob/main/examples/adrv9009-iiostream.c) diff --git a/docs/source/index.md b/docs/source/index.md index c4e1c545a..0d1c7353e 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -15,7 +15,7 @@ It is entirely user-mode: No special privilege or elevation is required for the Any host running Linux, macOS, Windows, or OpenBSD/NetBSD, should be trivial to get libIIO running on. If you are interested in porting to other hosts that support either networking (socket interface), [libusb](https://libusb.info/) or serial, it should be very straightforward. [Pull Requests](https://github.com/analogdevicesinc/libiio/pulls) are always reviewed, and well written ones are normally accepted. -The local backend and Linux daemon can run on any embedded Linux based system, from purpose built systems like [PlutoSDR](http://www.analog.com/plutosdr) or [ADALM2000](http://www.analog.com/adalm2000) to [Raspberry Pi](https://www.raspberrypi.org/) or [BeagleBoard](https://beagleboard.org/) to [Jetson](https://www.nvidia.com/en-us/autonomous-machines/jetson). [tiny-iiod](https://github.com/analogdevicesinc/libtinyiiod) requires a modern C compiler and is known to work on a variety of non-Linux frameworks including [Mbed](https://www.mbed.com/) and [FreeRTOS](https://www.freertos.org/). +The local backend and Linux daemon can run on any embedded Linux based system, from purpose built systems like [PlutoSDR](https://www.analog.com/en/resources/evaluation-hardware-and-software/evaluation-boards-kits/ADALM-PLUTO.html) or [ADALM2000](https://www.analog.com/en/resources/evaluation-hardware-and-software/evaluation-boards-kits/ADALM2000.html) to [Raspberry Pi](https://www.raspberrypi.org/) or [BeagleBoard](https://beagleboard.org/) to [Jetson](https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/). [tiny-iiod](https://github.com/analogdevicesinc/libtinyiiod) requires a modern C compiler and is known to work on a variety of non-Linux frameworks including [Mbed](https://www.mbed.com/) and [FreeRTOS](https://www.freertos.org/). ## Sounds good! How do I get started? @@ -25,7 +25,7 @@ For other platforms, you are encouraged to use one of our [release builds](https If you prefer, you can also access the source directly from [github](https://github.com/analogdevicesinc/libiio). -Once you have secured your access to the library and its header, please check the [libIIO API](https://analogdevicesinc.github.io/libiio/api/index.html) or the [libIIO examples](https://analogdevicesinc.github.io/libiio/examples/index.html). +Once you have secured your access to the library and its header, please check the [libIIO API](api.rst) or the [libIIO examples](examples.md). ## Where is (insert my favourite language) support? @@ -55,4 +55,4 @@ iiod training related -``` \ No newline at end of file +``` diff --git a/docs/source/related.md b/docs/source/related.md index fdcdc9fae..5455cab8c 100644 --- a/docs/source/related.md +++ b/docs/source/related.md @@ -5,8 +5,8 @@ - MATLAB Toolboxes - [Analog Devices Transceiver Toolbox](https://analogdevicesinc.github.io/TransceiverToolbox/master/) - [Analog Devices High Speed Converter Toolbox](https://analogdevicesinc.github.io/HighSpeedConverterToolbox/master/) - - [Analog Devices RF and Microwave Toolbox](https://analogdevicesinc.github.io/RFMicrowaveToolbox/master/) + - [Analog Devices RF and Microwave Toolbox](https://github.com/analogdevicesinc/RFMicrowaveToolbox) - [Analog Devices Precision Toolbox](https://analogdevicesinc.github.io/PrecisionToolbox/) - [Scopy](https://wiki.analog.com/university/tools/m2k/scopy) - [libad9361-iio](https://analogdevicesinc.github.io/libad9361-iio) -- [libad9166-iio](https://analogdevicesinc.github.io/libad9166-iio) \ No newline at end of file +- [libad9166-iio](https://github.com/analogdevicesinc/libad9166-iio)