aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/portableapps/CMakeLists.txt2
-rw-r--r--packaging/wix/WiresharkOptionsDlg.wxs3
2 files changed, 3 insertions, 2 deletions
diff --git a/packaging/portableapps/CMakeLists.txt b/packaging/portableapps/CMakeLists.txt
index 9d0a84770b..6d7f06db0d 100644
--- a/packaging/portableapps/CMakeLists.txt
+++ b/packaging/portableapps/CMakeLists.txt
@@ -36,7 +36,7 @@ macro( ADD_PORTABLEAPPS_PACKAGE_TARGET )
add_custom_target(portableapps_app_dir
# We "Deploy using XCopy," which is described at
- # https://msdn.microsoft.com/en-us/library/ms235291.aspx
+ # https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2008/ms235291(v=vs.90)
# We also assume that the project has been built at this point.
COMMAND ${CMAKE_COMMAND} -E remove_directory ${_portableapps_app_dir}
COMMAND ${CMAKE_COMMAND} -E make_directory ${_portableapps_app_dir}
diff --git a/packaging/wix/WiresharkOptionsDlg.wxs b/packaging/wix/WiresharkOptionsDlg.wxs
index 1b55dbb61a..0790ccd2d5 100644
--- a/packaging/wix/WiresharkOptionsDlg.wxs
+++ b/packaging/wix/WiresharkOptionsDlg.wxs
@@ -4,7 +4,8 @@
<UI>
<!--
Recommended control sizing and spacing:
- https://msdn.microsoft.com/en-us/library/windows/desktop/dn742486.aspx#sizingandspacing
+ https://docs.microsoft.com/en-us/windows/win32/uxguide/vis-layout#control-sizing
+ https://docs.microsoft.com/en-us/windows/win32/uxguide/vis-layout#spacing
The recommended spacing between unrelated controls is 7, but 10 looks better.
-->
<Dialog Id="WiresharkOptionsDlg" Width="370" Height="270" Title="!(loc.LicenseAgreementDlg_Title)">