diff options
author | David Robillard <d@drobilla.net> | 2010-10-05 18:50:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-05 18:50:39 +0000 |
commit | ff31add4bbdcd0b21a8f50482e65a521706c0597 (patch) | |
tree | 670105624d9cb676c75a269f84548a24e437c7d3 | |
parent | 0b2a4821e143b16e7c2607e033824bec77f8fe85 (diff) | |
download | lv2-ff31add4bbdcd0b21a8f50482e65a521706c0597.tar.xz |
Make intro text less silly for LV2 itself.
-rw-r--r-- | lv2specgen/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2specgen/template.html b/lv2specgen/template.html index 8af2635..3f4cff4 100644 --- a/lv2specgen/template.html +++ b/lv2specgen/template.html @@ -32,7 +32,7 @@ <div class="content"> <p>This document describes <a href="@URI@">@NAME@</a>, - an <a href="http://lv2plug.in/ns/lv2core">LV2</a> extension. + an <a href="http://lv2plug.in/">LV2</a> related specification. Comments are welcome, please direct discussion to <a href="mailto:@MAIL@">@MAIL@</a>.</p> </div> |