linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] Documentation: Fix broken URL "JF"
@ 2012-02-13 13:53 Masanari Iida
  2012-02-13 16:13 ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Masanari Iida @ 2012-02-13 13:53 UTC (permalink / raw)
  To: trivial, rdunlap, linux-doc; +Cc: linux-kernel, standby24x7

Fix broken URL for JF (Japanese FAQ).

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/00-INDEX |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX
index 65bbd26..a859507 100644
--- a/Documentation/00-INDEX
+++ b/Documentation/00-INDEX
@@ -8,7 +8,7 @@ Please try and keep the descriptions small enough to fit on one line.
 Following translations are available on the WWW:
 
    - Japanese, maintained by the JF Project (JF@linux.or.jp), at
-     http://www.linux.or.jp/JF/
+     http://linuxjf.sourceforge.jp/
 
 00-INDEX
 	- this file.
-- 
1.7.6.5


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

* Re: [PATCH] [trivial] Documentation: Fix broken URL "JF"
  2012-02-13 13:53 [PATCH] [trivial] Documentation: Fix broken URL "JF" Masanari Iida
@ 2012-02-13 16:13 ` Randy Dunlap
  2012-02-13 16:14   ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2012-02-13 16:13 UTC (permalink / raw)
  To: Masanari Iida; +Cc: trivial, linux-doc, linux-kernel, JF

On 02/13/2012 05:53 AM, Masanari Iida wrote:
> Fix broken URL for JF (Japanese FAQ).
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Adding JF Project email address to Cc: list for their
input.


Acked-by: Randy Dunlap <rdunlap@xenotime.net>

Thanks.

> ---
>  Documentation/00-INDEX |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX
> index 65bbd26..a859507 100644
> --- a/Documentation/00-INDEX
> +++ b/Documentation/00-INDEX
> @@ -8,7 +8,7 @@ Please try and keep the descriptions small enough to fit on one line.
>  Following translations are available on the WWW:
>  
>     - Japanese, maintained by the JF Project (JF@linux.or.jp), at
> -     http://www.linux.or.jp/JF/
> +     http://linuxjf.sourceforge.jp/
>  
>  00-INDEX
>  	- this file.


-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* Re: [PATCH] [trivial] Documentation: Fix broken URL "JF"
  2012-02-13 16:13 ` Randy Dunlap
@ 2012-02-13 16:14   ` Randy Dunlap
  2012-02-13 16:31     ` Masanari Iida
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2012-02-13 16:14 UTC (permalink / raw)
  To: Masanari Iida; +Cc: trivial, linux-doc, linux-kernel, JF

On 02/13/2012 08:13 AM, Randy Dunlap wrote:
> On 02/13/2012 05:53 AM, Masanari Iida wrote:
>> Fix broken URL for JF (Japanese FAQ).
>>
>> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> 
> Adding JF Project email address to Cc: list for their
> input.

which bounces...


> 
> Acked-by: Randy Dunlap <rdunlap@xenotime.net>
> 
> Thanks.
> 
>> ---
>>  Documentation/00-INDEX |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX
>> index 65bbd26..a859507 100644
>> --- a/Documentation/00-INDEX
>> +++ b/Documentation/00-INDEX
>> @@ -8,7 +8,7 @@ Please try and keep the descriptions small enough to fit on one line.
>>  Following translations are available on the WWW:
>>  
>>     - Japanese, maintained by the JF Project (JF@linux.or.jp), at
>> -     http://www.linux.or.jp/JF/
>> +     http://linuxjf.sourceforge.jp/
>>  
>>  00-INDEX
>>  	- this file.
> 
> 


-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* Re: [PATCH] [trivial] Documentation: Fix broken URL "JF"
  2012-02-13 16:14   ` Randy Dunlap
@ 2012-02-13 16:31     ` Masanari Iida
  2012-02-14  3:51       ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Masanari Iida @ 2012-02-13 16:31 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: trivial, linux-doc, linux-kernel, jf

On Tue, Feb 14, 2012 at 1:14 AM, Randy Dunlap <rdunlap@xenotime.net> wrote:
> On 02/13/2012 08:13 AM, Randy Dunlap wrote:
>> On 02/13/2012 05:53 AM, Masanari Iida wrote:
>>> Fix broken URL for JF (Japanese FAQ).
>>>
>>> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
>>
>> Adding JF Project email address to Cc: list for their
>> input.
>
> which bounces...
>
I can find one e-mail address at the bottom of
http://linuxjf.sourceforge.jp/ page.
It is written in Japanese " If you have any input or request for the project,
email to jf@listserv.linux.or.jp "

Regards,
Masanari

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

* Re: [PATCH] [trivial] Documentation: Fix broken URL "JF"
  2012-02-13 16:31     ` Masanari Iida
@ 2012-02-14  3:51       ` Randy Dunlap
  0 siblings, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2012-02-14  3:51 UTC (permalink / raw)
  To: Masanari Iida; +Cc: trivial, linux-doc, linux-kernel, jf

On 02/13/2012 08:31 AM, Masanari Iida wrote:
> On Tue, Feb 14, 2012 at 1:14 AM, Randy Dunlap <rdunlap@xenotime.net> wrote:
>> On 02/13/2012 08:13 AM, Randy Dunlap wrote:
>>> On 02/13/2012 05:53 AM, Masanari Iida wrote:
>>>> Fix broken URL for JF (Japanese FAQ).
>>>>
>>>> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
>>>
>>> Adding JF Project email address to Cc: list for their
>>> input.
>>
>> which bounces...
>>
> I can find one e-mail address at the bottom of
> http://linuxjf.sourceforge.jp/ page.
> It is written in Japanese " If you have any input or request for the project,
> email to jf@listserv.linux.or.jp "


Would you please submit a patch that changes that email address in
Documentation/00-INDEX also?


thanks,
-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

end of thread, other threads:[~2012-02-14  3:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-13 13:53 [PATCH] [trivial] Documentation: Fix broken URL "JF" Masanari Iida
2012-02-13 16:13 ` Randy Dunlap
2012-02-13 16:14   ` Randy Dunlap
2012-02-13 16:31     ` Masanari Iida
2012-02-14  3:51       ` Randy Dunlap

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).