From 38e657a5d5791919937ca8e0deb2460aaa103883 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 23 Jul 2016 22:02:21 +0200 Subject: removing owncloud references and updating links --- docs/externalapi/Legacy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/externalapi') diff --git a/docs/externalapi/Legacy.md b/docs/externalapi/Legacy.md index 6b4afc2c3..d376d9593 100644 --- a/docs/externalapi/Legacy.md +++ b/docs/externalapi/Legacy.md @@ -642,7 +642,7 @@ This is used to clean up the database. It deletes folders and feeds that are mar **New in 8.1.0**: The console command for achieving the same result is: - php -f owncloud/occ news:updater:before-update + php -f nextcloud/occ news:updater:before-update ## Get feed ids and usernames for all feeds @@ -665,7 +665,7 @@ This is used to clean up the database. It deletes folders and feeds that are mar **New in 8.1.0**: The console command for achieving the same result is: - php -f owncloud/occ news:updater:all-feeds + php -f nextcloud/occ news:updater:all-feeds ## Trigger a feed update @@ -687,7 +687,7 @@ This is used to clean up the database. It deletes folders and feeds that are mar **New in 8.1.0**: The console command for achieving the same result is: - php -f owncloud/occ news:updater:update-feed 3 john + php -f nextcloud/occ news:updater:update-feed 3 john ## Trigger cleanup after update This is used to clean up the database. It removes old read articles which are not starred @@ -700,7 +700,7 @@ This is used to clean up the database. It removes old read articles which are no **New in 8.1.0**: The console command for achieving the same result is: - php -f owncloud/occ news:updater:after-update + php -f nextcloud/occ news:updater:after-update # Version -- cgit v1.2.3