public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] README.md: update text & adjust links to new URLs
@ 2024-03-28  9:51 Rico Hoppe
  2024-03-28  9:51 ` [PATCH 2/2] README.md: fix minor typo Rico Hoppe
  2024-03-28 10:32 ` [PATCH 1/2] README.md: update text & adjust links to new URLs Michael Tremer
  0 siblings, 2 replies; 4+ messages in thread
From: Rico Hoppe @ 2024-03-28  9:51 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1586 bytes --]

- links for: about, documentation, help
- wording: wiki to documentation

Signed-off-by: Rico Hoppe <rico.hoppe(a)ipfire.org>
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index df3d35717..5e88d31dd 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 IPFire is a hardened, versatile, state-of-the-art Open Source firewall based on
 Linux. Its ease of use, high performance in any scenario and extensibility make
-it usable for everyone. For a full list of features have a look [here](https://www.ipfire.org/features).
+it usable for everyone. For a full list of features have a look [here](https://www.ipfire.org/about).
 
 This repository contains the source code of IPFire 2.x which is used to build
 the whole distribution from scratch, since IPFire is not based on any other
@@ -16,13 +16,13 @@ Just head over to https://www.ipfire.org/download
 
 # How do I use this software?
 
-We have a long and detailed wiki located [here](https://wiki.ipfire.org/) which
+We have a long and detailed documentation located [here](https://ipfire.org/docs) which
 should answers most of your questions.
 
 # But I have some questions left. Where can I get support?
 
 You can ask your question at our community located [here](https://community.ipfire.org/).
-A complete list of our support channels can be found [here](https://www.ipfire.org/support).
+A complete list of our support channels can be found [here](https://www.ipfire.org/help).
 
 # How can I contribute?
 
-- 
2.39.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 2/2] README.md: fix minor typo
  2024-03-28  9:51 [PATCH 1/2] README.md: update text & adjust links to new URLs Rico Hoppe
@ 2024-03-28  9:51 ` Rico Hoppe
  2024-03-28 10:33   ` Michael Tremer
  2024-03-28 10:32 ` [PATCH 1/2] README.md: update text & adjust links to new URLs Michael Tremer
  1 sibling, 1 reply; 4+ messages in thread
From: Rico Hoppe @ 2024-03-28  9:51 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 589 bytes --]

Signed-off-by: Rico Hoppe <rico.hoppe(a)ipfire.org>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5e88d31dd..03c3d79d1 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Just head over to https://www.ipfire.org/download
 # How do I use this software?
 
 We have a long and detailed documentation located [here](https://ipfire.org/docs) which
-should answers most of your questions.
+should answer most of your questions.
 
 # But I have some questions left. Where can I get support?
 
-- 
2.39.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] README.md: update text & adjust links to new URLs
  2024-03-28  9:51 [PATCH 1/2] README.md: update text & adjust links to new URLs Rico Hoppe
  2024-03-28  9:51 ` [PATCH 2/2] README.md: fix minor typo Rico Hoppe
@ 2024-03-28 10:32 ` Michael Tremer
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2024-03-28 10:32 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1840 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

Thank you. Congratulations to your first patch :)

> On 28 Mar 2024, at 09:51, Rico Hoppe <rico.hoppe(a)ipfire.org> wrote:
> 
> - links for: about, documentation, help
> - wording: wiki to documentation
> 
> Signed-off-by: Rico Hoppe <rico.hoppe(a)ipfire.org>
> ---
> README.md | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/README.md b/README.md
> index df3d35717..5e88d31dd 100644
> --- a/README.md
> +++ b/README.md
> @@ -4,7 +4,7 @@
> 
> IPFire is a hardened, versatile, state-of-the-art Open Source firewall based on
> Linux. Its ease of use, high performance in any scenario and extensibility make
> -it usable for everyone. For a full list of features have a look [here](https://www.ipfire.org/features).
> +it usable for everyone. For a full list of features have a look [here](https://www.ipfire.org/about).
> 
> This repository contains the source code of IPFire 2.x which is used to build
> the whole distribution from scratch, since IPFire is not based on any other
> @@ -16,13 +16,13 @@ Just head over to https://www.ipfire.org/download
> 
> # How do I use this software?
> 
> -We have a long and detailed wiki located [here](https://wiki.ipfire.org/) which
> +We have a long and detailed documentation located [here](https://ipfire.org/docs) which
> should answers most of your questions.
> 
> # But I have some questions left. Where can I get support?
> 
> You can ask your question at our community located [here](https://community.ipfire.org/).
> -A complete list of our support channels can be found [here](https://www.ipfire.org/support).
> +A complete list of our support channels can be found [here](https://www.ipfire.org/help).
> 
> # How can I contribute?
> 
> -- 
> 2.39.2
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] README.md: fix minor typo
  2024-03-28  9:51 ` [PATCH 2/2] README.md: fix minor typo Rico Hoppe
@ 2024-03-28 10:33   ` Michael Tremer
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2024-03-28 10:33 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 763 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 28 Mar 2024, at 09:51, Rico Hoppe <rico.hoppe(a)ipfire.org> wrote:
> 
> Signed-off-by: Rico Hoppe <rico.hoppe(a)ipfire.org>
> ---
> README.md | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/README.md b/README.md
> index 5e88d31dd..03c3d79d1 100644
> --- a/README.md
> +++ b/README.md
> @@ -17,7 +17,7 @@ Just head over to https://www.ipfire.org/download
> # How do I use this software?
> 
> We have a long and detailed documentation located [here](https://ipfire.org/docs) which
> -should answers most of your questions.
> +should answer most of your questions.
> 
> # But I have some questions left. Where can I get support?
> 
> -- 
> 2.39.2
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-28 10:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-28  9:51 [PATCH 1/2] README.md: update text & adjust links to new URLs Rico Hoppe
2024-03-28  9:51 ` [PATCH 2/2] README.md: fix minor typo Rico Hoppe
2024-03-28 10:33   ` Michael Tremer
2024-03-28 10:32 ` [PATCH 1/2] README.md: update text & adjust links to new URLs Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox