diff --git a/docs/access-advanced-topics.md b/docs/access-advanced-topics.md
index 67d2855..aeaed7b 100644
--- a/docs/access-advanced-topics.md
+++ b/docs/access-advanced-topics.md
@@ -120,7 +120,7 @@ The GIBS Colormap specification guides the creation of GIBS Colormap XML documen
!!! Note
The terms "Colormap entry" and "Legend entry" are used to identify individual entries within the data-to-rgb value mapping and legend XML elements, respectively.
-** Data To RGB Value Mapping **
+**Data To RGB Value Mapping**
* **Ref** - The unique reference id used when associating Colormap entries to Legend entries.
* **RGB** - The visual color associated with the data value(s).
@@ -129,7 +129,7 @@ The GIBS Colormap specification guides the creation of GIBS Colormap XML documen
* **Scaled Value(s)** - The scaled data values to which units will be applied, if appropriate, for display to end users. If this is a classification, then the appropriate label is provided for reference.
* **No Data** - A boolean value designating whether the Colormap entry is the "no data" value or not.
-** Legend Representation **
+**Legend Representation**
* **ID(s)** - The `ref` values (see above) to which the Legend entry is associated.
* **RGB** - The visual color associated with the Legend entry.
@@ -143,17 +143,17 @@ A raster visualization's GIBS Colormap XML document is associated to a GIBS visu
``` xml
```
@@ -162,13 +162,13 @@ As described previously, each GIBS Colormap XML document contains the informatio
| Format | Orientation | Sample URL | Sample Image |
| ------- | ------------- | ----------- | --------------- |
-| PNG | Horizontal | [link](https://gibs.earthdata.nasa.gov/legends/AMSR2_Wind_Speed_Day_H.png){:target="_blank"} | ![PNG Horizontal](img/AMSR2_Wind_Speed_Day_H.png) |
-| SVG | Horizontal | [link](https://gibs.earthdata.nasa.gov/legends/AMSR2_Wind_Speed_Day_H.svg){:target="_blank"} | ![SVG Horizontal](img/AMSR2_Wind_Speed_Day_H.svg) |
-| SVG | Vertical | [link](https://gibs.earthdata.nasa.gov/legends/AMSR2_Wind_Speed_Day_V.svg){:target="_blank"} | ![SVG Vertical](img/AMSR2_Wind_Speed_Day_V.svg) |
+| PNG | Horizontal | [link](https://gibs.earthdata.nasa.gov/legends/AMSR_Wind_Speed_H.png){:target="_blank"} | ![PNG Horizontal](img/AMSR_Wind_Speed_H.png) |
+| SVG | Horizontal | [link](https://gibs.earthdata.nasa.gov/legends/AMSR_Wind_Speed_H.svg){:target="_blank"} | ![SVG Horizontal](img/AMSR_Wind_Speed_H.svg) |
+| SVG | Vertical | [link](https://gibs.earthdata.nasa.gov/legends/AMSR_Wind_Speed_V.svg){:target="_blank"} | ![SVG Vertical](img/AMSR_Wind_Speed_V.svg) |
These pre-generated legends are referenced in the WMTS and WMS Capabilities documents as is described below.
-** WMTS Capabilities **
+**WMTS Capabilities**
Pre-generated legends are referenced in the WMTS Capabilities document within the `Style/LegendURL` elements. The following snippet shows an example of how these elements will appear. Note that only the SVG-formatted legends are referenced.
@@ -178,16 +178,16 @@ Pre-generated legends are referenced in the WMTS Capabilities document within th
default
```
-** WMS Capabilities **
+**WMS Capabilities**
Pre-generated legends are referenced in the WMS Capabilities document within the `Style/LegendURL` element. The following snippet shows an example of how this element will appear. Note that only the PNG-formatted legend is referenced.
@@ -198,7 +198,7 @@ Pre-generated legends are referenced in the WMS Capabilities document within the
image/png
+ xlink:href="https://gibs.earthdata.nasa.gov/legends/AMSR_Wind_Speed_H.png"/>
```
diff --git a/docs/img/AMSR_Wind_Speed_H.png b/docs/img/AMSR_Wind_Speed_H.png
new file mode 100644
index 0000000..971ef6e
Binary files /dev/null and b/docs/img/AMSR_Wind_Speed_H.png differ
diff --git a/docs/img/AMSR_Wind_Speed_H.svg b/docs/img/AMSR_Wind_Speed_H.svg
new file mode 100644
index 0000000..3c0a9e0
--- /dev/null
+++ b/docs/img/AMSR_Wind_Speed_H.svg
@@ -0,0 +1,2710 @@
+
+
\ No newline at end of file
diff --git a/docs/img/AMSR_Wind_Speed_V.svg b/docs/img/AMSR_Wind_Speed_V.svg
new file mode 100644
index 0000000..5f98f93
--- /dev/null
+++ b/docs/img/AMSR_Wind_Speed_V.svg
@@ -0,0 +1,2710 @@
+
+
\ No newline at end of file