Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links under "Best Practices" (nav bar) in guides, sync up with dataverse.org #8486

Merged
merged 6 commits into from
Mar 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions doc/sphinx-guides/source/_templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@
<li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Best Practices <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a target="_blank" href="http://dataverse.org/data-citation">Academic Credit</a></li>
<li><a target="_blank" href="http://dataverse.org/harvard-dataverse-policies">Harvard Dataverse Policies</a></li>
<li><a target="_blank" href="http://dataverse.org/data-management">Data Management</a></li>
<li><a target="_blank" href="http://dataverse.org/replication-dataset">Replication Dataset Guidelines</a></li>
<li><a target="_blank" href="https://dataverse.org/best-practices/academic-credit">Academic Credit</a></li>
<li><a target="_blank" href="https://dataverse.org/best-practices/data-citation">Data Citation</a></li>
<li><a target="_blank" href="https://dataverse.org/best-practices/dataverse-community-norms">Dataverse Community Norms</a></li>
<li><a target="_blank" href="https://dataverse.org/best-practices/data-management">Data Management</a></li>
<li><a target="_blank" href="https://dataverse.org/best-practices/replication-dataset">Replication Dataset Guidelines</a></li>
</ul>
</li>
<li>
Expand Down