Forráskód Böngészése

.github: typo fixes and updates to mailing lists links

dilyanpalauzov 2 éve
szülő
commit
49c1ae2818

+ 3 - 3
.github/CONTRIBUTING.md

@@ -29,7 +29,7 @@ changes to this document in a pull request.
 Kamailio is a community managed project, with developers world wide. Any
 Kamailio is a community managed project, with developers world wide. Any
 contribution to code or documentation is very welcome and appreciated.
 contribution to code or documentation is very welcome and appreciated.
 
 
-In order to be easily able to track the changes and have a coherent ChangLog
+In order to be easily able to track the changes and have a coherent ChangeLog
 and commit history, there are several *rules* required for each contribution.
 and commit history, there are several *rules* required for each contribution.
 
 
 ## Contributing Code Or Content ##
 ## Contributing Code Or Content ##
@@ -116,7 +116,7 @@ changes were done.
 At the end of the first line some CI flags can be added. Available at this
 At the end of the first line some CI flags can be added. Available at this
 moment:
 moment:
 
 
-  * `[skip ci]` - skip continous integration builds for source code, recommended
+  * `[skip ci]` - skip continuous integration builds for source code, recommended
   to be added when updating documentation, example configs or other utilities.
   to be added when updating documentation, example configs or other utilities.
   Example:
   Example:
     * `msilo: docs - updated example for m_dump() function [skip ci]`
     * `msilo: docs - updated example for m_dump() function [skip ci]`
@@ -270,4 +270,4 @@ released under BSD must be done under BSD as well.
 
 
 For any question, do not hesitate to contact other developers via mailing list:
 For any question, do not hesitate to contact other developers via mailing list:
 
 
-  * **[sr-dev [at] lists.kamailio.org](http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev)**
+  * **[sr-dev [at] lists.kamailio.org](https://lists.kamailio.org/mailman3/postorius/lists/sr-dev.lists.kamailio.org/)**

+ 2 - 2
.github/ISSUE_TEMPLATE/bug_report.md

@@ -9,11 +9,11 @@ Kamailio Project uses GitHub Issues only for bugs in the code or feature request
 
 
 If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:
 If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:
 
 
-  * http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
+  * https://lists.kamailio.org/mailman3/postorius/lists/sr-users.lists.kamailio.org/
 
 
 If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:
 If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:
 
 
-  * http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
+  * https://lists.kamailio.org/mailman3/postorius/lists/sr-dev.lists.kamailio.org/
 
 
 Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.
 Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.
 
 

+ 2 - 2
.github/ISSUE_TEMPLATE/feature_request.md

@@ -9,11 +9,11 @@ Kamailio Project uses GitHub Issues only for bugs in the code or feature request
 
 
 If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:
 If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:
 
 
-  * http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
+  * https://lists.kamailio.org/mailman3/postorius/lists/sr-users.lists.kamailio.org/
 
 
 If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:
 If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:
 
 
-  * http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
+  * https://lists.kamailio.org/mailman3/postorius/lists/sr-dev.lists.kamailio.org/
 
 
 Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.
 Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.