Skip to content

Commit

Permalink
feat: docs profile url
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-roch committed Oct 2, 2024
1 parent d5deaa2 commit a8545b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/es-modules/profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h5>Player with custom profile</h5>
profile: 'myCustomProfile'
});

playerWithCustomProfile.source('sea_turtle');
playerWithCustomProfile.source('samples/cld-sample-video');
})();
</script>

Expand Down
4 changes: 2 additions & 2 deletions docs/profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
profile: 'myCustomProfile',
});

playerWithCustomProfile.source('sea_turtle');
playerWithCustomProfile.source('samples/cld-sample-video');
}, false);
</script>
</head>
Expand Down Expand Up @@ -121,7 +121,7 @@ <h3 class="mt-4">Example Code:</h3>
profile: 'myCustomProfile',
});

playerWithCustomProfile.source('sea_turtle');
playerWithCustomProfile.source('samples/cld-sample-video');
}, false);
</code>
</pre>
Expand Down

0 comments on commit a8545b3

Please sign in to comment.