Skip to content

Commit ba9eab7

Browse files
authored
Merge pull request #204 from varehus/master
README (update)
2 parents 71a67cb + ee35f5c commit ba9eab7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.markdown renamed to README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ I'm happy to receive bug reports, fixes, documentation enhancements,
1010
and other improvements.
1111

1212
Please report bugs via the
13-
[github issue tracker](https://github.com/bos/attoparsec/issues).
13+
[github issue tracker](https://github.com/haskell/attoparsec/issues).
1414

15-
Master [git repository](https://github.com/bos/attoparsec):
15+
Master [git repository](https://github.com/haskell/attoparsec):
1616

17-
* `git clone git://github.com/bos/attoparsec.git`
17+
* `git clone https://github.com/haskell/attoparsec.git`
1818

1919
Authors
2020
-------

attoparsec.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description:
1717
efficiently with network protocols and complicated text/binary
1818
file formats.
1919
extra-source-files:
20-
README.markdown
20+
README.md
2121
benchmarks/*.txt
2222
benchmarks/json-data/*.json
2323
benchmarks/Makefile

0 commit comments

Comments
 (0)