From a945431352da25357dc3f82b0dc13625a142d2e1 Mon Sep 17 00:00:00 2001 From: Chris Warren Date: Tue, 27 Feb 2018 11:42:33 -0600 Subject: [PATCH] Change docs URL to new site --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c002732..1c82fd4 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ For more details on v2 of the Zencoder API visit For more details on the Zencoder API requirements visit - + To start working with the library, create a new instance of the Services_Zencoder class, passing your API Key as the 1st parameter. @@ -82,8 +82,8 @@ and it will return any errors received from the Zencoder API. ENCODING JOB ------------ -The ZencoderJob object creates an encoding job using [cURL](http://zencoder.com/docs/glossary/curl/) -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. ### Step 1