1
Fork 0

tidy: change msdn links to newer locations

see accouncement at https://docs.microsoft.com/welcome-to-docs
This commit is contained in:
Lzu Tao 2019-12-25 15:35:54 +00:00
parent ed33453a37
commit 3a2ef17194
15 changed files with 30 additions and 30 deletions

View file

@ -550,7 +550,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
///
@ -589,7 +589,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;