Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #351 from duke-libraries/hotfix_1.5.2_update_foote…
Browse files Browse the repository at this point in the history
…r_link

updated footer link and text for accessibility policy
  • Loading branch information
dchandekstark authored Feb 12, 2020
2 parents 7ea2b64 + 240450d commit fa7dace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<h3>Resources</h3>
<ul>
<li><%= link_to 'About the Research Data Repository', hyrax.about_path %></li>
<li><%= link_to 'DDR Accessibility Policy', 'https://library.duke.edu/using/policies/ddr-accessibility' %></li>
<li><%= link_to 'Accessibility Policy', 'https://library.duke.edu/using/policies/repository-accessibility' %></li>
<li><%= link_to 'Deaccession and DMCA Takedown Policy', 'https://duldev.atlassian.net/wiki/spaces/DDRDOC/pages/23625826/Deaccession+and+DMCA+Takedown+Policy' %></li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion lib/rdr/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rdr
VERSION = "1.5.1"
VERSION = "1.5.2"
end

0 comments on commit fa7dace

Please sign in to comment.