Commit 1c621deb authored by Paul Asmuth's avatar Paul Asmuth
Browse files

docs: fix link, page title

parent 408dbdfd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ def build_layout(url, content, title=""):
    "url": url,
    "toc": toc,
    "title": title,
    "title_seo": title_seo,
    "menu_active_documentation": "active" if (url.startswith("/documentation") or url == "/") else "",
    "menu_active_download": "active" if url.startswith("/download") else "",
    "menu_active_examples": "active" if url.startswith("/examples") else "",
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ files. Additionally, you can embed it into your own application using the C API.
PlotFX is built in the hope that using it will be quick, simple and fun.

<div style="margin-top: 1.2em;">
  <a href="/documentation/getting_started" style="">Getting Started</a>
  <a href="/documentation/getting-started" style="">Getting Started</a>
  <span style="margin: 0 .3em">·</span>
  <a href="/examples">Examples</a>
  <span style="margin: 0 .3em">·</span>