Skip to content

Commit d5ff29c

Browse files
committed
docs: update link
1 parent a01bec1 commit d5ff29c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,10 @@ And use the scalar in your schema
6161

6262
## DateTime Scalars
6363

64-
See [GraphQL Scalars - Date Time Specification](https://www.graphql-scalars.com/date-time/).
65-
66-
- `DateTime`
64+
- `DateTime` - [specification](https://scalars.graphql.org/andimarek/date-time.html)
65+
- See specification
6766
- An RFC-3339 compliant date time scalar that accepts string values like `1996-12-19T16:39:57-08:00` and produces
68-
`java.time.OffsetDateTime` objects at runtime
67+
`java.time.OffsetDateTime` objects at runtime.
6968
- `Time`
7069
- An RFC-3339 compliant time scalar that accepts string values like `16:39:57-08:00` and produces
7170
`java.time.OffsetTime` objects at runtime

0 commit comments

Comments
 (0)