We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a264a commit c3d70e8Copy full SHA for c3d70e8
stdlib/Printf/src/Printf.jl
@@ -975,7 +975,7 @@ Use shorter of decimal or scientific 1.23 1.23e+07
975
julia> @printf "Use dynamic width and precision %*.*f" 10 2 0.12345
976
Use dynamic width and precision 0.12
977
```
978
-For a systematic specification of the format, see [here](https://www.cplusplus.com/reference/cstdio/printf/).
+For a systematic specification of the format, see [here](https://en.cppreference.com/w/c/io/fprintf).
979
See also [`@sprintf`](@ref) to get the result as a `String` instead of it being printed.
980
981
# Caveats
0 commit comments