Skip to content

Commit

Permalink
Merge pull request #73 from kununu/phrase-links
Browse files Browse the repository at this point in the history
fix phrase links
  • Loading branch information
OnunPereira authored Jul 29, 2020
2 parents 14e8d1b + 98958ca commit ea1629a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# phraseapp-cli
> phraseapp-cli for https://phraseapp.com/
> phraseapp-cli for https://phrase.com/
## Installation

Expand Down Expand Up @@ -56,4 +56,4 @@ Apache-2.0 © [kununu](https://kununu.com)

[npm-image]: https://badge.fury.io/js/kununu.svg
[npm-url]: https://npmjs.org/package/kununu
[phraseapp-config]: https://phraseapp.com/docs/developers/cli/configuration/
[phraseapp-config]: https://help.phrase.com/help/phrase-for-developers
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phraseapp-cli",
"version": "2.4.3",
"version": "2.4.4",
"description": "",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');

const PHRASEAPP_BASEURL = 'api.phraseapp.com/api/v2';
const PHRASEAPP_BASEURL = 'api.phrase.com/api/v2';
const DEFAULT_DOWNLOAD_DIR = path.join(process.cwd(), './phraseapp');
const FORMATS = [
{
Expand Down

0 comments on commit ea1629a

Please sign in to comment.