This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit 29244b737159e3d7f98fbb93b303e4275c4c6983 Author: Niels Thykier <[email protected]> Date: Sun Mar 23 08:18:24 2014 +0100 README: Link to lintian.d.o for the API docs They are easier to consume for new users (which would otherwise have to compile them first). The downside is that the on-line API is not necessarily in sync with the API in master branch, so include a note about that as well. Signed-off-by: Niels Thykier <[email protected]> --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README b/README index 02ad8e2..4984aed 100644 --- a/README +++ b/README @@ -54,7 +54,7 @@ can find the Lintian User's Manual in: $ less /usr/share/doc/lintian/lintian.txt.gz Alternatively, Debian provides an on-line version of the manual on -the [Lintian Web site][online-manual]. +the [Lintian web site][online-manual]. [online-manual]: http://lintian.debian.org/manual/index.html @@ -100,6 +100,12 @@ From there, you might want to start with "Lintian::Tutorial". If you prefer to use perldoc (or want to improve the tutorials), you can find the source files for the tutorial in doc/tutorial. +There is also an online copy on the [Lintian web site][online-api-docs]. +Note that the online copy does not necessarily reflect the API of the +current development version of Lintian. Instead, it is the API of +Lintian when it was last updated on the Lintian web site. + +[online-api-docs]: http://lintian.debian.org/library-api/index.html Feedback ======== -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

