Skip to content

Commit

Permalink
Links: update for gin.btaa.org site
Browse files Browse the repository at this point in the history
Fixes #536
  • Loading branch information
ewlarson committed Dec 8, 2023
1 parent a862491 commit 256f63b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/_user_util_links.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<%= render_nav_actions do |config, action|%>
<li class="nav-item"><%= action %></li>
<% end %>
<li class="nav-item"><%=link_to('About', 'https://sites.google.com/umn.edu/btaa-gdp/about', {class: 'nav-link'})%></li>
<li class="nav-item"><%=link_to('About', 'https://gin.btaa.org', {class: 'nav-link'})%></li>
<li class="nav-item"><%=link_to('News', 'https://geobtaa.blogspot.com/', {class: 'nav-link'})%></li>
<li class="nav-item"><%=link_to('Help', 'https://sites.google.com/umn.edu/btaa-gdp/help', {class: 'nav-link'})%></li>
<li class="nav-item"><%=link_to('Help', 'https://gin.btaa.org/guides/', {class: 'nav-link'})%></li>
</ul>
2 changes: 1 addition & 1 deletion app/views/catalog/_home_text.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<div class="card-body">
<p>The Big Ten Academic Alliance Geoportal provides discoverability and facilitates access to geospatial resources. The resources in the portal are selected and curated by librarians and geospatial specialists at twelve research institutions in the <a href="http://www.btaa.org">Big Ten Academic Alliance</a>.</p>
<p>The resources include GIS datasets, web services, and digitized historical maps. <a href="https://sites.google.com/umn.edu/btaa-gdp/about">Learn more</a> about the research institutions involved and the sources of the geospatial records.</p>
<p>The resources include GIS datasets, web services, and digitized historical maps. <a href="https://gin.btaa.org">Learn more</a> about the research institutions involved and the sources of the geospatial records.</p>
<p class="project-action">
<a class="btn btn-primary btn-sm" href="https://geobtaa.blogspot.com"><span class="glyphicon glyphicon-bookmark" aria-hidden="true"></span> Follow Our Blog</a> &nbsp; Keep up to date with all the latest news.
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/views/shared/_footer_app.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%li
= link_to "News &amp; Updates".html_safe, 'https://geobtaa.blogspot.com'
%li
= link_to "About Us", 'https://sites.google.com/umn.edu/btaa-gdp/about'
= link_to "About Us", 'https://gin.btaa.org'
%li
%a{href:'https://geo.btaa.org/feedback'} Contact Project Team
%li
Expand Down

0 comments on commit 256f63b

Please sign in to comment.