Skip to content

Commit

Permalink
Merge pull request #117 from cfpb/docs/empty-a-links
Browse files Browse the repository at this point in the history
Document searching for broken <a> links
  • Loading branch information
chosak authored Oct 16, 2024
2 parents a127913 + 1fdf12d commit 647f072
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion viewer/templates/viewer/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h3>Examples</h3>
</a>
</li>
<li class="m-list__item">
You want to find and remediate broken links.
You want to find and remediate links to trashed Wagtail pages.
<a href="{% url 'index' %}?search_type=links&q=none">Search "none"</a>
</li>
<li class="m-list__item">
Expand Down Expand Up @@ -181,6 +181,12 @@ <h3>Examples</h3>
Search "cf-icon-svg--college"
</a>
</li>
<li class="m-list__item">
You want to find and remediate links to deleted Wagtail pages.
<a href="{% url 'index' %}?search_type=html&q={{ '<a>' | urlencode }}">
Search "&lt;a&gt;"
</a>
</li>
</ul>
</div>

Expand Down

0 comments on commit 647f072

Please sign in to comment.