Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyBishop authored Apr 16, 2024
1 parent 24310a7 commit 66e1ca6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
owner_slack: "#operations-engineering-alerts"
title: Frontend Development Principles
last_reviewed_on: 2024-03-25
last_reviewed_on: 2024-04-16
review_in: 1 months
---

Expand Down Expand Up @@ -162,7 +162,7 @@ When writing your code, you’ll be checking your results and debugging them in
your favourite browser. Make sure you also check on the most common browsers.
You may find that Firefox is best for debugging, but don’t forget to check
Chrome and IE as often as possible. Use [browsersync](https://www.browsersync.io/)
to try multiple browsers at once and use virtual machines for old browsers (eg. [modern.ie](https://dev.windows.com/en-us/microsoft-edge/tools/vms/))
to try multiple browsers at once and use [virtual machines for old browsers](https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/device-mode/testing-other-browsers).

## 15. Implement SEO and semantic markup
Apart from internal sites and ones that are on service.gov.uk (which should block
Expand Down

0 comments on commit 66e1ca6

Please sign in to comment.