forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the netty.io homepage scheme(http -> https) (netty#9344)
Motivation: Netty homepage(netty.io) serves both "http" and "https". It's recommended to use https than http. Modification: I changed from "http://netty.io" to "https://netty.io" Result: No effects.
- Loading branch information
1 parent
bded2a1
commit c0f9364
Showing
21 changed files
with
72 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Please review the [guidelines for contributing](http://netty.io/wiki/developer-guide.html) for this repository. | ||
Please review the [guidelines for contributing](https://netty.io/wiki/developer-guide.html) for this repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,11 +30,11 @@ | |
|
||
<name>Netty/BOM</name> | ||
<description>Netty (Bill of Materials)</description> | ||
<url>http://netty.io/</url> | ||
<url>https://netty.io/</url> | ||
|
||
<organization> | ||
<name>The Netty Project</name> | ||
<url>http://netty.io/</url> | ||
<url>https://netty.io/</url> | ||
</organization> | ||
|
||
<licenses> | ||
|
@@ -57,9 +57,9 @@ | |
<id>netty.io</id> | ||
<name>The Netty Project Contributors</name> | ||
<email>[email protected]</email> | ||
<url>http://netty.io/</url> | ||
<url>https://netty.io/</url> | ||
<organization>The Netty Project</organization> | ||
<organizationUrl>http://netty.io/</organizationUrl> | ||
<organizationUrl>https://netty.io/</organizationUrl> | ||
</developer> | ||
</developers> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
<version>4.0.14.Final-SNAPSHOT</version> | ||
|
||
<name>Netty</name> | ||
<url>http://netty.io/</url> | ||
<url>https://netty.io/</url> | ||
<description> | ||
Netty is an asynchronous event-driven network application framework for | ||
rapid development of maintainable high performance protocol servers and | ||
|
@@ -38,7 +38,7 @@ | |
|
||
<organization> | ||
<name>The Netty Project</name> | ||
<url>http://netty.io/</url> | ||
<url>https://netty.io/</url> | ||
</organization> | ||
|
||
<licenses> | ||
|
@@ -61,9 +61,9 @@ | |
<id>netty.io</id> | ||
<name>The Netty Project Contributors</name> | ||
<email>[email protected]</email> | ||
<url>http://netty.io/</url> | ||
<url>https://netty.io/</url> | ||
<organization>The Netty Project</organization> | ||
<organizationUrl>http://netty.io/</organizationUrl> | ||
<organizationUrl>https://netty.io/</organizationUrl> | ||
</developer> | ||
</developers> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Microbenchmark tests | ||
|
||
See [our wiki page](http://netty.io/wiki/microbenchmarks.html). | ||
See [our wiki page](https://netty.io/wiki/microbenchmarks.html). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
<version>4.1.38.Final-SNAPSHOT</version> | ||
|
||
<name>Netty</name> | ||
<url>http://netty.io/</url> | ||
<url>https://netty.io/</url> | ||
<description> | ||
Netty is an asynchronous event-driven network application framework for | ||
rapid development of maintainable high performance protocol servers and | ||
|
@@ -38,7 +38,7 @@ | |
|
||
<organization> | ||
<name>The Netty Project</name> | ||
<url>http://netty.io/</url> | ||
<url>https://netty.io/</url> | ||
</organization> | ||
|
||
<licenses> | ||
|
@@ -61,9 +61,9 @@ | |
<id>netty.io</id> | ||
<name>The Netty Project Contributors</name> | ||
<email>[email protected]</email> | ||
<url>http://netty.io/</url> | ||
<url>https://netty.io/</url> | ||
<organization>The Netty Project</organization> | ||
<organizationUrl>http://netty.io/</organizationUrl> | ||
<organizationUrl>https://netty.io/</organizationUrl> | ||
</developer> | ||
</developers> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Native transport for Linux | ||
|
||
See [our wiki page](http://netty.io/wiki/native-transports.html). | ||
See [our wiki page](https://netty.io/wiki/native-transports.html). |
Oops, something went wrong.