Auto merge of #67605 - lzutao:msdn-links, r=Mark-Simulacrum
tidy: change msdn links to newer locations see accouncement at https://docs.microsoft.com/welcome-to-docs The script that I used: https://gist.github.com/lzutao/1449c9210ad91899841d62e0058d2caa
This commit is contained in:
commit
f564c4db0d
15 changed files with 30 additions and 30 deletions
|
@ -552,7 +552,7 @@ impl Error for JoinPathsError {
|
|||
/// (including to an empty string).
|
||||
/// - If both do not exist, [`GetUserProfileDirectory`][msdn] is used to return the path.
|
||||
///
|
||||
/// [msdn]: https://msdn.microsoft.com/en-us/library/windows/desktop/bb762280(v=vs.85).aspx
|
||||
/// [msdn]: https://docs.microsoft.com/en-us/windows/win32/api/userenv/nf-userenv-getuserprofiledirectorya
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
@ -591,7 +591,7 @@ pub fn home_dir() -> Option<PathBuf> {
|
|||
/// This behavior is identical to that of [`GetTempPath`][msdn], which this
|
||||
/// function uses internally.
|
||||
///
|
||||
/// [msdn]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa364992(v=vs.85).aspx
|
||||
/// [msdn]: https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-gettemppatha
|
||||
///
|
||||
/// ```no_run
|
||||
/// use std::env;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue