Skip to content

Commit 89c37a5

Browse files
committedOct 11, 2024·
Remove dead links
Closes gh-906
1 parent 9019074 commit 89c37a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/docs/asciidoc/views.adoc

-2
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,6 @@ In fact, `Formatters` are registered as `GenericConverter` types with Spring's `
360360
One of the best features of the type conversion is the ability to use annotations for better control over formatting in a concise manner.
361361
You can place annotations on model attributes and on the arguments of `@Controller` methods that are mapped to requests.
362362
Spring provides two annotations (`@NumberFormat` and `@DateTimeFormat`), but you can create your own and have them be registered, along with the associated formatting logic.
363-
You can see examples of the `@DateTimeFormat` annotation in the https://src.springframework.org/svn/spring-samples/travel[Spring Travel] sample and in the https://src.springframework.org/svn/spring-samples/petcare[Petcare] sample, along with other samples in the https://src.springframework.org/svn/spring-samples[Spring Samples] repository.
364-
// TODO These URLs are wrong, but I can't find the right ones.
365363

366364
[[_converter_dates]]
367365
==== Working With Dates

0 commit comments

Comments
 (0)
Please sign in to comment.