diff options
author | David Robillard <d@drobilla.net> | 2022-09-09 15:27:36 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-09 15:27:36 -0400 |
commit | f41dc281a1b4f46fa827c331f770310a55f75d91 (patch) | |
tree | f254142bf5d063cf09ec92580841c3f00cd4c562 /content/pages | |
parent | 70c6b093107683245b830924db54ed10d634b582 (diff) | |
download | lv2site-f41dc281a1b4f46fa827c331f770310a55f75d91.tar.xz |
Fix API reference link
Diffstat (limited to 'content/pages')
-rw-r--r-- | content/pages/developing.md | 2 |
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 |