diff --git a/docs.wrm/config.js b/docs.wrm/config.js index e17ef11ab..cf7ba0210 100644 --- a/docs.wrm/config.js +++ b/docs.wrm/config.js @@ -268,6 +268,7 @@ module.exports = { "link-legacy-docs3": "https:/\/docs.ethers.org/v3/", "link-legacy-docs4": "https:/\/docs.ethers.org/v4/", "link-beta-docs6": "https:/\/docs.ethers.org/v6-beta/", + "link-docs6": "https:/\/docs.ethers.org/v6/", "link-github-ci": "https:/\/github.com/ethers-io/ethers.js/actions/runs/158006903", "link-github-issues": "https:/\/github.com/ethers-io/ethers.js/issues", diff --git a/docs.wrm/index.wrm b/docs.wrm/index.wrm index 60fec6ab2..36b055dab 100644 --- a/docs.wrm/index.wrm +++ b/docs.wrm/index.wrm @@ -1,8 +1,9 @@ _section: Documentation @ -This documentation is for Ethers v5. +This documentation is for Ethers v5, which only receives +minimal maintenance support. Please consider upgrading to v6. -For Ethers v6, see [v6 beta documentation](link-beta-docs6). +For Ethers v6, see [v6 documentation](link-docs6). _subsection: What is Ethers? @