Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit ea821274 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

test links

parent 29287ced
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@
<dl>
<dt>{{ _('Document Release Versions') }}</dt>
{% for slug, url in versions %}
<dd><a href="{{ pathto(root_doc)[:-1] }}{{ url }}">{{ slug }}</a></dd>
<dd><a href="{{ pathto(root_doc) }}{{ url }}">{{ slug }}</a></dd>
{% endfor %}
<dd><a href="{{ pathto(root_doc)[:-1] }}/">latest</a></dd>
......@@ -20,6 +20,10 @@
<dt>{{ _('Downloads') }}</dt>
{% set version_prefix = current_version if is_release else "latest" %}
<dd><a href="{{ pathto(root_doc)[:-1] }}{{version_prefix}}/beagleboard-docs.pdf">PDF</a></dd>
<dd><a href="{{ current_version }}{{version_prefix}}/beagleboard-docs.pdf">PDF</a></dd>
<dd><a href="{{ current_version }}/beagleboard-docs.pdf">PDF</a></dd>
<dd><a href="{{version_prefix}}/beagleboard-docs.pdf">PDF</a></dd>
<dd><a href="beagleboard-docs.pdf">PDF</a></dd>
</dl>
<dl>
<dt>{{ _('BeagleBoard.org Links') }}</dt>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment