Skip to content

Commit fe3eb40

Browse files
Updating URLs
All urls pointed to `https://localazy/` instad of `https://localazy.com/`
1 parent ebef36a commit fe3eb40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Github Actions + Localazy
22

3-
This project demonstrates how to fully automate software localization using [Localazy](https://localazy) and Github Actions.
3+
This project demonstrates how to fully automate software localization using [Localazy](https://localazy.com) and Github Actions.
44

5-
You can read [detailed blog post about how to setup automated localization for your project](https://localazy/blog/automated-localization-github-actions-localazy).
5+
You can read [detailed blog post about how to setup automated localization for your project](https://localazy.com/blog/automated-localization-github-actions-localazy).
66

77
---
88

@@ -18,15 +18,15 @@ And as we are going to use **[Github Actions](https://github.com/features/action
1818

1919
## What's going on?
2020

21-
Using Github Actions, on each commit touching it, the file `locales/en.json` is automatically uploaded to the [Localazy translation platform](https://localazy) where all the translations as well as translators, contributors and volunteers can be easily managed using beautiful UI.
21+
Using Github Actions, on each commit touching it, the file `locales/en.json` is automatically uploaded to the [Localazy translation platform](https://localazy.com) where all the translations as well as translators, contributors and volunteers can be easily managed using beautiful UI.
2222

2323
Another Github action demonstrates how to download all localized strings when building the final release of the app.
2424

2525
And as a bonus, **Localazy can translate your app to up to 80 languages for free** by sharing translations with other app.
2626

2727
---
2828

29-
**[Read more in the blog post](https://localazy/blog/automated-localization-github-actions-localazy)**:
29+
**[Read more in the blog post](https://localazy.com/blog/automated-localization-github-actions-localazy)**:
3030

3131
- How to set up project with Localazy as a localization solution
3232

0 commit comments

Comments
 (0)