|
29 | 29 | <li class="nav-item dropdown" id="about"> |
30 | 30 | <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Home</a> |
31 | 31 | <div class="dropdown-menu"> |
| 32 | + <a class="dropdown-item" href="https://exist-db.org">eXist-db.org</a> |
32 | 33 | <a class="dropdown-item" href="{${dashboard.pkg.abbrev}}/index.html">Dashboard</a> |
33 | | - <a class="dropdown-item" href="http://exist-db.org">eXist-db.org</a> |
34 | 34 | </div> |
35 | 35 | </li> |
36 | 36 | <li class="nav-item dropdown" id="demo"> |
|
60 | 60 | <div class="dropdown-divider"></div> |
61 | 61 | <a class="dropdown-item" href="{${fundocs.pkg.abbrev}}/index.html">XQuery Functions</a> |
62 | 62 | <div class="dropdown-divider"></div> |
63 | | - <a class="dropdown-item" href="http://exist-db.org/exist/apps/wiki/">News / Wiki</a> |
64 | | - <a class="dropdown-item" href="http://en.wikibooks.org/wiki/XQuery">XQuery Wikibook</a> |
| 63 | + <a class="dropdown-item" href="getting-help.xml">Getting Help</a> |
65 | 64 | </div> |
66 | 65 | </li> |
67 | 66 | <li class="nav-item dropdown" id="development"> |
68 | 67 | <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Development</a> |
69 | 68 | <div class="dropdown-menu"> |
70 | 69 | <a class="dropdown-item" href="{${exide.pkg.abbrev}}/index.html">eXide</a> |
71 | | - <a class="dropdown-item" href="http://exist-db.org/api/index.html">Javadocs</a> |
72 | | - <a class="dropdown-item" href="https://github.com/eXist-db/exist/issues">Bug Tracker</a> |
| 70 | + <a class="dropdown-item" href="https://exist-db.org/api/index.html">Javadocs</a> |
| 71 | + <a class="dropdown-item" href="https://github.com/eXist-db/exist/issues">Issue Tracker</a> |
73 | 72 | <a class="dropdown-item" href="https://github.com/eXist-db/exist">Source code</a> |
74 | | - <a class="dropdown-item" href="https://github.com/eXist-db/exist#contributing-to-exist">Submit Patches</a> |
| 73 | + <a class="dropdown-item" href="https://github.com/eXist-db/exist/blob/develop/CONTRIBUTING.md">Contributing to eXist</a> |
75 | 74 | <div class="dropdown-divider"></div> |
76 | 75 | <a class="dropdown-item" href="diagnostics.html">Documentation Diagnostics</a> |
77 | | - <a class="dropdown-item" href="editorial-view.html">Documentation Editorial</a> |
| 76 | + <a class="dropdown-item" href="editorial-view.html">Editorial View</a> |
| 77 | + <a class="dropdown-item" href="author-reference.xml">Author Reference</a> |
78 | 78 | </div> |
79 | 79 | </li> |
80 | 80 | <li class="nav-item dropdown" id="administration"> |
|
0 commit comments