Skip to content

Commit

Permalink
Link to case PDF instead of volume PDF from case page
Browse files Browse the repository at this point in the history
  • Loading branch information
jcushman committed Sep 5, 2024
1 parent 4a46c01 commit 756ee88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cap-case.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ export default class CapCase extends LitElement {
return html`
<a
href="${window.BUCKET_ROOT}/${this.reporter}/${this
.volume}.pdf#page=${this.caseMetadata.first_page_order}"
.volume}/case-pdfs/${this.case}.pdf"
>View scanned PDF</a
>
`;
Expand Down

0 comments on commit 756ee88

Please sign in to comment.