Project

General

Profile

« Previous | Next » 

Revision 60761

Use relative URIs for the Vocabulary API pages

View differences:

vocabularies.st
7 7
			</thead>
8 8
			<tbody>
9 9
			$vocabularies:{ voc | 
10
				<tr><td>$voc.name$</br><a class="btn btn-link" href="$baseURL$/$voc.code$" role="button">View terms &raquo;</a></td>
10
				<tr><td>$voc.name$</br><a class="btn btn-link" href="$voc.code$" role="button">View terms &raquo;</a></td>
11 11
				<td>$voc.description$</td>
12 12
				</tr>
13 13
			}$
......
15 15
		</table>
16 16
	</div>
17 17
	<hr/>
18
    <div>Click <a href="$baseURL$.json">here</a> to view the machine readable version of this page.</div>
18
    <div>Click <a href="vocabularies.json">here</a> to view the machine readable version of this page.</div>
19 19
})$
20 20

  
21 21

  

Also available in: Unified diff