Skip to content

Commit

Permalink
Merge pull request #118 from trln/Fix-finding-aid-url
Browse files Browse the repository at this point in the history
Fix finding aid url
  • Loading branch information
adjam authored Jun 21, 2018
2 parents 077dfaf + 88f4d1e commit 05d214a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/trln_argon/solr_document/urls.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def fulltext_urls
end

def findingaid_urls
@findingaid_urls ||= select_urls('finding_aid')
@findingaid_urls ||= select_urls('findingaid')
end

def thumbnail_urls
Expand Down
2 changes: 1 addition & 1 deletion lib/trln_argon/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TrlnArgon
VERSION = '0.3.27'.freeze
VERSION = '0.3.28'.freeze
end

0 comments on commit 05d214a

Please sign in to comment.