docs: Fix broken link in LoaderAndLayerInterface
authorMark Young <marky@lunarg.com>
Thu, 23 Jun 2016 17:25:03 +0000 (11:25 -0600)
committerMark Young <marky@lunarg.com>
Thu, 23 Jun 2016 17:26:16 +0000 (11:26 -0600)
The Manifest file example link was broken.

Change-Id: I454392f14f526ef6fdf5b30d971bd06739acb994

loader/LoaderAndLayerInterface.md

index 70069c3..3f0fef8 100644 (file)
@@ -1165,7 +1165,7 @@ Allowable values for type (both before and after deprecation) are "INSTANCE", "G
 Thus, layers must have a type of "GLOBAL" or "INSTANCE" for the loader to include the layer in the enumerated instance layer list.
 
 "library\_path" is the filename, full path, or relative path to the library file.
-See [Manifest File Example](# ManifestFileExample) section for more details.
+See [Manifest File Example](#ManifestFileExample) section for more details.
 
 Note 2: One "implementation\_version" node is required per layer. This node gives the layer version, a single number
 increasing with backward uncompatible changes.