From 94baf638241220c491f33f8c09455ee09cd708cb Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Thu, 27 Sep 2012 12:51:08 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 852a673..288faa0 100755 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ The snappy-java is a Java port of the snappy ## Download The current stable version is available from here: * Release version: http://code.google.com/p/snappy-java/downloads/list - * [Release plans](blob/develop/Milestone.md) + * [Release plans](https://github.com/xerial/snappy-java/blob/develop/Milestone.md) * Snapshot version (the latest beta version): https://oss.sonatype.org/content/repositories/snapshots/org/xerial/snappy/snappy-java/ -If you are a Maven user, see [#Using_with_Maven] +If you are a Maven user, see [pom.xml example](#using-with-maven). ## Usage First, import `org.xerial.snapy.Snappy` in your Java code: