Forum | Documentation | Website | Blog

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

Fix PDF download link bug

parent c6976953
Branches
Tags
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</dl> </dl>
<dl> <dl>
<dt>{{ _('Downloads') }}</dt> <dt>{{ _('Downloads') }}</dt>
<dd><a href="beagleboard-docs.pdf">PDF</a></dd> <dd><a href="{{ url }}/beagleboard-docs.pdf">PDF</a></dd>
</dl> </dl>
<dl> <dl>
<dt>{{ _('BeagleBoard.org Links') }}</dt> <dt>{{ _('BeagleBoard.org Links') }}</dt>
......
...@@ -78,6 +78,8 @@ with open(BBDOCS_BASE / "VERSION") as f: ...@@ -78,6 +78,8 @@ with open(BBDOCS_BASE / "VERSION") as f:
if extra: if extra:
version += "-" + extra version += "-" + extra
release = version
html_context = { html_context = {
"display_gitlab": True, "display_gitlab": True,
"gitlab_host": "git.beagleboard.org", "gitlab_host": "git.beagleboard.org",
......
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