Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix repo name references with repo rename #171

Merged
merged 3 commits into from
May 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A library of interactive IIIF powered audio/video media player React components.

### **[Demo](https://iiif-react-media-player.netlify.app/) | [GitHub Wiki](https://github.com/samvera-labs/iiif-react-media-player/wiki)**
### **[Demo](https://iiif-react-media-player.netlify.app/) | [GitHub Wiki](https://github.com/samvera-labs/ramp/wiki)**

## General Usage:

Expand Down Expand Up @@ -57,7 +57,7 @@ const App = () => {
export default App;
```

More detailed explanation and usage of these components, please refer to the [Wiki](https://github.com/samvera-labs/iiif-react-media-player/wiki) documentation.
More detailed explanation and usage of these components, please refer to the [Wiki](https://github.com/samvera-labs/ramp/wiki) documentation.

### Cross-site Requests

Expand Down Expand Up @@ -123,7 +123,7 @@ A new build is triggered and published in Netlify when code changes are merged t

## Documentation

See the [Styleguidist docs](https://samvera-labs.github.io/iiif-react-media-player/) for documentation on the components. And our [GitHub Wiki](https://github.com/samvera-labs/iiif-react-media-player/wiki) for more details on usage and implementation of these components.
See the [Styleguidist docs](https://samvera-labs.github.io/ramp/) for documentation on the components. And our [GitHub Wiki](https://github.com/samvera-labs/ramp/wiki) for more details on usage and implementation of these components.

## Running the tests

Expand Down Expand Up @@ -167,7 +167,7 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available,
- **Phuong Dinh** - _Front End Developer_ - [Indiana University](https://iu.edu)
- **Divya Katpally** - _Front End Developer_ - [Northwestern University](https://northwestern.edu)

See also the list of [contributors](https://github.com/samvera-labs/iiif-react-media-player/graphs/contributors) who participated in this project.
See also the list of [contributors](https://github.com/samvera-labs/ramp/graphs/contributors) who participated in this project.

## License

Expand All @@ -178,4 +178,4 @@ The library is available as open source under the terms of the [Apache 2.0 Licen
- [Avalon Media System](https://www.avalonmediasystem.org/)

[![Netlify Status](https://api.netlify.com/api/v1/badges/4fab1f64-7d56-4a69-b5f6-6cae5ed55537/deploy-status)](https://app.netlify.com/sites/iiif-react-media-player/deploys)
[![CircleCI](https://circleci.com/gh/samvera-labs/iiif-react-media-player.svg?style=svg)](https://app.circleci.com/pipelines/github/avalonmediasystem/react-iiif-media-player)
[![CircleCI](https://circleci.com/gh/samvera-labs/ramp.svg?style=svg)](https://app.circleci.com/pipelines/github/samvera-labs/ramp)
28 changes: 14 additions & 14 deletions assets/manifests/production/invalid-annotation.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://samvera-labs.github.io/iiif-react-media-player/manifests/invalid-annotation.json",
"id": "https://samvera-labs.github.io/ramp/manifests/invalid-annotation.json",
"type": "Manifest",
"label": {
"en": [
Expand All @@ -9,18 +9,18 @@
},
"items": [
{
"id": "https://samvera-labs.github.io/iiif-react-media-player/manifests/invalid-annotation/canvas/1",
"id": "https://samvera-labs.github.io/ramp/manifests/invalid-annotation/canvas/1",
"type": "Canvas",
"height": 360,
"width": 480,
"duration": 572.034,
"items": [
{
"id": "https://samvera-labs.github.io/iiif-react-media-player/manifests/invalid-annotation/canvas/1/page/1",
"id": "https://samvera-labs.github.io/ramp/manifests/invalid-annotation/canvas/1/page/1",
"type": "AnnotationPage",
"items": [
{
"id": "https://samvera-labs.github.io/iiif-react-media-player/manifests/invalid-annotation/canvas/1/page/1/annotation/1",
"id": "https://samvera-labs.github.io/ramp/manifests/invalid-annotation/canvas/1/page/1/annotation/1",
"type": "Annotation",
"motivation": "painting",
"body": [
Expand All @@ -29,7 +29,7 @@
"choiceHint": "user",
"items": [
{
"id": "https://samvera-labs.github.io/iiif-react-media-player/lunchroom_manners/high/lunchroom_manners_1024kb.mp4",
"id": "https://samvera-labs.github.io/ramp/lunchroom_manners/high/lunchroom_manners_1024kb.mp4",
"type": "Video",
"format": "video/mp4",
"label": {
Expand All @@ -39,7 +39,7 @@
}
},
{
"id": "https://samvera-labs.github.io/iiif-react-media-player/lunchroom_manners/medium/lunchroom_manners_512kb.mp4",
"id": "https://samvera-labs.github.io/ramp/lunchroom_manners/medium/lunchroom_manners_512kb.mp4",
"type": "Video",
"format": "video/mp4",
"label": {
Expand All @@ -51,7 +51,7 @@
]
},
{
"id": "https://samvera-labs.github.io/iiif-react-media-player/lunchroom_manners/lunchroom_manners.vtt",
"id": "https://samvera-labs.github.io/ramp/lunchroom_manners/lunchroom_manners.vtt",
"type": "Text",
"format": "text/vtt",
"label": {
Expand All @@ -62,25 +62,25 @@
"language": "en"
}
],
"target": "https://samvera-labs.github.io/iiif-react-media-player/manifests/invalid-annotation/canvas/1"
"target": "https://samvera-labs.github.io/ramp/manifests/invalid-annotation/canvas/1"
}
]
}
],
"annotations": [
{
"id": "https://samvera-labs.github.io/iiif-react-media-player/manifests/invalid-annotation/canvas/1/page/2",
"id": "https://samvera-labs.github.io/ramp/manifests/invalid-annotation/canvas/1/page/2",
"type": "AnnotationPage",
"items": [
{
"id": "https://samvera-labs.github.io/iiif-react-media-player/manifests/invalid-annotation/canvas/1/page/2/annotation/1",
"id": "https://samvera-labs.github.io/ramp/manifests/invalid-annotation/canvas/1/page/2/annotation/1",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://samvera-labs.github.io/iiif-react-media-player/lunchroom_manners/lunchroom_manners_poster.jpg",
"id": "https://samvera-labs.github.io/ramp/lunchroom_manners/lunchroom_manners_poster.jpg",
"type": "Image"
},
"target": "https://samvera-labs.github.io/iiif-react-media-player/manifests/invalid-annotation/canvas/1"
"target": "https://samvera-labs.github.io/ramp/manifests/invalid-annotation/canvas/1"
}
]
}
Expand All @@ -89,8 +89,8 @@
],
"thumbnail": [
{
"id": "https://samvera-labs.github.io/iiif-react-media-player/lunchroom_manners/lunchroom_manners_poster.jpg",
"id": "https://samvera-labs.github.io/ramp/lunchroom_manners/lunchroom_manners_poster.jpg",
"type": "Image"
}
]
}
}
Loading