Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RhinosF1 authored Jan 4, 2022
1 parent 393f230 commit d9b4de3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Go **IRC** message parser package

[![GoDoc](https://godoc.org/github.com/ugjka/ircmsg?status.svg)](https://godoc.org/github.com/ugjka/ircmsg)
[![GoDoc](https://godoc.org/github.com/rhinosf1/ircmsg?status.svg)](https://godoc.org/github.com/rhinosf1/ircmsg)

## Message

Expand All @@ -14,8 +14,8 @@ message := ircmsg.ParseMessage(raw)
raw = message.String()
```

[message]: https://godoc.org/github.com/ugjka/ircmsg#Message "Message type documentation"
[prefix]: https://godoc.org/github.com/ugjka/ircmsg#Prefix "Prefix type documentation"
[message]: https://godoc.org/github.com/rhinosf1/ircmsg#Message "Message type documentation"
[prefix]: https://godoc.org/github.com/rhinosf1/ircmsg#Prefix "Prefix type documentation"

## Warning

Expand Down

0 comments on commit d9b4de3

Please sign in to comment.