Skip to content

Commit 472b57f

Browse files
committed
fix username
1 parent 8a971a7 commit 472b57f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "async-sse"
33
version = "1.0.1"
44
license = "MIT OR Apache-2.0"
5-
repository = "https://github.com/{{USERNAME}}/async-sse"
5+
repository = "https://github.com/http-rs/async-sse"
66
documentation = "https://docs.rs/async-sse"
77
description = "Async Server Sent Event parser and encoder"
88
readme = "README.md"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
API Docs
3232
</a>
3333
<span> | </span>
34-
<a href="https://github.com/{{USERNAME}}/async-sse/releases">
34+
<a href="https://github.com/http-rs/async-sse/releases">
3535
Releases
3636
</a>
3737
<span> | </span>
38-
<a href="https://github.com/{{USERNAME}}/async-sse/blob/master.github/CONTRIBUTING.md">
38+
<a href="https://github.com/http-rs/async-sse/blob/master.github/CONTRIBUTING.md">
3939
Contributing
4040
</a>
4141
</h3>
@@ -53,9 +53,9 @@ look at some of these issues:
5353
- [Issues labeled "good first issue"][good-first-issue]
5454
- [Issues labeled "help wanted"][help-wanted]
5555

56-
[contributing]: https://github.com/{{USERNAME}}/async-sse/blob/master.github/CONTRIBUTING.md
57-
[good-first-issue]: https://github.com/{{USERNAME}}/async-sse/labels/good%20first%20issue
58-
[help-wanted]: https://github.com/{{USERNAME}}/async-sse/labels/help%20wanted
56+
[contributing]: https://github.com/http-rs/async-sse/blob/master.github/CONTRIBUTING.md
57+
[good-first-issue]: https://github.com/http-rs/async-sse/labels/good%20first%20issue
58+
[help-wanted]: https://github.com/http-rs/async-sse/labels/help%20wanted
5959

6060
## License
6161

0 commit comments

Comments
 (0)