Skip to content

Commit e94503a

Browse files
committedApr 22, 2021
Merge #1602 into 1.0.7
2 parents 3ecd06c + 0f543f7 commit e94503a

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assignees: ''
1010
<!--- Provide a general summary of the issue in the title above -->
1111

1212
<!--- /!\ Make sure to follow the Contribution Guidelines and notably for security issues:
13-
https://github.com/reactor/reactor-netty/blob/master/CONTRIBUTING.md
13+
https://github.com/reactor/reactor-netty/blob/main/CONTRIBUTING.md
1414
https://tanzu.vmware.com/security
1515
-->
1616
<!--- /!\ Questions should be asked on [Gitter](https://gitter.im/reactor/reactor-netty) or [StackOverflow](https://stackoverflow.com/questions/tagged/reactor-netty). -->

‎.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assignees: ''
1010
<!--- Provide a general summary of the issue in the Title above -->
1111

1212
<!--- /!\ Make sure to follow the Contribution Guidelines and notably for security issues:
13-
https://github.com/reactor/reactor-netty/blob/master/CONTRIBUTING.md
13+
https://github.com/reactor/reactor-netty/blob/main/CONTRIBUTING.md
1414
https://tanzu.vmware.com/security
1515
-->
1616
<!--- /!\ Questions should be asked on [Gitter](https://gitter.im/reactor/reactor-netty) or [StackOverflow](https://stackoverflow.com/questions/tagged/reactor-netty). -->

‎.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: "CodeQL"
77

88
on:
99
push:
10-
branches: [0.9.x, master]
10+
branches: [0.9.x, main]
1111
pull_request:
1212
# The branches below must be a subset of the branches above
13-
branches: [0.9.x, master]
13+
branches: [0.9.x, main]
1414
schedule:
1515
- cron: '0 12 * * 6'
1616

‎.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: publish
22
on:
33
push:
44
branches: # For branches, better to list them explicitly than regexp include
5-
- master
5+
- main
66
- 0.9.x
77
jobs:
88
# General job notes: we DON'T want to cancel any previous runs, especially in the case of a "back to snapshots" build right after a release push

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Having trouble with `Reactor Netty`? We'd like to help!
7777
tagged with [`reactor-netty`](https://stackoverflow.com/questions/tagged/reactor-netty). You can also chat
7878
with the community on [Gitter](https://gitter.im/reactor/reactor-netty).
7979
* Report bugs with `Reactor Netty` at [github.com/reactor/reactor-netty/issues](https://github.com/reactor/reactor-netty/issues).
80-
* More about [Support and Deprecation policies](https://github.com/reactor/.github/blob/master/SUPPORT.adoc)
80+
* More about [Support and Deprecation policies](https://github.com/reactor/.github/blob/main/SUPPORT.adoc)
8181

8282
## Reporting Issues
8383
`Reactor Netty` uses `GitHub’s` integrated issue tracking system to record bugs and feature requests.

‎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/master/docs/asciidoc.
21+
sources at https://github.com/reactor/reactor-netty/tree/main/src/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/master/docs/asciidoc/about-doc.adoc[Suggest Edit^, role="fa fa-edit"] to <<about-doc>>.
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>>.
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/master/docs/asciidoc[including this
47+
https://github.com/reactor/reactor-netty/tree/main/src/docs/asciidoc[including this
4848
documentation].

‎docs/asciidoc/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,6 @@ repositories {
215215
[[support]]
216216
== Support and policies
217217

218-
The entries below are mirroring https://github.com/reactor/.github/blob/master/SUPPORT.adoc
218+
The entries below are mirroring https://github.com/reactor/.github/blob/main/SUPPORT.adoc
219219

220-
include::https://raw.githubusercontent.com/reactor/.github/master/SUPPORT.adoc[leveloffset=3,lines=1..38]
220+
include::https://raw.githubusercontent.com/reactor/.github/main/SUPPORT.adoc[leveloffset=3,lines=1..38]

‎docs/asciidoc/highlight/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ We're going to redesign the old [demo/test suite][demo] into an interactive
699699
demo web app. If you're confident front-end developer or designer and want to
700700
help us with it, drop a comment into [the issue][#542] on GitHub.
701701

702-
[test]: https://github.com/isagalaev/highlight.js/tree/master/test
702+
[test]: https://github.com/highlightjs/highlight.js/tree/main/test
703703
[demo]: https://highlightjs.org/static/test.html
704704
[#542]: https://github.com/isagalaev/highlight.js/issues/542
705705
[ci]: https://travis-ci.org/isagalaev/highlight.js

‎docs/asciidoc/highlight/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ Authors and contributors are listed in the [AUTHORS.en.txt][8] file.
146146
[4]: https://highlightjs.readthedocs.io/en/latest/api.html#configure-options
147147
[5]: https://highlightjs.org/download/
148148
[6]: https://highlightjs.readthedocs.io/en/latest/building-testing.html
149-
[7]: https://github.com/isagalaev/highlight.js/blob/master/LICENSE
149+
[7]: https://github.com/highlightjs/highlight.js/blob/main/LICENSE
150150
[8]: https://github.com/isagalaev/highlight.js/blob/master/AUTHORS.en.txt

‎docs/asciidoc/highlight/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,5 @@ Highlight.js распространяется под лицензией BSD. П
138138
[4]: https://highlightjs.readthedocs.io/en/latest/api.html#configure-options
139139
[5]: https://highlightjs.org/download/
140140
[6]: https://highlightjs.readthedocs.io/en/latest/building-testing.html
141-
[7]: https://github.com/isagalaev/highlight.js/blob/master/LICENSE
141+
[7]: https://github.com/highlightjs/highlight.js/blob/main/LICENSE
142142
[8]: https://github.com/isagalaev/highlight.js/blob/master/AUTHORS.ru.txt

‎docs/asciidoc/index.asciidoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,49 +9,49 @@ ifndef::host-github[:ext-relative: {outfilesuffix}]
99

1010
include::about-doc.adoc[leveloffset=1]
1111
ifeval::["{backend}" == "html5"]
12-
https://github.com/reactor/reactor-netty/edit/master/docs/asciidoc/about-doc.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
12+
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/about-doc.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
1313
to "<<about-doc>>"
1414
endif::[]
1515

1616
include::getting-started.adoc[leveloffset=1]
1717
ifeval::["{backend}" == "html5"]
18-
https://github.com/reactor/reactor-netty/edit/master/docs/asciidoc/getting-started.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
18+
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/getting-started.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
1919
to "<<getting-started>>"
2020
endif::[]
2121

2222
include::tcp-server.adoc[leveloffset=1]
2323
ifeval::["{backend}" == "html5"]
24-
https://github.com/reactor/reactor-netty/edit/master/docs/asciidoc/tcp-server.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
24+
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/tcp-server.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
2525
to "<<tcp-server>>"
2626
endif::[]
2727

2828
include::tcp-client.adoc[leveloffset=1]
2929
ifeval::["{backend}" == "html5"]
30-
https://github.com/reactor/reactor-netty/edit/master/docs/asciidoc/tcp-client.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
30+
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/tcp-client.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
3131
to "<<tcp-client>>"
3232
endif::[]
3333

3434
include::http-server.adoc[leveloffset=1]
3535
ifeval::["{backend}" == "html5"]
36-
https://github.com/reactor/reactor-netty/edit/master/docs/asciidoc/http-server.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
36+
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/http-server.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
3737
to "<<http-server>>"
3838
endif::[]
3939

4040
include::http-client.adoc[leveloffset=1]
4141
ifeval::["{backend}" == "html5"]
42-
https://github.com/reactor/reactor-netty/edit/master/docs/asciidoc/http-client.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
42+
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/http-client.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
4343
to "<<http-client>>"
4444
endif::[]
4545

4646
include::udp-server.adoc[leveloffset=1]
4747
ifeval::["{backend}" == "html5"]
48-
https://github.com/reactor/reactor-netty/edit/master/docs/asciidoc/udp-server.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
48+
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/udp-server.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
4949
to "<<udp-server>>"
5050
endif::[]
5151

5252
include::udp-client.adoc[leveloffset=1]
5353
ifeval::["{backend}" == "html5"]
54-
https://github.com/reactor/reactor-netty/edit/master/docs/asciidoc/udp-client.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
54+
https://github.com/reactor/reactor-netty/edit/main/docs/asciidoc/udp-client.adoc[Suggest Edit^, title="Suggest an edit to the above section via github", role="fa fa-edit"]
5555
to "<<udp-client>>"
5656
endif::[]
5757

0 commit comments

Comments
 (0)
Please sign in to comment.