From 4cc6454ef302211ae3c128d2e4c0f16c33d428ed Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Thu, 18 Jun 2026 10:41:28 -0400 Subject: [PATCH] docs: fix broken hosted-docs links in README The docs are deployed under a /main/ subdirectory (doc.yml destination_dir: main), so the bare /pytest-libiio/ paths 404. Add the missing /main/ segment to both the hosted-documentation link and the coverage-tracking link. Claude-Session: https://claude.ai/code/session_01XmLzEBjfG32VnfgUswwxSP --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3e17b25..982a70c 100644 --- a/README.rst +++ b/README.rst @@ -67,7 +67,7 @@ The plugin exposes three pytest fixtures — ``iio_uri``, ``single_ctx_desc``, and ``context_desc`` — plus an ``iio_hardware`` marker that filters tests by detected hardware. The full reference and scenario walkthroughs (emulation, attribute coverage, telemetry, xdist) live in the -`hosted documentation `_. +`hosted documentation `_. Quickstart — get a URI for a marked board and open the context: @@ -127,7 +127,7 @@ or attributes to exclude (glob patterns supported): Ignored items are dropped from both the access counts and the coverage denominator. See the `coverage tracking docs -`_ for the +`_ for the full schema. Contributing