From 9ddd41da5605738815832e5038a508204a9b01c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Marquis?= Date: Tue, 16 Sep 2025 12:25:24 +0200 Subject: [PATCH] Remove outdated link to video demo installer (#3790) --- docs/index.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 44f94628..9f3c2c28 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,8 +4,6 @@ archinstall Documentation **archinstall** is library which can be used to install Arch Linux. The library comes packaged with different pre-configured installers, such as the default :ref:`guided` installer. -A demo of the :ref:`guided` installer can be seen here: https://www.youtube.com/watch?v=9Xt7X_Iqg6E. - Some of the features of Archinstall are: * **Context friendly.** The library always executes calls in sequential order to ensure installation-steps don't overlap or execute in the wrong order. It also supports *(and uses)* context wrappers to ensure cleanup and final tasks such as ``mkinitcpio`` are called when needed.