Skip to content

Commit 9a0c3b1

Browse files
committed
[#63] Fix broken link in README
1 parent 61d8404 commit 9a0c3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The encoding of input CSVs can be specified with the `--encoding` flag. This can
149149

150150
However, Python 2 can not load CSVs that contain the NULL character. This includes CSVs encoded in UTF-16. If you wish to convert UTF-16 encoded CSVs you must use Python 3.
151151

152-
(See [this test](https://github.com/OpenDataServices/flatten-tool/blob/d7db1125fef079302dcd372593c471c527aff7fb/flattentool/tests/test_input.py#L114) which passes for Python 3, but fails for Python 2).
152+
(See [this test](https://github.com/OpenDataServices/flatten-tool/blob/61d8404b444f10384363cde1cad542a0d04af004/flattentool/tests/test_input.py#L130) which passes for Python 3, but fails for Python 2).
153153

154154

155155
360 Giving Support

0 commit comments

Comments
 (0)