* [PATCH 1/2] Docs/process/changes: Consolidate NFS-utils update links
@ 2023-07-28 21:16 SeongJae Park
2023-07-28 21:16 ` [PATCH 2/2] Docs/process/changes: Replace http:// with https:// SeongJae Park
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: SeongJae Park @ 2023-07-28 21:16 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: SeongJae Park, workflows, linux-doc, linux-kernel
Two update links for NFS-utils are in two duplicate sessions.
Consolidate.
Signed-off-by: SeongJae Park <sj@kernel.org>
---
Documentation/process/changes.rst | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst
index 5561dae94f85..f05eada0383e 100644
--- a/Documentation/process/changes.rst
+++ b/Documentation/process/changes.rst
@@ -545,6 +545,7 @@ NFS-utils
---------
- <http://sourceforge.net/project/showfiles.php?group_id=14>
+- <http://nfs.sourceforge.net/>
Iptables
--------
@@ -561,11 +562,6 @@ OProfile
- <http://oprofile.sf.net/download/>
-NFS-Utils
----------
-
-- <http://nfs.sourceforge.net/>
-
Kernel documentation
********************
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] Docs/process/changes: Replace http:// with https://
2023-07-28 21:16 [PATCH 1/2] Docs/process/changes: Consolidate NFS-utils update links SeongJae Park
@ 2023-07-28 21:16 ` SeongJae Park
2023-07-28 23:22 ` Kees Cook
2023-07-28 23:22 ` [PATCH 1/2] Docs/process/changes: Consolidate NFS-utils update links Kees Cook
2023-07-31 15:53 ` Jonathan Corbet
2 siblings, 1 reply; 5+ messages in thread
From: SeongJae Park @ 2023-07-28 21:16 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: SeongJae Park, workflows, linux-doc, linux-kernel
Some links are still using 'http://'. Replace those with 'https://'.
Signed-off-by: SeongJae Park <sj@kernel.org>
---
Documentation/process/changes.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst
index f05eada0383e..1982fa896f3b 100644
--- a/Documentation/process/changes.rst
+++ b/Documentation/process/changes.rst
@@ -482,7 +482,7 @@ E2fsprogs
JFSutils
--------
-- <http://jfs.sourceforge.net/>
+- <https://jfs.sourceforge.net/>
Reiserfsprogs
-------------
@@ -503,7 +503,7 @@ Pcmciautils
Quota-tools
-----------
-- <http://sourceforge.net/projects/linuxquota/>
+- <https://sourceforge.net/projects/linuxquota/>
Intel P6 microcode
@@ -524,7 +524,7 @@ FUSE
mcelog
------
-- <http://www.mcelog.org/>
+- <https://www.mcelog.org/>
cpio
----
@@ -544,8 +544,8 @@ PPP
NFS-utils
---------
-- <http://sourceforge.net/project/showfiles.php?group_id=14>
-- <http://nfs.sourceforge.net/>
+- <https://sourceforge.net/project/showfiles.php?group_id=14>
+- <https://nfs.sourceforge.net/>
Iptables
--------
@@ -560,7 +560,7 @@ Ip-route2
OProfile
--------
-- <http://oprofile.sf.net/download/>
+- <https://oprofile.sf.net/download/>
Kernel documentation
********************
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] Docs/process/changes: Consolidate NFS-utils update links
2023-07-28 21:16 [PATCH 1/2] Docs/process/changes: Consolidate NFS-utils update links SeongJae Park
2023-07-28 21:16 ` [PATCH 2/2] Docs/process/changes: Replace http:// with https:// SeongJae Park
@ 2023-07-28 23:22 ` Kees Cook
2023-07-31 15:53 ` Jonathan Corbet
2 siblings, 0 replies; 5+ messages in thread
From: Kees Cook @ 2023-07-28 23:22 UTC (permalink / raw)
To: SeongJae Park; +Cc: Jonathan Corbet, workflows, linux-doc, linux-kernel
On Fri, Jul 28, 2023 at 09:16:15PM +0000, SeongJae Park wrote:
> Two update links for NFS-utils are in two duplicate sessions.
> Consolidate.
>
> Signed-off-by: SeongJae Park <sj@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
--
Kees Cook
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] Docs/process/changes: Replace http:// with https://
2023-07-28 21:16 ` [PATCH 2/2] Docs/process/changes: Replace http:// with https:// SeongJae Park
@ 2023-07-28 23:22 ` Kees Cook
0 siblings, 0 replies; 5+ messages in thread
From: Kees Cook @ 2023-07-28 23:22 UTC (permalink / raw)
To: SeongJae Park; +Cc: Jonathan Corbet, workflows, linux-doc, linux-kernel
On Fri, Jul 28, 2023 at 09:16:16PM +0000, SeongJae Park wrote:
> Some links are still using 'http://'. Replace those with 'https://'.
>
> Signed-off-by: SeongJae Park <sj@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
--
Kees Cook
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] Docs/process/changes: Consolidate NFS-utils update links
2023-07-28 21:16 [PATCH 1/2] Docs/process/changes: Consolidate NFS-utils update links SeongJae Park
2023-07-28 21:16 ` [PATCH 2/2] Docs/process/changes: Replace http:// with https:// SeongJae Park
2023-07-28 23:22 ` [PATCH 1/2] Docs/process/changes: Consolidate NFS-utils update links Kees Cook
@ 2023-07-31 15:53 ` Jonathan Corbet
2 siblings, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2023-07-31 15:53 UTC (permalink / raw)
To: SeongJae Park; +Cc: SeongJae Park, workflows, linux-doc, linux-kernel
SeongJae Park <sj@kernel.org> writes:
> Two update links for NFS-utils are in two duplicate sessions.
> Consolidate.
>
> Signed-off-by: SeongJae Park <sj@kernel.org>
> ---
> Documentation/process/changes.rst | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
Both patches applied, thanks.
jon
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-07-31 15:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-28 21:16 [PATCH 1/2] Docs/process/changes: Consolidate NFS-utils update links SeongJae Park
2023-07-28 21:16 ` [PATCH 2/2] Docs/process/changes: Replace http:// with https:// SeongJae Park
2023-07-28 23:22 ` Kees Cook
2023-07-28 23:22 ` [PATCH 1/2] Docs/process/changes: Consolidate NFS-utils update links Kees Cook
2023-07-31 15:53 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).