1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

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

This commit is contained in:
fred_the_tech_writer
2021-03-11 12:27:51 -05:00
committed by GitHub
parent 535ea72847
commit 9920257000
2 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -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>