Skip to content

Commit 927636c

Browse files
authored
Update the README to replace repo's namespace
1 parent 022636d commit 927636c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.markdown

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
# Welcome to `aeson` [![Hackage](https://img.shields.io/hackage/v/aeson.svg)](https://hackage.haskell.org/package/aeson) [![Build Status](https://travis-ci.org/bos/aeson.svg)](https://travis-ci.org/bos/aeson)
1+
# Welcome to `aeson` [![Hackage](https://img.shields.io/hackage/v/aeson.svg)](https://hackage.haskell.org/package/aeson) [![Build Status](https://travis-ci.org/haskell/aeson.svg)](https://travis-ci.org/haskell/aeson)
22

33
aeson is a fast Haskell library for working with JSON data.
44

5-
65
# Join in!
76

87
We are happy to receive bug reports, fixes, documentation enhancements,
98
and other improvements.
109

1110
Please report bugs via the
12-
[github issue tracker](http://github.com/bos/aeson/issues).
11+
[github issue tracker](http://github.com/haskell/aeson/issues).
1312

14-
Master [git repository](http://github.com/bos/aeson):
13+
Master [git repository](http://github.com/haskell/aeson):
1514

16-
* `git clone git://github.com/bos/aeson.git`
15+
* `git clone git://github.com/haskell/aeson.git`
1716

1817
See what's changed in recent (and upcoming) releases:
1918

20-
* https://github.com/bos/aeson/blob/master/changelog.md
19+
* https://github.com/haskell/aeson/blob/master/changelog.md
2120

2221
(You can create and contribute changes using either git or Mercurial.)
2322

0 commit comments

Comments
 (0)