diff --git a/src/Docusaurus/docs/tools/payloads.md b/src/Docusaurus/docs/tools/payloads.md
new file mode 100644
index 00000000..5650b38d
--- /dev/null
+++ b/src/Docusaurus/docs/tools/payloads.md
@@ -0,0 +1,9 @@
+---
+sidebar_position: 85
+---
+
+# Specifying source files
+
+:::note
+To be written. To volunteer, leave a comment at [the related issue on GitHub](https://github.com/wixtoolset/issues/issues/7437).
+:::
diff --git a/src/xsd4/wix.xsd b/src/xsd4/wix.xsd
index 958b4d2f..e716705d 100644
--- a/src/xsd4/wix.xsd
+++ b/src/xsd4/wix.xsd
@@ -5461,7 +5461,7 @@
Specifies the name of the installed file. If this attribute is omitted, then
its default value is the file name portion of the Source attribute. If the
Source attribute is omitted, you must specify a Name attribute. For more
- information, see Specifying source files.
+ information, see [Specifying source files](../../tools/payloads.md).
@@ -5653,7 +5653,7 @@
Specifies the path to the file in the build process. Overrides default source
path set by parent directories and Name attribute. This attribute must be set
if no source information can be gathered from parent directories. For more
- information, see Specifying source files.
+ information, see [Specifying source files](../../tools/payloads.md).
@@ -8215,7 +8215,7 @@
Used to set the default file system source for child Component elements. For more information, see
- Specifying source files.
+ [Specifying source files](../../tools/payloads.md).
@@ -8503,7 +8503,8 @@
- Used to set the file system source for this directory's child elements. For more information, see Specifying source files.
+ Used to set the file system source for this directory's child elements.
+ For more information, see [Specifying source files](../../tools/payloads.md).
@@ -8609,7 +8610,8 @@
- Used to set the file system source for this DirectoryRef's child elements. For more information, see Specifying source files.
+ Used to set the file system source for this DirectoryRef's child elements.
+ For more information, see [Specifying source files](../../tools/payloads.md).