summaryrefslogtreecommitdiffstats
path: root/docs/externalapi
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 22:02:21 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 22:02:21 +0200
commit38e657a5d5791919937ca8e0deb2460aaa103883 (patch)
tree9ed2ac42065fe483606d3236cf0c4ad1c1077935 /docs/externalapi
parentcb8f28b4d0b005d3e915b6d027683084739df3bb (diff)
removing owncloud references and updating links
Diffstat (limited to 'docs/externalapi')
-rw-r--r--docs/externalapi/Legacy.md8
1 files changed, 4 insertions, 4 deletions
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