Skip to content

Commit

Permalink
go-libs: fix x/events links (#2)
Browse files Browse the repository at this point in the history
The links to x/events must point to the branch `events`, not master
  • Loading branch information
AndersonQ committed Jun 9, 2020
1 parent b603868 commit 2091dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Every folder is a library, currently we have:
- [tracking](tracking): adds UUID and other things to the [context](https://golang.org/pkg/context/)
- [x](x): Experimental, they are experiments or work in progress which are not ready to be recommended
as a standard
- [events](x/events): An event producer and consumer abstraction and a kafka implementation.
- [events](https://github.com/blacklane/go-libs/tree/events/x/events): An event producer and consumer abstraction and a kafka implementation. Currently a work in progress on the branch [`events`](https://github.com/blacklane/go-libs/tree/events)

The maintainers of each library is defines in the CODEOWNERS file. If the library does not provide one,
consider the top-level [CODEOWNERS](CODEOWNERS) as the maintainers.
Expand Down

0 comments on commit 2091dc7

Please sign in to comment.