Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf0c4683

Browse files
author
Nathan Sutton
committed
Fixing a couple links to documentation
1 parent3124ff0 commitf0c4683

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ With the release of version two of the Zencoder API, there are some new methods
4747
* Zencoder::Report.live(:from => "2011-01-01",:to => "2011-03-01")
4848
* Zencoder::Report.vod(:from => "2011-01-01",:to => "2011-03-01")
4949

50-
These new methods will not work with older versions of the API. Please see the[Zencoder documentation](https://app.zencoder.com/docs) and our[blog post on the subject](http://blog.zencoder.com/2012/01/05/announcing-zencoder-api-v2/) for more information on APIv2.
50+
These new methods will not work with older versions of the API. Please see the[Zencoder documentation](https://support.brightcove.com/zencoder) for more information on APIv2.
5151

5252
If you'd like to use the new version of the library but continue using APIv1 until you work through any integration troubles, you can do the following:
5353

@@ -113,7 +113,7 @@ There's more you can do on jobs than anything else in the API. The following met
113113

114114
###create
115115

116-
The hash you pass to the`create` method should be encodable to the[JSON you would pass to the Job creation API call on Zencoder](http://zencoder.com/docs/api/#encoding-job). We'll auto-populate your API key if you've set it already.
116+
The hash you pass to the`create` method should be encodable to the[JSON you would pass to the Job creation API call on Zencoder](https://docs.brightcove.com/zencoder-api/v2/doc/index.html#api-Jobs-Create_a_Job). We'll auto-populate your API key if you've set it already.
117117

118118
```ruby
119119
Zencoder::Job.create({:input =>'s3://bucket/key.mp4'})
@@ -245,7 +245,7 @@ Zencoder::Notification.list(:api_key => 'abcd1234')
245245

246246
###create
247247

248-
The hash you pass to the`create` method should be encodable to the[JSON you would pass to the Account creation API call on Zencoder](http://zencoder.com/docs/api/#accounts). No API key is required for this call, of course.
248+
The hash you pass to the`create` method should be encodable to the[JSON you would pass to the Account creation API call on Zencoder](https://docs.brightcove.com/zencoder-api/v2/doc/index.html#api-Accounts-Create_an_Account). No API key is required for this call, of course.
249249

250250
```ruby
251251
Zencoder::Account.create({:terms_of_service =>1,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp