diff --git a/build/docs/nodes.pl b/build/docs/nodes.pl
index e9b796a352..61154ce280 100644
--- a/build/docs/nodes.pl
+++ b/build/docs/nodes.pl
@@ -93,7 +93,7 @@ sub link_nodes {
{
next if $key eq $typeName;
- $line =~ s|\b$key\b|[$key](../$value)|g;
+ $line =~ s|(?`
+- Requires X3D `profile='Full'` or else include ``
## Example
diff --git a/docs/_posts/components/Shape/LineProperties.md b/docs/_posts/components/Shape/LineProperties.md
index f4ebe1d843..c67f8ac596 100644
--- a/docs/_posts/components/Shape/LineProperties.md
+++ b/docs/_posts/components/Shape/LineProperties.md
@@ -60,7 +60,7 @@ Whether or not LineProperties are *applied* to associated geometry.
### Warning
-- Requires X3D `profile='Full'` or else include ``
+- Requires X3D `profile='Full'` or else include ``
## Example
diff --git a/docs/_posts/components/Shape/PointProperties.md b/docs/_posts/components/Shape/PointProperties.md
index 2bc86565c0..37e54c5bef 100644
--- a/docs/_posts/components/Shape/PointProperties.md
+++ b/docs/_posts/components/Shape/PointProperties.md
@@ -76,7 +76,7 @@ Are set to default values if undefined. Together these parameters define *attenu
### Warning
-- Requires X3D `profile='Full'` or else include ``
+- Requires X3D `profile='Full'` or else include ``
## See Also
diff --git a/docs/_posts/components/Shape/TwoSidedMaterial.md b/docs/_posts/components/Shape/TwoSidedMaterial.md
index e7ddb486b7..e5342ae857 100644
--- a/docs/_posts/components/Shape/TwoSidedMaterial.md
+++ b/docs/_posts/components/Shape/TwoSidedMaterial.md
@@ -135,7 +135,7 @@ How "clear" an object is: 1.0 is completely transparent, 0.0 is completely opaqu
### Warnings
-- Requires X3D `profile='Full'` or else include ``
+- Requires X3D `profile='Full'` or else include ``
- Corresponding geometry within the parent [Shape](../shape/shape) must have solid='false' for two-sided rendering, otherwise no reverse-side back geometry is displayed.
- X3D4 Architecture has deprecated TwoSidedMaterial, preferring use of child backMaterial node in parent [Appearance](../shape/appearance).
diff --git a/docs/_posts/components/Texturing/TextureProperties.md b/docs/_posts/components/Texturing/TextureProperties.md
index 3347d884cf..11ca1cad8a 100644
--- a/docs/_posts/components/Texturing/TextureProperties.md
+++ b/docs/_posts/components/Texturing/TextureProperties.md
@@ -155,7 +155,7 @@ Determines whether MIPMAPs are generated for texture images.
### Warning
-- Requires X3D `profile='Full'` or else include ``
+- Requires X3D `profile='Full'` or else include ``
## See Also