From 95064a127474422e63ff88c0c5c13f554c1b9608 Mon Sep 17 00:00:00 2001 From: Daniel Hritzkiv Date: Tue, 29 Apr 2025 17:43:27 -0400 Subject: [PATCH] Update README.md Fix link to v3 (for Vue 2) documentation, as https://apollo.vuejs.org links to current documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f343c89..b3bd32b3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![vue3](https://img.shields.io/badge/vue-3-brightgreen.svg)](https://vuejs.org/) ![GitHub branch check runs](https://img.shields.io/github/check-runs/vuejs/apollo/v4) -:book: Documentation [**for Vue 3**](http://v4.apollo.vuejs.org) | [for Vue 2](https://apollo.vuejs.org/) +:book: Documentation [**for Vue 3**](http://v4.apollo.vuejs.org) | [for Vue 2](https://v3.apollo.vuejs.org) [:pen: Contributing guide](./CONTRIBUTING.md)