diff --git a/v3-docs/docs/.vitepress/config.mts b/v3-docs/docs/.vitepress/config.mts index 9fecefd8e2..ef7a9b9afa 100644 --- a/v3-docs/docs/.vitepress/config.mts +++ b/v3-docs/docs/.vitepress/config.mts @@ -356,11 +356,11 @@ export default defineConfig({ { link: "/history", text: "Meteor.js v3 (Current)" }, { link: "https://docs.meteor.com/changelog", - text: "Meteor.js v2 (Legacy)", + text: "Meteor.js v2", }, { link: "https://docs.meteor.com/changelog#v112220211012", - text: "Meteor.js v1 (Legacy)", + text: "Meteor.js v1", }, ], collapsed: true,