Skip to content

Commit 78cb2c3

Browse files
authored
Fixed an insecure insecure link.
I analyzed [scores of this package](https://pub.dev/packages/csv/score), and found it is awarded 85 pub points (of a possible 110): This can now be increased by following Dart file conventions by fixing an insecure link in `README.md`.
1 parent 709e814 commit 78cb2c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ output csv row. The string representation of values is obtained by calling
8080
`toString`.
8181

8282
This converter follows the rules of
83-
[rfc4180](http://tools.ietf.org/html/rfc4180).
83+
[rfc4180](https://tools.ietf.org/html/rfc4180).
8484

8585
This means that text fields containing any delimiter or an eol are quoted.
8686

0 commit comments

Comments
 (0)