diff mbox

[3/3] qemu: fix project's URL

Message ID 1450353428-57815-3-git-send-email-Vincent.Riera@imgtec.com
State Rejected
Headers show

Commit Message

Vicente Olivert Riera Dec. 17, 2015, 11:57 a.m. UTC
http://qemu.org and http://www.qemu.org redirects to
http://wiki.qemu.org/Main_Page, so let's use this one instead.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/qemu/Config.in      | 2 +-
 package/qemu/Config.in.host | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Dec. 17, 2015, 12:09 p.m. UTC | #1
Dear Vicente Olivert Riera,

On Thu, 17 Dec 2015 11:57:08 +0000, Vicente Olivert Riera wrote:
> http://qemu.org and http://www.qemu.org redirects to
> http://wiki.qemu.org/Main_Page, so let's use this one instead.
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

I disagree, qemu.org remains the main official address. The fact that
it redirects to some other page on a Wiki currently is just an
"implementation detail", which the Qemu guys may change in the future.
We should continue to use qemu.org.

Best regards,

Thomas
Vicente Olivert Riera Dec. 17, 2015, 12:29 p.m. UTC | #2
No problem, I will mark this patch as rejected if you haven't done it
already.

Regards,

Vincent.

On 17/12/15 12:09, Thomas Petazzoni wrote:
> Dear Vicente Olivert Riera,
> 
> On Thu, 17 Dec 2015 11:57:08 +0000, Vicente Olivert Riera wrote:
>> http://qemu.org and http://www.qemu.org redirects to
>> http://wiki.qemu.org/Main_Page, so let's use this one instead.
>>
>> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> 
> I disagree, qemu.org remains the main official address. The fact that
> it redirects to some other page on a Wiki currently is just an
> "implementation detail", which the Qemu guys may change in the future.
> We should continue to use qemu.org.
> 
> Best regards,
> 
> Thomas
>
Thomas Petazzoni Dec. 17, 2015, 12:46 p.m. UTC | #3
Vicente,

On Thu, 17 Dec 2015 12:29:44 +0000, Vicente Olivert Riera wrote:
> No problem, I will mark this patch as rejected if you haven't done it
> already.

Already done.

Thanks,

Thomas
diff mbox

Patch

diff --git a/package/qemu/Config.in b/package/qemu/Config.in
index aced2be..dc3fd9e 100644
--- a/package/qemu/Config.in
+++ b/package/qemu/Config.in
@@ -34,7 +34,7 @@  config BR2_PACKAGE_QEMU
 	  KVM, QEMU can virtualize x86, server and embedded PowerPC, and
 	  S390 guests.
 
-	  http://qemu.org/
+	  http://wiki.qemu.org/Main_Page
 
 if BR2_PACKAGE_QEMU
 
diff --git a/package/qemu/Config.in.host b/package/qemu/Config.in.host
index e9b944b..4c0d877 100644
--- a/package/qemu/Config.in.host
+++ b/package/qemu/Config.in.host
@@ -15,4 +15,4 @@  config BR2_PACKAGE_HOST_QEMU
 	  This option builds a user emulator for your selected
 	  architecture.
 
-	  http://www.qemu.org
+	  http://wiki.qemu.org/Main_Page