From 7a079cd7dcb7b88d745ad9605bdc26c44a6adbc9 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 30 Jun 2014 16:23:42 +0100 Subject: Make [observer.baseurl] more reliable using connurl which will change less often than xchan_url, which can break the regex and might not even contain the baseurl at all, plus a bit of doco clean up. --- doc/checking_account_quota_usage.bb | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'doc/checking_account_quota_usage.bb') diff --git a/doc/checking_account_quota_usage.bb b/doc/checking_account_quota_usage.bb index 00cbc98e3..51bf69b27 100644 --- a/doc/checking_account_quota_usage.bb +++ b/doc/checking_account_quota_usage.bb @@ -4,23 +4,14 @@ Your hub might implement service class limits, assigning limits to the total siz Here's how you can quickly check how much of your assigned quota you're currently using: -[b][color= grey]Check file storage quota levels[/color][/b] +[b]Check file storage quota levels[/b] Visit the following URL in your browser: -[code] -https://{Red-domain}/filestorage/{your_username} -[/code] +[observer.baseurl]/filestorage/webname -Example: -[code]https://friendicared.net/filestorage/test2 -[/code] - -[b][color= grey]Check uploaded photos storage quota levels[/color][/b] -[code] -https://{Red-domain}photos/{your_username}/upload/ -[/code] +[b]Check uploaded photos storage quota levels[/b] +[observer.baseurl]/photos/webname Example: -[code]https://friendicared.net/photos/test2/upload/ -[/code] +[observer.baseurl]/filestorage/webname -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] -- cgit v1.2.3