Rename references to the discourse forum
This commit is contained in:
parent
0dc98bda23
commit
7b5d5d1302
|
@ -1,7 +1,7 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Discourse forum for bitwarden_rs
|
- 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.
|
about: Use this forum to request features or get help with usage/configuration.
|
||||||
- name: GitHub Discussions for vaultwarden
|
- name: GitHub Discussions for vaultwarden
|
||||||
url: https://github.com/dani-garcia/vaultwarden/discussions
|
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!("| This is an *unofficial* Bitwarden implementation, DO NOT use the |");
|
||||||
println!("| official channels to report bugs/features, regardless of client. |");
|
println!("| official channels to report bugs/features, regardless of client. |");
|
||||||
println!("| Send usage/configuration questions or feature requests to: |");
|
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!("| Report suspected bugs/issues in the software itself at: |");
|
||||||
println!("| https://github.com/dani-garcia/vaultwarden/issues/new |");
|
println!("| https://github.com/dani-garcia/vaultwarden/issues/new |");
|
||||||
println!("\\--------------------------------------------------------------------/\n");
|
println!("\\--------------------------------------------------------------------/\n");
|
||||||
|
|
|
@ -159,7 +159,7 @@
|
||||||
<dl class="row">
|
<dl class="row">
|
||||||
<dd class="col-sm-12">
|
<dd class="col-sm-12">
|
||||||
If you need support please check the following links first before you create a new issue:
|
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>
|
| <a href="https://github.com/dani-garcia/vaultwarden/discussions" target="_blank" rel="noreferrer">Github Discussions</a>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
Loading…
Reference in New Issue