Skip to content

Commit

Permalink
docs: Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Dec 11, 2023
1 parent bda7ade commit 0a017d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/examples/series.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/single.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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:
Expand Down

0 comments on commit 0a017d5

Please sign in to comment.