From 0a017d5a26ddab0930c721ad37e8d4df99b85911 Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Mon, 11 Dec 2023 16:50:58 +0100 Subject: [PATCH] docs: Fix links --- docs/examples/series.md | 4 ++-- docs/examples/single.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/examples/series.md b/docs/examples/series.md index e73c52a..4e5aa02 100644 --- a/docs/examples/series.md +++ b/docs/examples/series.md @@ -46,7 +46,7 @@ So we define our function as `async`. We expect an address to ping as the First we need to create `Ping` object. `Ping` constructor offers a lots of configuration variables for fine-tuning. Refer to the -[Ping reference](../../reference/gufo/ping/ping#gufo.ping.ping.Ping) +[Ping reference](../reference/gufo/ping/ping.md#gufo.ping.ping.Ping) for further details. Defaults are good enough for our tutorial, so we ommited them. @@ -63,7 +63,7 @@ The only mandatory parameter is IP address. Gufo Ping detects IPv4/IPv6 usage, so all we need is to pass an address. Function may accept the additional parameters for fine-tuning, Refer to the -[Ping.ping reference](../../reference/gufo/ping/ping#gufo.ping.ping.Ping.iter_rtt) +[Ping.ping reference](../reference/gufo/ping/ping.md#gufo.ping.ping.Ping.iter_rtt) for details. !!! note diff --git a/docs/examples/single.md b/docs/examples/single.md index 45440d5..28ccd9e 100644 --- a/docs/examples/single.md +++ b/docs/examples/single.md @@ -47,7 +47,7 @@ So we define our function as `async`. We expect an address to ping as the First we need to create `Ping` object. `Ping` constructor offers a lots of configuration variables for fine-tuning. Refer to the -[Ping reference](../../reference/gufo/ping/ping#gufo.ping.ping.Ping) +[Ping reference](../reference/gufo/ping/ping.md#gufo.ping.ping.Ping) for further details. Defaults are good enough for our tutorial, so we ommited them. @@ -60,7 +60,7 @@ the `await` keyword. The only mandatory parameter is IP address. Gufo Ping detects IPv4/IPv6 usage, so all we need is to pass an address. Function may accept the additional parameters for fine-tuning, Refer to the -[Ping.ping reference](../../reference/gufo/ping/ping#gufo.ping.ping.Ping.ping) +[Ping.ping reference](../reference/gufo/ping/ping.md#gufo.ping.ping.Ping.ping) for details. Ping returns: