]> wimlib.net Git - wimlib/blobdiff - src/wimboot.c
mount_image.c: add fallback definitions of RENAME_* constants
[wimlib] / src / wimboot.c
index 3219758fa6507ea0ae1d077a442ab85ccf495387..115a56996e39759832ae62b3265f9a2bacfee725 100644 (file)
@@ -3,8 +3,8 @@
  *
  * Support for creating WIMBoot pointer files.
  *
- * See http://technet.microsoft.com/en-us/library/dn594399.aspx for general
- * information about WIMBoot.
+ * For general information about WIMBoot, see
+ * https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-8.1-and-8/dn594399(v=win.10)
  *
  * Note that WIMBoot pointer files are actually implemented on top of the
  * Windows Overlay Filesystem filter (WOF).  See wof.h for more info.
@@ -24,7 +24,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef _WIN32