@@ -18,7 +18,7 @@ copy contains this `Copyright Notice`, whether distributed in print or electroni
18
18
== Contributing to the Documentation
19
19
The reference guide is written in
20
20
https://asciidoctor.org/docs/asciidoc-writers-guide/[Asciidoc], and you can find its
21
- sources at https://github.com/reactor/reactor-netty/tree/main/src/ docs/asciidoc.
21
+ sources at https://github.com/reactor/reactor-netty/tree/main/docs/asciidoc.
22
22
23
23
If you have an improvement, we will be happy to get a pull request from you!
24
24
@@ -31,7 +31,7 @@ ifeval::["{backend}" == "html5"]
31
31
TIP: To facilitate documentation edits, most sections have a link at the end that opens
32
32
an edit `UI` directly on `GitHub` for the main source file for that section. These links are
33
33
only present in the `HTML5` version of this reference guide. They look like the following link:
34
- link:https://github.com/reactor/reactor-netty/edit/main/src/ docs/asciidoc/about-doc.adoc[Suggest Edit^, role="fa fa-edit"] to <<about-doc>>.
34
+ link:https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/about-doc.adoc[Suggest Edit^, role="fa fa-edit"] to <<about-doc>>.
35
35
endif::[]
36
36
37
37
== Getting Help
@@ -44,5 +44,5 @@ https://stackoverflow.com/tags/reactor-netty[`reactor-netty`].
44
44
https://github.com/reactor/reactor-netty/issues[reactor-netty].
45
45
46
46
NOTE: All of `Reactor Netty` is open source,
47
- https://github.com/reactor/reactor-netty/tree/main/src/ docs/asciidoc[including this
47
+ https://github.com/reactor/reactor-netty/tree/main/docs/asciidoc[including this
48
48
documentation].
0 commit comments