2018-03-20 14:55:39

by Dongliang Mu

[permalink] [raw]
Subject: [PATCH] modify one dead link

Signed-off-by: Dongliang Mu <[email protected]>
---
Documentation/ia64/xen.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ia64/xen.txt b/Documentation/ia64/xen.txt
index a12c74ce2773..aea4bb94aa59 100644
--- a/Documentation/ia64/xen.txt
+++ b/Documentation/ia64/xen.txt
@@ -26,7 +26,7 @@ Getting and Building Xen and Dom0
DomainU OS : RHEL5

1. Download source
- # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable.hg
+ # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable
# cd xen-unstable.hg
# hg clone http://xenbits.xensource.com/ext/ia64/linux-2.6.18-xen.hg

--
2.16.2



2018-03-20 19:43:34

by Sergei Trofimovich

[permalink] [raw]
Subject: Re: [PATCH] modify one dead link

On Tue, 20 Mar 2018 10:54:22 -0400
Dongliang Mu <[email protected]> wrote:

> - # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable.hg
> + # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable
> # cd xen-unstable.hg
> # hg clone http://xenbits.xensource.com/ext/ia64/linux-2.6.18-xen.hg

You will need to fix a 'cd' as well:
cd xen-unstable

Otherwise looks good.

--

Sergei

2018-03-20 19:50:40

by Dongliang Mu

[permalink] [raw]
Subject: Re: [PATCH] modify one dead link



On 03/20/2018 03:42 PM, Sergei Trofimovich wrote:
> On Tue, 20 Mar 2018 10:54:22 -0400
> Dongliang Mu <[email protected]> wrote:
>
>> - # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable.hg
>> + # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable
>> # cd xen-unstable.hg
>> # hg clone http://xenbits.xensource.com/ext/ia64/linux-2.6.18-xen.hg
> You will need to fix a 'cd' as well:
> cd xen-unstable
I will modify that problem. Then resubmit the patch.

Thanks.
>
> Otherwise looks good.
>