Index: trunk/www/sites/www/README.md =================================================================== --- trunk/www/sites/www/README.md (revision 1571541) +++ trunk/www/sites/www/README.md (revision 1571542) @@ -1,17 +1,17 @@ # kde.org ## Clone ``` svn co svn://anonsvn.kde.org/home/kde/trunk/www/sites/www kde-org cd kde-org -git clone https://anongit.kde.org/websites/capacity.git media +git clone https://invent.kde.org/websites/capacity.git media ``` ## Build container ``` podman build -t kdeorg . podman run --name kdeorg-apache -p 8082:80 kdeorg ```