Skip to content

Commit

Permalink
Merge pull request #3 from venkykandagaddala/cbrelease-4.8.16.2
Browse files Browse the repository at this point in the history
updated the get started video URL
  • Loading branch information
venkykandagaddala authored Aug 14, 2024
2 parents 26bb48f + e22ac2b commit cb40cb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class AppTourVideoComponent implements OnInit, OnDestroy {

ngOnInit() {
this.environment = environment
this.videoUrl = `https://${this.environment.sitePath}/content-store/Website_Video.mp4`
this.videoUrl = `https://${this.environment.sitePath}/assets/public/content/guide-videos/Website_Video.mp4`
try {
if (this.videoProgressTime > 0) {
this.videoPlayedProgress = false
Expand Down

0 comments on commit cb40cb3

Please sign in to comment.