diff options
| author | Mark Young <marky@lunarg.com> | 2016-06-23 11:25:03 -0600 |
|---|---|---|
| committer | Mark Young <marky@lunarg.com> | 2016-06-23 11:26:16 -0600 |
| commit | 08e6392ffd1cae8a58911ba04a4fd940c0a9fe2e (patch) | |
| tree | 9b66867f83d2779460398425e2590b6bcc02c25a /loader/LoaderAndLayerInterface.md | |
| parent | 80c62ad4bd3db778a9b78d1115faf7446d2e5a1c (diff) | |
| download | usermoji-08e6392ffd1cae8a58911ba04a4fd940c0a9fe2e.tar.xz | |
docs: Fix broken link in LoaderAndLayerInterface
The Manifest file example link was broken.
Change-Id: I454392f14f526ef6fdf5b30d971bd06739acb994
Diffstat (limited to 'loader/LoaderAndLayerInterface.md')
| -rw-r--r-- | loader/LoaderAndLayerInterface.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md index 70069c3d..3f0fef86 100644 --- a/loader/LoaderAndLayerInterface.md +++ b/loader/LoaderAndLayerInterface.md @@ -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. |
