diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 6f09bef..77ccba4 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,6 +1,6 @@
-This issue tracker is only for issues related to WordOps.
-Please use
+
WordOps
@@ -26,6 +26,11 @@
Credits •
License
+ WordOps site • +Community forum • +Documentation +
--- @@ -142,12 +147,12 @@ wo update ## Support If you feel there is a bug directly related to WordOps, feel free to open an issue. -For any other questions/suggestions about WordOps or if you need support, please use the [WordOps Community Forum](https://community.wordops.io/). +For any other questions/suggestions about WordOps or if you need support, please use the [WordOps Community Forum](https://community.wordops.net/). # Contributing If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome. -There is no need to be a developer or a system administrator to contribute to WordOps project. You can still contribute by helping us to improve [WordOps documentation](https://github.com/WordOps/docs.wordops.io). +There is no need to be a developer or a system administrator to contribute to WordOps project. You can still contribute by helping us to improve [WordOps documentation](https://github.com/WordOps/docs.wordops.net). ## Credits @@ -157,4 +162,4 @@ There is no need to be a developer or a system administrator to contribute to Wo ## License -- [MIT](http://opensource.org/licenses/MIT) © [WordOps](https://wordops.io) +- [MIT](http://opensource.org/licenses/MIT) © [WordOps](https://wordops.net) diff --git a/install b/install index ef6d4e6..2046b4d 100644 --- a/install +++ b/install @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------- # WordOps install and update script # ------------------------------------------------------------------------- -# Website: https://wordops.io +# Website: https://wordops.net # GitHub: https://github.com/WordOps/WordOps # Copyright (c) 2019 - WordOps # This script is licensed under M.I.T @@ -689,7 +689,7 @@ if [ "$migration" -eq "1" ]; then wo_lib_echo_info "For autocompletion, run the following command:" wo_lib_echo_info "source /etc/bash_completion.d/wo_auto.rc" echo - wo_lib_echo "WordOps (wo) help: https://docs.wordops.io" + wo_lib_echo "WordOps (wo) help: https://docs.wordops.net" else echo wo_lib_echo "For WordOps (wo) auto completion, run the following command" @@ -697,5 +697,5 @@ else wo_lib_echo_info "source /etc/bash_completion.d/wo_auto.rc" echo wo_lib_echo "Yay! WordOps (wo) installed/updated successfully" - wo_lib_echo "WordOps (wo) help: https://docs.wordops.io" + wo_lib_echo "WordOps (wo) help: https://docs.wordops.net" fi diff --git a/setup.py b/setup.py index 4121c55..df2f56d 100644 --- a/setup.py +++ b/setup.py @@ -64,8 +64,8 @@ setup(name='wo', classifiers=[], keywords='', author='WordOps', - author_email='core@wordops.io', - url='https://wordops.io', + author_email='core@wordops.net', + url='https://wordops.net', license='MIT', packages=find_packages(exclude=['ez_setup', 'examples', 'tests', 'templates']), diff --git a/wo/cli/plugins/site_functions.py b/wo/cli/plugins/site_functions.py index 32987e7..67481fe 100644 --- a/wo/cli/plugins/site_functions.py +++ b/wo/cli/plugins/site_functions.py @@ -1382,7 +1382,7 @@ def renewLetsEncrypt(self, wo_domain_name): # "\nPlease check the WordOps log for reason # The current expiry date is : " + # str(SSL.getExpirationDate(self, wo_domain_name)) + - # "\n\nFor support visit https://wordops.io/support . + # "\n\nFor support visit https://wordops.net/support . # \n\nBest regards,\nYour WordOps Worker", files=mail_list, # port=25, isTls=False) Log.error(self, "Check the WO log for more details "