diff --git a/assets/js/main.js b/assets/js/main.js index 6d71b24..f78c208 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -160,7 +160,7 @@ // Show message. $message._show('success', 'Thank you!'); - window.open('https://chproducts.tech/docs', '_blank'); + window.open('https://chproducts.github.io/docs', '_blank'); //$message._show('failure', 'Something went wrong. Please try again.'); }, 750); @@ -169,4 +169,4 @@ })(); -})(); \ No newline at end of file +})();