From f90f55e179f571add2a29832e60b6029d7909173 Mon Sep 17 00:00:00 2001 From: kis0421 Date: Mon, 26 Aug 2024 17:51:24 +0900 Subject: [PATCH] docs: Update v9 example link --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c9372d558..ea3e40788 100644 --- a/README.md +++ b/README.md @@ -112,16 +112,16 @@ Some basics of i18next and some cool possibilities on how to optimize your local #### v9 samples -- [Example react](https://github.com/i18next/react-i18next/tree/master/example/v9.x.x/react) -- [Example preact](https://github.com/i18next/react-i18next/tree/master/example/v9.x.x/preact) -- [Example react-native](https://github.com/i18next/react-i18next/tree/master/example/v9.x.x/reactnative-expo) -- [Example expo.io](https://github.com/i18next/react-i18next/tree/master/example/v9.x.x/reactnative-expo) -- [Example next.js](https://github.com/i18next/react-i18next/tree/master/example/v9.x.x/nextjs) -- [Example razzle](https://github.com/i18next/react-i18next/tree/master/example/v9.x.x/razzle-ssr) -- [Example hashbase / beaker browser](https://github.com/i18next/react-i18next/tree/master/example/v9.x.x/dat) -- [Example storybook](https://github.com/i18next/react-i18next/tree/master/example/v9.x.x/storybook) -- [Example locize.com](https://github.com/i18next/react-i18next/tree/master/example/v9.x.x/locize) -- [Example test with jest](https://github.com/i18next/react-i18next/tree/master/example/v9.x.x/test-jest) +- [Example react](https://github.com/i18next/react-i18next/tree/v9.x.x/example/react) +- [Example preact](https://github.com/i18next/react-i18next/tree/v9.x.x/example/preact) +- [Example react-native](https://github.com/i18next/react-i18next/tree/v9.x.x/example/reactnative-expo) +- [Example expo.io](https://github.com/i18next/react-i18next/tree/v9.x.x/example/reactnative-expo) +- [Example next.js](https://github.com/i18next/react-i18next/tree/v9.x.x/example/nextjs) +- [Example razzle](https://github.com/i18next/react-i18next/tree/v9.x.x/example/razzle-ssr) +- [Example hashbase / beaker browser](https://github.com/i18next/react-i18next/tree/v9.x.x/example/dat) +- [Example storybook](https://github.com/i18next/react-i18next/tree/v9.x.x/example/storybook) +- [Example locize.com](https://github.com/i18next/react-i18next/tree/v9.x.x/example/locize) +- [Example test with jest](https://github.com/i18next/react-i18next/tree/v9.x.x/example/test-jest) ### Requirements