From 0533354dfc0fc88315baa95ccbb548748323ce3d Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Sat, 23 Sep 2017 21:12:19 +0200 Subject: [PATCH] Fixing tests Signed-off-by: Jonas Franz --- plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.go b/plugin.go index c497ce3..ac0d7ea 100644 --- a/plugin.go +++ b/plugin.go @@ -33,7 +33,7 @@ type ( ) func (c Config) ToProjectURL() string { - return fmt.Sprintf("https://api/crowdin.com/api/project/%s", c.Identifier) + return fmt.Sprintf("https://api.crowdin.com/api/project/%s", c.Identifier) } // ToUploadURL returns the API-endpoint including identifier and API-KEY