Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit ba6b6ec

Browse files
kc284Mihaela Stoica
authored and
Mihaela Stoica
committed
CP-30785: Replaced xenserver.org links
Signed-off-by: Konstantina Chremmou <[email protected]>
1 parent 654e54b commit ba6b6ec

File tree

4 files changed

+28
-12
lines changed

4 files changed

+28
-12
lines changed

c/README.dist

+7-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,20 @@ libxenserver is a complete SDK for Citrix Hypervisor exposing the Citrix
77
Hypervisor API to C programmers.
88

99
It is available in the CitrixHypervisor-SDK-@[email protected], which can be downloaded
10-
from https://www.citrix.com/downloads/citrix-hypervisor/.
10+
from https://www.citrix.com/downloads/citrix-hypervisor/
11+
12+
For Citrix Hypervisor documentation, see https://docs.citrix.com/en-us/citrix-hypervisor/
1113

12-
For Citrix Hypervisor documentation, see https://docs.ctrix.com.
1314
libxenserver includes a C function call for each API call, so API
1415
documentation and examples written for for other languages can be easily
1516
mapped to C. In particular, the SDK Guide and the Management API Guide are ideal
1617
for developers wishing to use libxenserver.
1718

1819
For community content, blogs, and downloads, visit
19-
https://xenserver.org/partners/developing-products-for-xenserver.html.
20+
https://www.citrix.com/community/citrix-developer/
21+
22+
To network with other developers using Citrix Hypervisor visit
23+
https://discussions.citrix.com/forum/101-hypervisor-formerly-xenserver/
2024

2125
libxenserver is free software. You can redistribute and modify it under the
2226
terms of the BSD license. See COPYING for details.

csharp/README.dist

+7-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,20 @@ XenServer.NET is a complete SDK for Citrix Hypervisor, exposing the Citrix
77
Hypervisor API as .NET classes. It is written in C#.
88

99
It is available in the CitrixHypervisor-SDK-@[email protected], which can be downloaded
10-
from https://www.citrix.com/downloads/citrix-hypervisor/.
10+
from see https://www.citrix.com/downloads/citrix-hypervisor/
11+
12+
For Citrix Hypervisor documentation, see https://docs.citrix.com/en-us/citrix-hypervisor/
1113

12-
For Citrix Hypervisor documentation, see https://docs.citrix.com.
1314
XenServer.NET includes a class for every API class, and a method for each API
1415
call, so API documentation and examples written for other languages will apply
1516
equally well to .NET. In particular, the SDK Guide and the Management API Guide
1617
are ideal for developers wishing to use XenServer.NET.
1718

1819
For community content, blogs, and downloads, visit
19-
https://xenserver.org/partners/developing-products-for-xenserver.html.
20+
https://www.citrix.com/community/citrix-developer/
21+
22+
To network with other developers using Citrix Hypervisor visit
23+
https://discussions.citrix.com/forum/101-hypervisor-formerly-xenserver/
2024

2125
XenServer.NET is free software. You can redistribute and modify it under the
2226
terms of the BSD license. See LICENSE.txt for details.

java/README.dist

+7-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,20 @@ XenServerJava is a complete SDK for Citrix Hypervisor, exposing the Citrix
77
Hypervisor API as Java classes.
88

99
It is available in the CitrixHypervisor-SDK-@[email protected], which can be downloaded
10-
from https://www.citrix.com/downloads/citrix-hypervisor/.
10+
from https://www.citrix.com/downloads/citrix-hypervisor/
11+
12+
For Citrix Hypervisor documentation, see https://docs.citrix.com/en-us/citrix-hypervisor/
1113

12-
For Citrix Hypervisor documentation see https://docs.citrix.com.
1314
XenServerJava includes a class for every API class, and a method for each API
1415
call, so API documentation and examples written for other languages will apply
1516
equally well to Java. In particular, the SDK Guide and the Management API Guide
1617
are ideal for developers wishing to use XenServerJava.
1718

1819
For community content, blogs, and downloads, visit
19-
https://xenserver.org/partners/developing-products-for-xenserver.html.
20+
https://www.citrix.com/community/citrix-developer/
21+
22+
To network with other developers using Citrix Hypervisor visit
23+
https://discussions.citrix.com/forum/101-hypervisor-formerly-xenserver/
2024

2125
XenServerJava is free software. You can redistribute and modify it under the
2226
terms of the BSD license. See LICENSE.txt for details.

powershell/README.dist

+7-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,20 @@ The Citrix Hypervisor PowerShell Module is a complete SDK for Citrix Hypervisor,
77
exposing the Citrix Hypervisor API as Windows PowerShell cmdlets.
88

99
It is available in the CitrixHypervisor-SDK-@[email protected], which can be downloaded
10-
from https://www.citrix.com/downloads/citrix-hypervisor/.
10+
from https://www.citrix.com/downloads/citrix-hypervisor/
11+
12+
For Citrix Hypervisor documentation, see https://docs.citrix.com/en-us/citrix-hypervisor/
1113

12-
For Citrix Hypervisor documentation, see https://docs.citrix.com.
1314
The Citrix Hypervisor PowerShell Module includes a cmdlet for each API call,
1415
so API documentation and examples written for other languages will apply equally
1516
well to PowerShell. In particular, the SDK Guide and the Management API Guide
1617
are ideal for developers wishing to use this module.
1718

1819
For community content, blogs, and downloads, visit
19-
https://xenserver.org/partners/developing-products-for-xenserver.html
20+
https://www.citrix.com/community/citrix-developer/
21+
22+
To network with other developers using Citrix Hypervisor visit
23+
https://discussions.citrix.com/forum/101-hypervisor-formerly-xenserver/
2024

2125
This module is free software. You can redistribute and modify it under the
2226
terms of the BSD license. See LICENSE.txt for details.

0 commit comments

Comments
 (0)