lingo.dev 0.63.0 → 0.63.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lingo.dev",
3
- "version": "0.63.0",
3
+ "version": "0.63.1",
4
4
  "description": "Lingo.dev CLI",
5
5
  "private": false,
6
6
  "type": "module",
package/readme.md CHANGED
@@ -8,7 +8,7 @@
8
8
  [![Release](https://github.com/replexica/replexica/actions/workflows/release.yml/badge.svg)](https://github.com/replexica/replexica/actions/workflows/release.yml)
9
9
  [![GitHub License](https://img.shields.io/github/license/replexica/replexica)](https://github.com/replexica/replexica/blob/main/LICENSE.md)
10
10
 
11
- [Docs](https://lingo.dev/docs) •
11
+ [Docs](https://lingo.dev/go/docs) •
12
12
  [Website](https://lingo.dev)
13
13
 
14
14
  Lingo.dev is a localization engine for React, to ship multi-lingual apps fast and reach more users.
@@ -19,4 +19,4 @@ Lingo.dev comes with an open-source tools and an i18n API in the cloud that perf
19
19
 
20
20
  ## Getting Started
21
21
 
22
- Check out our [Docs](https://lingo.dev/docs) for more detailed guides on how to use Lingo.dev with your app!
22
+ Check out our [Docs](https://lingo.dev/go/docs) for more detailed guides on how to use Lingo.dev with your app!