aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/src
diff options
context:
space:
mode:
authorPiotr Kąkol <piotrkakol@protonmail.com>2018-07-25 19:19:26 +0200
committerPiotr Kąkol <piotrkakol@protonmail.com>2018-07-25 19:19:26 +0200
commit309e8a271e9aca1ef4aab899ce5d2d07c42123bb (patch)
treed4605b04beff460b56b32a43b4cdc1f396b261a4 /googlemock/src
parent40904f897048f26c7af0b199e31f8385c446fcf9 (diff)
downloadgoogletest-309e8a271e9aca1ef4aab899ce5d2d07c42123bb.tar.gz
googletest-309e8a271e9aca1ef4aab899ce5d2d07c42123bb.tar.bz2
googletest-309e8a271e9aca1ef4aab899ce5d2d07c42123bb.zip
Updated broken and outdated URLs
Diffstat (limited to 'googlemock/src')
-rw-r--r--googlemock/src/gmock_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/src/gmock_main.cc b/googlemock/src/gmock_main.cc
index bd5be03b..61821592 100644
--- a/googlemock/src/gmock_main.cc
+++ b/googlemock/src/gmock_main.cc
@@ -37,7 +37,7 @@
// causes a link error when _tmain is defined in a static library and UNICODE
// is enabled. For this reason instead of _tmain, main function is used on
// Windows. See the following link to track the current status of this bug:
-// http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=394464 // NOLINT
+// https://web.archive.org/web/20170912203238/connect.microsoft.com/VisualStudio/feedback/details/394464/wmain-link-error-in-the-static-library // NOLINT
#if GTEST_OS_WINDOWS_MOBILE
# include <tchar.h> // NOLINT