Commit 3dbe12a1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

CONTRIBUTE: refer to git log instead of deprecated CHANGES file

parent 40914fd5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -82,10 +82,10 @@

1.3 What To Read

 Source code, the man pages, the INTERNALS document, TODO, KNOWN_BUGS, the
 most recent CHANGES. Just lurking on the curl-library mailing list is gonna
 give you a lot of insights on what's going on right now. Asking there is a
 good idea too.
 Source code, the man pages, the INTERNALS document, TODO, KNOWN_BUGS and the
 most recent changes in the git log. Just lurking on the curl-library mailing
 list is gonna give you a lot of insights on what's going on right now. Asking
 there is a good idea too.

2. cURL Coding Standards