Skip to content

Commit 49f5bf3

Browse files
committedApr 22, 2021
Correct the path to docs
·
v2.0.0-M3v1.0.7
1 parent e94503a commit 49f5bf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎docs/asciidoc/about-doc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ copy contains this `Copyright Notice`, whether distributed in print or electroni
1818
== Contributing to the Documentation
1919
The reference guide is written in
2020
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.
2222

2323
If you have an improvement, we will be happy to get a pull request from you!
2424

@@ -31,7 +31,7 @@ ifeval::["{backend}" == "html5"]
3131
TIP: To facilitate documentation edits, most sections have a link at the end that opens
3232
an edit `UI` directly on `GitHub` for the main source file for that section. These links are
3333
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>>.
3535
endif::[]
3636

3737
== Getting Help
@@ -44,5 +44,5 @@ https://stackoverflow.com/tags/reactor-netty[`reactor-netty`].
4444
https://github.com/reactor/reactor-netty/issues[reactor-netty].
4545

4646
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
4848
documentation].

0 commit comments

Comments
 (0)
Please sign in to comment.