Skip to content

Commit e79fbf7

Browse files
authored
Merge pull request #1 from fabianmossberg/patch-1
Updating URLs
2 parents ec75d8b + fe3eb40 commit e79fbf7

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)