diff options
| author | Antonin Descampe <antonin@gmail.com> | 2016-06-20 00:20:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-20 00:20:08 +0200 |
| commit | c891b1e7919438e8554fc473a6b76c3ec5cdf6b8 (patch) | |
| tree | b920e70946aef0455b654835b955db12b54f8649 /_includes | |
| parent | 1ced3d4bdca46c868ed7ee22520d6c93b15c71f1 (diff) | |
Update default.html
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/themes/twitter/default.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_includes/themes/twitter/default.html b/_includes/themes/twitter/default.html index fac50103..8c61717f 100644 --- a/_includes/themes/twitter/default.html +++ b/_includes/themes/twitter/default.html @@ -67,7 +67,6 @@ <h2>Documentation</h2> <p><a href="{{ site.docInstallURL }}">Build / Installation</a></p> <p><a href="{{ site.docUsageURL }}">Usage</a></p> - <p><a href="{{ BASE_PATH}}/doxygen">Doxygen</a></p> </div> <div class="sidebar"> @@ -81,7 +80,9 @@ <h2>Developers</h2> <p><a href="{{ site.gitURL }}">Source code</a></p> <p><a href="{{ site.dataURL }}">Test files</a></p> - <p><a href="{{ site.ciURL }}">CDash</a></p> + <p><a href="{{ site.ciURL }}">CDash</a></p> + <p><a href="{{ BASE_PATH}}/doxygen">Doxygen</a></p> + <p><a href="{{ BASE_PATH}}/abi-check/timeline/openjpeg">ABI/API check</a></p> </div> </div> |
