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
Update three links to point to main branch instead of master, removing the redirect (#2497)
On <https://wpt.fyi/results/> I've noticed when clicking on "[`view the search documentation`](https://github.com/web-platform-tests/wpt.fyi/blob/master/api/query/README.md)" you'll be taken to the documentation, but a banner from GitHub distracts you, telling you've been redirected to the default branch. This PR removes the redirect by directly linking to the main branch (which is the default). I've also changed two other occurrences. The redirect was acknowledged in #2280 (comment), but I thought it would be nicer without it.
For information on the search syntax, <ahref="https://github.com/web-platform-tests/wpt.fyi/blob/master/api/query/README.md">view the search documentation</a>
363
+
For information on the search syntax, <ahref="https://github.com/web-platform-tests/wpt.fyi/blob/main/api/query/README.md">view the search documentation</a>
364
364
</span>
365
365
366
366
<!-- TODO(markdittmer): Static id will break multiple search components. -->
0 commit comments