summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-09 15:27:36 -0400
committerDavid Robillard <d@drobilla.net>2022-09-09 15:27:36 -0400
commitf41dc281a1b4f46fa827c331f770310a55f75d91 (patch)
treef254142bf5d063cf09ec92580841c3f00cd4c562 /content
parent70c6b093107683245b830924db54ed10d634b582 (diff)
downloadlv2site-f41dc281a1b4f46fa827c331f770310a55f75d91.tar.xz
Fix API reference link
Diffstat (limited to 'content')
-rw-r--r--content/pages/developing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/pages/developing.md b/content/pages/developing.md
index 43c7a88..f969a53 100644
--- a/content/pages/developing.md
+++ b/content/pages/developing.md
@@ -58,7 +58,7 @@ The API reference is generated from Doxygen, and serves the usual purpose. Go
there for documentation about a specific function, struct, or define.
* [Specifications](//lv2plug.in/ns)
-* [API Reference](//lv2plug.in/doc/c/html)
+* [API Reference](//lv2plug.in/c/html)
## Distribution and Packaging