diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlVE8SthKoKKW--nFZW3_T6YXrdxNQPUe8 <Justin@web> | 2013-12-18 20:23:44 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-18 20:23:44 +0000 |
commit | 2c62951f9843e447373e09dcc4d560d86136b11d (patch) | |
tree | 3704e16ad8e865de44512fc2ed7dd34607c16adc /doc/tips/using_box.com_as_a_special_remote.mdwn | |
parent | ca5f8f4540f628b2ae430c5217aea67158a88868 (diff) |
update davfs2 method with new box.com dav url
Diffstat (limited to 'doc/tips/using_box.com_as_a_special_remote.mdwn')
-rw-r--r-- | doc/tips/using_box.com_as_a_special_remote.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/using_box.com_as_a_special_remote.mdwn b/doc/tips/using_box.com_as_a_special_remote.mdwn index 0e08285e9..ac59834f5 100644 --- a/doc/tips/using_box.com_as_a_special_remote.mdwn +++ b/doc/tips/using_box.com_as_a_special_remote.mdwn @@ -30,7 +30,7 @@ using the webdav special remote. * Edit `/etc/fstab`, and add a line to mount Box using davfs. sudo mkdir -p /media/box.com - echo "https://www.box.com/dav/ /media/box.com davfs noauto,user 0 0" | sudo tee -a /etc/fstab + echo "https://dav.box.com/dav/ /media/box.com davfs noauto,user 0 0" | sudo tee -a /etc/fstab * Create `~/.davfs2/davfs2.conf` with some important settings: |