docs: use https for some links (#2051)

This commit is contained in:
谭九鼎
2020-12-05 06:41:38 -08:00
committed by GitHub
parent 33f9a6d360
commit a6fafe2f01
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ Specifiers that have a calendaric component such as `'d'` (the day of month)
are valid only for ``std::tm`` and not durations or time points.
``std::tm`` uses the system's `strftime
<http://en.cppreference.com/w/cpp/chrono/c/strftime>`_ so refer to its
<https://en.cppreference.com/w/cpp/chrono/c/strftime>`_ so refer to its
documentation for details on supported conversion specifiers.
.. _formatexamples: