aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTatu Saloranta <tsaloranta@gmail.com>2012-03-26 22:17:53 -0700
committerTatu Saloranta <tsaloranta@gmail.com>2012-03-26 22:17:53 -0700
commit390b29a980a2a8cb1ee4e92d4643a088d2b0b3b0 (patch)
tree4687453134dac9073d0eeb0cbdf16144c17eecec /README.md
parent76437827698fa7388f7328ff440725304b35aff8 (diff)
downloadjackson-databind-390b29a980a2a8cb1ee4e92d4643a088d2b0b3b0.tar.gz
...
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 452925f3f..019393980 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,7 @@ Tree Model can be more convenient than data-binding, especially in cases where s
## Brief detour: Javadocs!
-At this point you may want to have a peek at databinding [Javadocs](http://fasterxml.github.com/jackson-annotations/javadoc/2.0.0/).
+At this point you may want to have a peek at databinding [Javadocs](http://fasterxml.github.com/jackson-databind/javadoc/2.0.0/).
## 5 minute tutorial: Streaming parser, generator
@@ -316,7 +316,7 @@ Basically, Jackson can work as a replacement for many Apache Commons components,
Project-specific documentation:
-* [Javadocs](http://fasterxml.github.com/jackson-annotations/javadoc/2.0.0/)
+* [Javadocs](http://fasterxml.github.com/jackson-databind/javadoc/2.0.0/)
* [Documentation](jackson-annotations/wiki/Documentation)
Related: