From 5382b395f3fa4f9baec2e0323ac67bdf052ee78d Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 15 Apr 2025 15:53:42 -0500 Subject: [PATCH] Update README.md "Procedure" URL was invalid leading to 404. New URL anchor point provided. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6ae572..c5028e8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Xen Orchestra is developed by company called [Vates](https://vates.fr/). They of If you're a home user/enthusiast with simple environment you want to manage but can't justify the cost of Xen Orchestra appliance and don't need the support for it. -Since Xen Orchestra is open source and majority of the paid features included in the official appliance are part of the sources, one can build it themself. This [procedure](https://xen-orchestra.com/docs/from_the_sources.html) is even documented. Note that even though this method is documented, it's not supported way of using Xen Orchestra and is intended to be used only for testing purposes and not in production. +Since Xen Orchestra is open source and majority of the paid features included in the official appliance are part of the sources, one can build it themself. This [procedure](https://docs.xen-orchestra.com/installation#from-the-sources) is even documented. Note that even though this method is documented, it's not supported way of using Xen Orchestra and is intended to be used only for testing purposes and not in production. This script offers an easy way to install all dependencies, fetch source code, compile it and do all the little details for you which you'd have to do manually otherwise. Other than that, it follows the steps described in the official documentation. All source code for Xen Orchestra is by default pulled from the official [repository](https://github.com/vatesfr/xen-orchestra).