Skip to content

Commit e19ea05

Browse files
mkowscowtowncoder
authored andcommitted
Fix broken links to wiki from README's (#143)
1 parent b86929c commit e19ea05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

datatypes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ System.out.println(withEmailJson);
7373

7474
## More
7575

76-
See [Wiki](../../wiki) for more information (javadocs, downloads).
76+
See [Wiki](../../../wiki) for more information (javadocs, downloads).

datetime/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ After either of these, functionality is available for all normal Jackson operati
6767

6868
## More
6969

70-
See [Wiki](../../wiki) for more information
70+
See [Wiki](../../../wiki) for more information
7171
(JavaDocs, downloads).
7272

7373
Also: there is [JDK 1.7 backport](https://github.com/joschi/jackson-datatype-threetenbp) datatype module!

parameter-names/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Preconditions:
8282
- if class Person has a single argument constructor, its argument needs to be annotated with `@JsonProperty("propertyName")`. This is to preserve legacy behavior, see [FasterXML/jackson-databind/#1498][3]
8383
## More
8484

85-
See [Wiki](../../wiki) for more information (javadocs, downloads).
85+
See [Wiki](../../../wiki) for more information (javadocs, downloads).
8686

8787
[1]: http://jackson.codehaus.org/1.1.2/javadoc/org/codehaus/jackson/annotate/JsonProperty.html
8888
[2]: http://docs.oracle.com/javase/tutorial/reflect/member/methodparameterreflection.html

0 commit comments

Comments
 (0)