Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-04-13 10:21:52 +0300
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2022-04-13 10:35:14 +0300
commitf503824ff8cbecfe39fb96ac89cbe959355dc311 (patch)
treee0b59c22e05e93e251ab1409b4da6c31ffb9b62d
parent5b84b6d09ac09ed78ba02eaa524987bc8d14855d (diff)
Update LoaderDriverInterface.md
Fix link-syntax.
-rw-r--r--docs/LoaderDriverInterface.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LoaderDriverInterface.md b/docs/LoaderDriverInterface.md
index bf93a08e8..7a3e39063 100644
--- a/docs/LoaderDriverInterface.md
+++ b/docs/LoaderDriverInterface.md
@@ -142,7 +142,7 @@ that do not use elevated privileges.
For more information see
[Elevated Privilege Caveats](LoaderInterfaceArchitecture.md#elevated-privilege-caveats)
in the top-level
-[LoaderInterfaceArchitecture.md][LoaderInterfaceArchitecture.md] document.
+[LoaderInterfaceArchitecture.md](LoaderInterfaceArchitecture.md) document.
#### Examples