From 4e279e2a70805312c3618aad6138605895c28ded Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 29 Apr 2016 07:02:37 -0700 Subject: [PATCH] Correct formatting --- doc/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index 55836c71..807b31e4 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -42,7 +42,7 @@ arguments in the resulting string. Date and time formatting ------------------------ -The library supports [strftime](http://en.cppreference.com/w/cpp/chrono/c/strftime)-like +The library supports `strftime `_-like date and time formatting:: #include "fmt/time.h" @@ -52,7 +52,7 @@ date and time formatting:: fmt::print("The date is {:%Y-%m-%d}.", *std::localtime(&t)); The format string syntax is described in the documentation of -[strftime](http://en.cppreference.com/w/cpp/chrono/c/strftime). +`strftime `_. Argument formatters -------------------