Browse Source
Rename references to the discourse forum
pull/1604/head^2
Daniel García
4 years ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
3 changed files with
3 additions and
3 deletions
-
.github/ISSUE_TEMPLATE/config.yml
-
src/main.rs
-
src/static/templates/admin/diagnostics.hbs
|
|
@ -1,7 +1,7 @@ |
|
|
|
blank_issues_enabled: false |
|
|
|
contact_links: |
|
|
|
- name: Discourse forum for bitwarden_rs |
|
|
|
url: https://bitwardenrs.discourse.group/ |
|
|
|
url: https://vaultwarden.discourse.group/ |
|
|
|
about: Use this forum to request features or get help with usage/configuration. |
|
|
|
- name: GitHub Discussions for vaultwarden |
|
|
|
url: https://github.com/dani-garcia/vaultwarden/discussions |
|
|
|
|
|
@ -100,7 +100,7 @@ fn launch_info() { |
|
|
|
println!("| This is an *unofficial* Bitwarden implementation, DO NOT use the |"); |
|
|
|
println!("| official channels to report bugs/features, regardless of client. |"); |
|
|
|
println!("| Send usage/configuration questions or feature requests to: |"); |
|
|
|
println!("| https://bitwardenrs.discourse.group/ |"); |
|
|
|
println!("| https://vaultwarden.discourse.group/ |"); |
|
|
|
println!("| Report suspected bugs/issues in the software itself at: |"); |
|
|
|
println!("| https://github.com/dani-garcia/vaultwarden/issues/new |"); |
|
|
|
println!("\\--------------------------------------------------------------------/\n"); |
|
|
|
|
|
@ -159,7 +159,7 @@ |
|
|
|
<dl class="row"> |
|
|
|
<dd class="col-sm-12"> |
|
|
|
If you need support please check the following links first before you create a new issue: |
|
|
|
<a href="https://bitwardenrs.discourse.group/" target="_blank" rel="noreferrer">Vaultwarden Forum</a> |
|
|
|
<a href="https://vaultwarden.discourse.group/" target="_blank" rel="noreferrer">Vaultwarden Forum</a> |
|
|
|
| <a href="https://github.com/dani-garcia/vaultwarden/discussions" target="_blank" rel="noreferrer">Github Discussions</a> |
|
|
|
</dd> |
|
|
|
</dl> |
|
|
|