Skip to content

Commit 0484f78

Browse files
authored
Update README
Update to new name
1 parent 84c6209 commit 0484f78

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# PhraseApp In-Context-Editor for Ruby #
1+
# Phrase In-Context Editor for Ruby #
22

3-
*This Ruby gem is for use with Ruby (Rails, Sinatra) applications only. Check out the [documentation](https://help.phraseapp.com/translate-website-and-app-content/use-in-context-editor-to-translate/translate-directly-on-your-website) to learn how to set up the In-Context-Editor with other technologies.*
3+
*This Ruby gem is for use with Ruby (Rails, Sinatra) applications only. Check out the [documentation](https://help.phrase.com/help/translate-directly-on-your-website) to learn how to set up the In-Context Editor with other technologies.*
44

55
[![Build Status](https://travis-ci.org/phrase/phraseapp-in-context-editor-ruby.svg)](https://travis-ci.org/phrase/phraseapp-in-context-editor-ruby)
66

7-
PhraseApp is the translation management solution for web and mobile applications. Collaborate with your team, find professional translators and stay on top of the process.
7+
Phrase is the translation management solution for web and mobile applications. Collaborate with your team, find professional translators and stay on top of the process.
88

9-
[Try out Phraseapp for free](https://phraseapp.com/signup) and start translating your app!
9+
[Try out Phrase for free](https://phrase.com/signup) and start translating your app!
1010

11-
*Note: This gem [documentation](https://help.phraseapp.com/translate-website-and-app-content/use-in-context-editor-to-translate/translate-directly-on-your-website) to learn how to install the In-Context-Editor with other technologies.*
11+
*Note: This gem [documentation](https://help.phrase.com/help/translate-directly-on-your-website) to learn how to install the In-Context Editor with other technologies.*
1212

1313
## In-Context-Editor ###
1414

15-
How awesome would it be if translators could simply browse your website and edit text along the way? Our In-Context Editor offers just that. It provides translators with useful contextual information which improves overall translation quality. See our documentation on how to set it up: [In-Context Editor Setup](https://help.phraseapp.com/translate-website-and-app-content/use-in-context-editor-to-translate/translate-directly-on-your-website).
15+
How awesome would it be if translators could simply browse your website and edit text along the way? Our In-Context Editor offers just that. It provides translators with useful contextual information which improves overall translation quality. See our documentation on how to set it up: [In-Context Editor Setup](https://help.phrase.com/help/translate-directly-on-your-website).
1616

1717
## Installation
1818

@@ -36,7 +36,7 @@ Next, create the initializer file by executing the Rails generator:
3636

3737
##### --access-token
3838

39-
You can create and manage access tokens in your [profile settings](https://phraseapp.com/settings/oauth_access_tokens) or via the [Authorizations API](https://developers.phraseapp.com/api/#authorizations).
39+
You can create and manage access tokens in your [profile settings](https://app.phrase.com/settings/oauth_access_tokens) or via the [Authorizations API](https://developers.phrase.com/api/#authorizations).
4040

4141
##### --project-id
4242

@@ -48,11 +48,11 @@ Next, add the Javascript helper to your Rails application layout file:
4848

4949
<%= phraseapp_in_context_editor_js %>
5050

51-
If you don't want to use the helper but add the plain Javascript yourself, head over to our [documentation](https://help.phraseapp.com/translate-website-and-app-content/use-in-context-editor-to-translate/translate-directly-on-your-website) to learn more.
51+
If you don't want to use the helper but add the plain Javascript yourself, head over to our [documentation](https://help.phrase.com/help/translate-directly-on-your-website) to learn more.
5252

5353
### Done!
5454

55-
Restart your application to see the In-Context-Editor in action!
55+
Restart your application to see the In-Context Editor in action!
5656

5757
### OpenSSL issues
5858

@@ -82,11 +82,11 @@ This is **not recommended** and should only be used as a temporary workaround.
8282

8383

8484
## Further Information
85-
* [PhraseApp Help Center](https://help.phraseapp.com/)
86-
* [Software Translation Management with PhraseApp](https://phraseapp.com/features)
87-
* [Contact us](https://phraseapp.com/contact)
85+
* [Phrase Help Center](https://help.phrase.com/)
86+
* [Software Translation Management with Phrase](https://phrase.com/features)
87+
* [Contact us](https://phrase.com/contact)
8888

8989
## References
90-
* [PhraseApp API Documentation](https://developers.phraseapp.com/api/)
91-
* [In-Context-Editor Demo](https://demo.phraseapp.com)
92-
* [Localization Guides and Software Translation Best Practices](https://phraseapp.com/blog/)
90+
* [Phrase API Documentation](https://developers.phrase.com/api/)
91+
* [In-Context-Editor Demo](https://phrase.com/demo)
92+
* [Localization Guides and Software Translation Best Practices](https://phrase.com/blog/)

0 commit comments

Comments
 (0)