You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
When contributing to this repository, please first discuss the change you wish to make via issue,
4
4
email, or any other method with the owners of this repository before making a change.
5
5
6
-
Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
6
+
Please note we have a [code of conduct](https://github.com/jonathandung/asyncutils/blob/main/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
Copy file name to clipboardExpand all lines: SUPPORT.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Thank you for using asyncutils! This document outlines how to get help with this project.
4
4
5
-
Before jumping to seek support, please check **[README.md](README.md)** for basic usage and installation.
5
+
Before jumping to seek support, please check **[README.md](https://github.com/jonathandung/asyncutils/blob/main/README.md)** for a basic usage and installation guide.
6
6
7
7
## Bug Reports
8
8
@@ -15,7 +15,7 @@ If you've found a bug, please:
15
15
- Python version (`python --version`)
16
16
- asyncutils version (`autils -v`)
17
17
- Operating system
18
-
- Package version (`pip show [package-name]` or `conda list [package-name]`)
18
+
- Package version (`pip show py-asyncutils` or `conda list py-asyncutils`)
0 commit comments