Skip to content

Commit 041f29d

Browse files
committed
update opencast links in readme
1 parent 3f29d7d commit 041f29d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ $sorts = [
175175
'startDate' => 'ASC'
176176
];
177177
```
178-
<b>NOTE:</b> Sometimes a filter can occur multiple times for example in [Series API `/get`](https://docs.opencast.org/develop/developer/#api/series-api/#get-apiseries), filters like `subject` and `identifier` can occur multiple times. Therefore, an `Array` should be passed as filter value like following:
178+
<b>NOTE:</b> Sometimes a filter can occur multiple times for example in [Series API `/get`](https://docs.opencast.org/develop/developer/#architecture/api/series-api/#get-apiseries), filters like `subject` and `identifier` can occur multiple times. Therefore, an `Array` should be passed as filter value like following:
179179
```php
180180
// for example:
181181

@@ -427,4 +427,4 @@ $ocEventsApi = $opencast->eventsApi;
427427
```
428428
# References
429429
- <a href="https://develop.opencast.org/rest_docs.html" target="_blank">Main Opencast REST Service Documentation</a>
430-
- <a href="https://docs.opencast.org/develop/developer/#api/#_top" target="_blank">Detailed Opencast REST API Endpoints Documentation</a>
430+
- <a href="https://docs.opencast.org/develop/developer/#architecture/api" target="_blank">Detailed Opencast REST API Endpoints Documentation</a>

0 commit comments

Comments
 (0)