Skip to content

Commit de72a7a

Browse files
committed
doc: Remove mentions of buttplug-rs
This is just buttplug now.
1 parent 8193cb7 commit de72a7a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug report
3-
about: Problems with Buttplug-rs modules
3+
about: Problems with Buttplug modules
44
title: ''
55
labels: bug
66
assignees: 'qdot'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ For a list of applications using Buttplug and Intiface, see the [awesome-buttplu
6969

7070
## Hardware Support
7171

72-
Buttplug-rs is currently capable of controlling toys via:
72+
Buttplug is currently capable of controlling toys via:
7373

7474
- Bluetooth LE (Desktop and Android/iOS)
7575
- Serial Ports (Desktop)
@@ -132,7 +132,7 @@ See the [awesome-buttplug repo](https://github.com/buttplugio/awesome-buttplug#d
132132
## Filing Issues and Contributing
133133

134134
If you have issues or feature requests, please feel free to [file an
135-
issue](https://github.com/buttplugio/buttplug-rs/issues).
135+
issue](https://github.com/buttplugio/buttplug/issues).
136136

137137
**We are not looking for unsolicited code contributions or pull requests, and will not accept
138138
pull requests that do not have a matching issue where the matter was previously discussed in an issue on this repo or in one of our communication channels, listed below.**

crates/buttplug_client_in_process/src/in_process_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use buttplug_server_device_config::DeviceConfigurationManagerBuilder;
3333
/// For instance, we only support XInput on windows.
3434
/// - Did the developers add a new Device CommunicationManager type and forget
3535
/// to add it to this method? _It's more likely than you think!_ [File a
36-
/// bug](https://github.com/buttplugio/buttplug-rs/issues).
36+
/// bug](https://github.com/buttplugio/buttplug/issues).
3737
///
3838
/// # Errors
3939
///

0 commit comments

Comments
 (0)