diff --git a/docs/v2/manual.md b/docs/v2/manual.md index 9f338cd..f3dea98 100644 --- a/docs/v2/manual.md +++ b/docs/v2/manual.md @@ -1276,7 +1276,7 @@ func main() { ### Timestamp Flag -Using the timestamp flag is simple, You can look at time.Parse to get layout examples : https://golang.org/pkg/time/#example_Parse +Using the timestamp flag is simple. Please refer to [`time.Parse`](https://golang.org/pkg/time/#example_Parse) to get possible formats.