Skip to content

Commit caae2d4

Browse files
authored
Merge pull request #410 from youshengCode/development
doc: attribute-facet data-type doc link fixed
2 parents 848610d + 3bfc61e commit caae2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/UserManual/attribute-facet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Following naming conventions and accurately describing elements are critical to
2828
| Parameter | Required | Restrictions Allowed | Allowed Values | Meaning |
2929
| --------- | -------- | -------------------- | ------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
3030
| **Name** | ✔️ | ✔️ | A valid attribute name from the IFC schema. | The attribute must exist and have a non-empty value. |
31-
| **Value** || ✔️ | Any value appropriate to the data type of the attribute | The value of the attribute must match, see [DataType documentation](DataTypes.md#xml-base-types) for more information. |
31+
| **Value** || ✔️ | Any value appropriate to the data type of the attribute | The value of the attribute must match, see [DataType documentation](../ImplementersDocumentation/DataTypes.md#xml-base-types) for more information. |
3232

3333
## Examples
3434

0 commit comments

Comments
 (0)