diff --git a/resources/views/Emails/Layouts/Master.blade.php b/resources/views/Emails/Layouts/Master.blade.php
index bce1c983..1d8824aa 100644
--- a/resources/views/Emails/Layouts/Master.blade.php
+++ b/resources/views/Emails/Layouts/Master.blade.php
@@ -52,7 +52,7 @@
|
{{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}}
- {{--See https://github.com/Attendize/Attendize/blob/master/LICENSE for more information.--}}
+ {{--See https://www.attendize.com/licence.php for more information.--}}
Powered By Attendize.com.
@yield('footer')
diff --git a/resources/views/Public/ViewEvent/Partials/EventFooterSection.blade.php b/resources/views/Public/ViewEvent/Partials/EventFooterSection.blade.php
index e62a16ba..5e76233c 100644
--- a/resources/views/Public/ViewEvent/Partials/EventFooterSection.blade.php
+++ b/resources/views/Public/ViewEvent/Partials/EventFooterSection.blade.php
@@ -7,7 +7,7 @@
{{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}}
- {{--See https://github.com/Attendize/Attendize/blob/master/LICENSE for more information.--}}
+ {{--See https://www.attendize.com/licence.php for more information.--}}
@include('Shared.Partials.PoweredBy')
diff --git a/resources/views/Public/ViewEvent/Partials/PDFTicket.blade.php b/resources/views/Public/ViewEvent/Partials/PDFTicket.blade.php
index d8d672b1..2a58e97f 100644
--- a/resources/views/Public/ViewEvent/Partials/PDFTicket.blade.php
+++ b/resources/views/Public/ViewEvent/Partials/PDFTicket.blade.php
@@ -102,7 +102,7 @@
{{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}}
- {{--See https://github.com/Attendize/Attendize/blob/master/LICENSE for more information.--}}
+ {{--See https://www.attendize.com/licence.php for more information.--}}
@include('Shared.Partials.PoweredBy')
|