From 4af6e69641d4f1f361228a5f0171a5c6486bb7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Marquis?= Date: Sat, 13 Sep 2025 22:55:50 +0200 Subject: [PATCH] Remove outdated link to video demo installer --- docs/index.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 44f946287d..9f3c2c2879 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.