diff --git a/docs/es-modules/profiles.html b/docs/es-modules/profiles.html index df3bb48d..840fb4ac 100644 --- a/docs/es-modules/profiles.html +++ b/docs/es-modules/profiles.html @@ -67,7 +67,7 @@
Player with custom profile
profile: 'myCustomProfile' }); - playerWithCustomProfile.source('sea_turtle'); + playerWithCustomProfile.source('samples/cld-sample-video'); })(); diff --git a/docs/profiles.html b/docs/profiles.html index fbd893b1..2f0278d6 100644 --- a/docs/profiles.html +++ b/docs/profiles.html @@ -38,7 +38,7 @@ profile: 'myCustomProfile', }); - playerWithCustomProfile.source('sea_turtle'); + playerWithCustomProfile.source('samples/cld-sample-video'); }, false); @@ -121,7 +121,7 @@

Example Code:

profile: 'myCustomProfile', }); - playerWithCustomProfile.source('sea_turtle'); + playerWithCustomProfile.source('samples/cld-sample-video'); }, false);