Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions js/models/wizard_law_enforcement_records.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const lawEnforcementRecordsJourney = question('q20', [
'County or state prison records',
),
answer(
'literal:Federal prison (view the <a target="_blank" href="https://www.bop.gov/mobile/locations/">list of federal prisons</a>)',
'literal:Federal prison (view the <a rel="noopener" target="_blank" href="https://www.bop.gov/mobile/locations/">list of federal prisons</a>)',
summary('m64'),
'Federal prison records',
),
Expand Down Expand Up @@ -157,7 +157,7 @@ const lawEnforcementRecordsJourney = question('q20', [
'literal:Court records',
question('q28', [
answer(
'literal:Federal (use the <a href="https://www.uscourts.gov/federal-court-finder/search" target="_blank">Federal Court Finder</a>)',
'literal:Federal (use the <a href="https://www.uscourts.gov/federal-court-finder/search" rel="noopener" target="_blank">Federal Court Finder</a>)',
summary('m57'),
'Federal court case records',
),
Expand Down
Loading