Skip to content

Commit

Permalink
Use api.cloudconvert.com instead of api.cloudconvert.org
Browse files Browse the repository at this point in the history
  • Loading branch information
josiasmontag committed Nov 26, 2014
1 parent 1946e9c commit c50ddd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloudConvert.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static function createProcess($inputformat, $outputformat, $apikey = null

$instance -> apikey = $apikey;

$data = $instance -> req('https://api.cloudconvert.org/process', array(
$data = $instance -> req('https://api.cloudconvert.com/process', array(
'inputformat' => $inputformat,
'outputformat' => $outputformat,
'apikey' => $apikey
Expand Down

0 comments on commit c50ddd4

Please sign in to comment.