You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTMLProofer should skip checking links that say
"Problem with this page? Help us fix it!" which are links
to the scala-lang repository. When adding a new file,
the link in the sidebar to its file in git doesn't exist
yet!
Copy file name to clipboardExpand all lines: _includes/sidebar-toc.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ <h5>Contents</h5>
6
6
7
7
</div>
8
8
<hr>
9
-
<divclass="help-us"><ahref="https://github.com/scala/scala-lang/blob/master/{% if page.collection %}{{ page.relative_path }}{% else %}{{ page.path }}{% endif %}"><iclass="fa fa-pencil" aria-hidden="true"></i> Problem with this page?<br> Please help us fix it!</a></div>
9
+
<divclass="help-us"><ahref="https://github.com/scala/scala-lang/blob/master/{% if page.collection %}{{ page.relative_path }}{% else %}{{ page.path }}{% endif %}"data-proofer-ignore><iclass="fa fa-pencil" aria-hidden="true"></i> Problem with this page?<br> Please help us fix it!</a></div>
0 commit comments