Browse Source

Fixed info on Send URL & Added /create-send/ to What's Popular card (#476)

pull/477/head
fred_the_tech_writer 5 years ago committed by GitHub
parent
commit
9920257000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      _articles/send/receive-send.md
  2. 2
      _includes/videos.html

6
_articles/send/receive-send.md

@ -8,10 +8,10 @@ tags: [bitwarden send, send, receive, receive a send] @@ -8,10 +8,10 @@ tags: [bitwarden send, send, receive, receive a send]
order: 03
---
Unlike traditional Bitwarden Vault items, a Send can be received and opened by anyone with the Send link (including those who *do not* have Bitwarden accounts). Send links are randomly generated, and will look something like the following:
Unlike traditional Bitwarden Vault items, a Send can be received and opened by anyone with the Send link (including those who *do not* have Bitwarden accounts). Send links are randomly generated, and will look something like this:
- `https://vault.bitwarden.com/#/send/yawoill8rk6VM6zCATXv2A/9WN8wD-hzsDJjfnXLeNc2Q`
- `https://your.selfhosted.domain.com/#/send/yawoill8rk6VM6zCATXv2A/9WN8wD-hzsDJjfnXLeNc2Q`
- `https://send.bitwarden.com/#...`, which will automatically resolve to `https://vault.bitwarden/com/#/send/...`
- `https://your.selfhosted.domain.com/#/send/....` if you're self-hosting
These links can be opened in any modern web browser, and will open a simple no-navigation web page, for example:

2
_includes/videos.html

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
<h4 class="card-header"><i class="fa fa-diamond"></i> What's Popular</h4>
<div class="card-body">
<p class="card-text"><i class="fa fa-file-o"></i> <a href="{{site.baseurl}}/article/import-from-lastpass">Import Data from Lastpass</a></p>
<p class="card-text"><i class="fa fa-file-o"></i> <a href="{{site.baseurl}}/article/emergency-access">Emergency Access</a></p>
<p class="card-text"><i class="fa fa-file-o"></i> <a href="{{site.baseurl}}/article/create-send">Create a Send</a></p>
<p class="card-text"><i class="fa fa-file-o"></i> <a href="{{site.baseurl}}/article/setup-two-step-login">Two-step Login Methods</a></p>
<p class="card-text"><i class="fa fa-file-o"></i> <a href="{{site.baseurl}}/article/forgot-master-password">I Forgot my Master Password</a></p>
</div>

Loading…
Cancel
Save