diff --git a/public/content/contributing/style-guide/content-standardization/index.md b/public/content/contributing/style-guide/content-standardization/index.md index e81ce09851f..d6fd2a6feb3 100644 --- a/public/content/contributing/style-guide/content-standardization/index.md +++ b/public/content/contributing/style-guide/content-standardization/index.md @@ -181,13 +181,13 @@ When linking to another page on ethereum.org, use the relative path over the abs ```md -Read more about [smart contracts](/docs/developers/smart-contracts/) +Read more about [smart contracts](/developers/docs/smart-contracts/) -Read more about [smart contracts](/en/docs/developers/smart-contracts) -Read more about [smart contracts](/docs/developers/smart-contracts) -Read more about [smart contracts](https://ethereum.org/docs/developers/smart-contracts) +Read more about [smart contracts](/en/developers/docs/smart-contracts) +Read more about [smart contracts](/developers/docs/smart-contracts) +Read more about [smart contracts](https://ethereum.org/developers/docs/smart-contracts) ``` Please also add a trailing slash to all links. This keeps links consistent and avoids redirects, which hurts site performance.