**Describe the bug** Broken link to Ethereum Virtual Machine in the "Compiling Contracts" section **To Reproduce** Steps to reproduce the behavior: 1. Go to https://ethereum.org/en/developers/docs/smart-contracts/compiling/ 2. Scroll down to Related Topics 3. Click on "Ethereum Virtual Machine" **Expected behavior** User is redirected to the evm documentation page (https://ethereum.org/en/developers/docs/evm/) Currently, it redirects to https://ethereum.org/en/developers/docs/ethereum-virtual-machine, which is a page that does not exist, causing a 404. It may also make sense to utilize a gatsby plugin to check for broken links proactively during build and development (for eg. https://www.gatsbyjs.com/plugins/gatsby-remark-check-links/) so that broken links are no longer an issue. **Want to contribute?** Yes, PR Included.