We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente2604c4 commita945431Copy full SHA for a945431
README.md
@@ -53,7 +53,7 @@ For more details on v2 of the Zencoder API visit
53
<http://blog.zencoder.com/2012/01/05/announcing-zencoder-api-v2/>
54
55
For more details on the Zencoder API requirements visit
56
-<http://app.zencoder.com/docs/api>
+<https://support.brightcove.com/zencoder>
57
58
To start working with the library, create a new instance of the Services_Zencoder class, passing
59
your API Key as the 1st parameter.
@@ -82,8 +82,8 @@ and it will return any errors received from the Zencoder API.
82
ENCODING JOB
83
------------
84
85
-The ZencoderJob object creates an encoding job using[cURL](http://zencoder.com/docs/glossary/curl/)
86
-to send[JSON](http://zencoder.com/docs/glossary/json/) formatted parameters to Zencoder's encoding API.
+The ZencoderJob object creates an encoding job using cURL
+to send JSON formatted parameters to Zencoder's encoding API.
87
88
###Step 1
89