Skip to content

Commit 5c21f5b

Browse files
committed
Fix the relative links in the README
1 parent 0281e80 commit 5c21f5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ and AbstractKeyStrategy have not changed at all. If you implemented/extended tho
4242
* Commit, do not mess with pom.xml, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
4343
* Send me a pull request. Bonus points for topic branches.
4444

45-
[1]: blob/master/src/main/java/com/googlecode/hibernate/memcached/HashCodeKeyStrategy.java
46-
[2]: blob/master/src/main/java/com/googlecode/hibernate/memcached/StringKeyStrategy.java
47-
[3]: blob/master/src/main/java/com/googlecode/hibernate/memcached/Sha1KeyStrategy.java
48-
[4]: blob/master/src/main/java/com/googlecode/hibernate/memcached/Md5KeyStrategy.java
45+
[1]: hibernate-memcached/blob/master/src/main/java/com/googlecode/hibernate/memcached/HashCodeKeyStrategy.java
46+
[2]: hibernate-memcached/blob/master/src/main/java/com/googlecode/hibernate/memcached/StringKeyStrategy.java
47+
[3]: hibernate-memcached/blob/master/src/main/java/com/googlecode/hibernate/memcached/Sha1KeyStrategy.java
48+
[4]: hibernate-memcached/blob/master/src/main/java/com/googlecode/hibernate/memcached/Md5KeyStrategy.java

0 commit comments

Comments
 (0)