commit | 64e2da15cd6b45fd7dadce1c9f5636ee913c6d0a | [log] [tgz] |
---|---|---|
author | Victor Zverovich <victor.zverovich@gmail.com> | Tue Jul 28 08:35:28 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue Jul 28 08:35:28 2020 -0700 |
tree | 5e2b5dd19e9e5b55fc6652870289fbdc1334012e | |
parent | 1c8c810f8869b0585517610cd3432008dd312887 [diff] |
Update README.rst
diff --git a/README.rst b/README.rst index 949ce7b..5f22a68 100644 --- a/README.rst +++ b/README.rst
@@ -92,7 +92,7 @@ std::string s = fmt::format("I'd rather be {1} than {0}.", "right", "happy"); // s == "I'd rather be happy than right." -**Print chrono durations** (`run <https://godbolt.org/z/zz6xqd>`_) +**Print chrono durations** (`run <https://godbolt.org/z/K8s4Mc>`_) .. code:: c++