diff options
| author | David Robillard <d@drobilla.net> | 2019-04-27 16:46:03 +0200 | 
|---|---|---|
| committer | David Robillard <d@drobilla.net> | 2019-04-27 22:50:38 +0200 | 
| commit | 18a9aeff6fe1f502dfec0cbb5b1a797df7de3cf0 (patch) | |
| tree | 2d27b162e93c82a0adb73c81a3cbcfd6b0ad9f5d | |
| parent | b35e8e0cec99db3fb91cff5dceee61e898966d60 (diff) | |
| download | lv2-18a9aeff6fe1f502dfec0cbb5b1a797df7de3cf0.tar.xz | |
Fix broken links
| -rw-r--r-- | lv2/data-access/data-access.h | 2 | ||||
| -rw-r--r-- | lv2/resize-port/resize-port.ttl | 2 | ||||
| -rw-r--r-- | lv2/uri-map/lv2-uri-map.doap.ttl | 3 | ||||
| -rw-r--r-- | lv2specgen/template.html | 2 | 
4 files changed, 3 insertions, 6 deletions
diff --git a/lv2/data-access/data-access.h b/lv2/data-access/data-access.h index 2f4fd28..8f98834 100644 --- a/lv2/data-access/data-access.h +++ b/lv2/data-access/data-access.h @@ -19,7 +19,7 @@     @defgroup data-access Data Access     Access to plugin extension_data() for UIs, see -   <http://lv2plug.in/ns/ext/data-acess> for details. +   <http://lv2plug.in/ns/ext/data-access> for details.     @{  */ diff --git a/lv2/resize-port/resize-port.ttl b/lv2/resize-port/resize-port.ttl index 6688f90..08186a7 100644 --- a/lv2/resize-port/resize-port.ttl +++ b/lv2/resize-port/resize-port.ttl @@ -44,7 +44,7 @@ asLargeAs several ports, it is asLargeAs the largest such port (not the sum of  those ports' sizes).</p>  <p>The host guarantees that whenever an ObjectPort's run method is called, any -output O that is obj:asLargeAs an input I is connected to a buffer large enough +output O that is asLargeAs an input I is connected to a buffer large enough  to copy I, or NULL if the port is lv2:connectionOptional.</p>  """ . diff --git a/lv2/uri-map/lv2-uri-map.doap.ttl b/lv2/uri-map/lv2-uri-map.doap.ttl index df0feb7..a5fec84 100644 --- a/lv2/uri-map/lv2-uri-map.doap.ttl +++ b/lv2/uri-map/lv2-uri-map.doap.ttl @@ -26,7 +26,6 @@  		doap:revision "1.4" ;  		doap:created "2011-11-21" ;  		dcs:blame <http://drobilla.net/drobilla#me> ; -		doap:file-release <http://lv2plug.in/spec/lv2-uri-map-1.4.tar.bz2> ;  		dcs:changeset [  			dcs:item [  				rdfs:label "Update packaging." @@ -38,7 +37,6 @@  		doap:revision "1.2" ;  		doap:created "2011-05-26" ;  		dcs:blame <http://drobilla.net/drobilla#me> ; -		doap:file-release <http://lv2plug.in/spec/lv2-uri-map-1.2.tar.bz2> ;  		dcs:changeset [  			dcs:item [  				rdfs:label "Add build system (for installation)." @@ -49,7 +47,6 @@  	] , [  		doap:revision "1.0" ;  		doap:created "2010-10-18" ; -		doap:file-release <http://lv2plug.in/spec/lv2-uri-map-1.0.tar.gz> ;  		dcs:blame <http://drobilla.net/drobilla#me> ;  		dcs:changeset [  			dcs:item [ diff --git a/lv2specgen/template.html b/lv2specgen/template.html index 9d25d80..6170882 100644 --- a/lv2specgen/template.html +++ b/lv2specgen/template.html @@ -86,7 +86,7 @@               href="http://jigsaw.w3.org/css-validator/check/referer">              CSS            </a> -          generated from @FILENAME@ by <a href="http://drobilla.net/software/lv2specgen">lv2specgen</a> +          generated from @FILENAME@ by lv2specgen          </div>        </div>  |