Skip to content

Commit

Permalink
update links to citation page
Browse files Browse the repository at this point in the history
  • Loading branch information
erinz2020 committed Sep 4, 2024
1 parent 1ec6977 commit 9fe8565
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/src/constants/navMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const authenticatedMenu = (username) => [
defaultMessage="Citing Wildbook"
/>
),
href: "/citing.jsp",
href: "/react/citation",
},
{
name: (
Expand Down Expand Up @@ -314,7 +314,7 @@ const unAuthenticatedMenu = [
defaultMessage="Citing Wildbook"
/>
),
href: "/citing.jsp",
href: "/react/citation",
},
{
name: (
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/servletResponseTemplate.htm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

<li class="dropdown"><a href="overview.jsp">Overview</a></li>
<li><a href="contactus.jsp">Contact Us</a></li>
<li><a href="citing.jsp">Citing Flukebook</a></li>
<li><a href="/react/citation">Citing Flukebook</a></li>
<li><a href="photographing.jsp">How to photograph</a></li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/header.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ if(request.getUserPrincipal()!=null){

<li class="dropdown"><a href="<%=urlLoc %>/overview.jsp"><%=props.getProperty("aboutWildbook")%></a></li>
<li><a href="<%=urlLoc %>/contactus.jsp"><%=props.getProperty("contactUs")%></a></li>
<li><a href="<%=urlLoc %>/citing.jsp"><%=props.getProperty("citing")%></a></li>
<li><a href="<%=urlLoc %>/react/citation"><%=props.getProperty("citing")%></a></li>
<li><a href="<%=urlLoc %>/photographing.jsp"><%=props.getProperty("howToPhotograph")%></a></li>
<%-- <li><a target="_blank" href="https://www.wildme.org/#/wildbook"><%=props.getProperty("learnAboutShepherd")%></a></li> --%>
<%-- <li class="divider"></li> --%>
Expand Down

0 comments on commit 9fe8565

Please sign in to comment.