(cherry picked from commit 8718fb447b0d5d53a0eeb5b21ed6f8d1766cb21b)
... | ... |
@@ -3,7 +3,7 @@ |
3 | 3 |
|
4 | 4 |
Kamailio SIP Server Installation Notes |
5 | 5 |
|
6 |
- http://www.kamailio.org |
|
6 |
+ https://www.kamailio.org |
|
7 | 7 |
|
8 | 8 |
================================================== |
9 | 9 |
|
... | ... |
@@ -16,7 +16,7 @@ |
16 | 16 |
|
17 | 17 |
You can find a similar tutorial and many more on project's web site: |
18 | 18 |
- https://www.kamailio.org/w/documentation/ |
19 |
- - https://www.kamailio.org/wiki/ |
|
19 |
+ - https://www.kamailio.org/wikidocs/ |
|
20 | 20 |
|
21 | 21 |
|
22 | 22 |
Table of Contents |
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
|
2 | 2 |
|
3 |
-Kamailio v5.5 |
|
3 |
+Kamailio v5.6 |
|
4 | 4 |
============= |
5 | 5 |
|
6 | 6 |
https://www.kamailio.org |
... | ... |
@@ -67,7 +67,7 @@ III. Getting started |
67 | 67 |
The documentation wiki is an important source of tutorials for installing |
68 | 68 |
and understanding how Kamailio works: |
69 | 69 |
|
70 |
- * https://www.kamailio.org/wiki/ |
|
70 |
+ * https://www.kamailio.org/wikidocs/ |
|
71 | 71 |
|
72 | 72 |
The INSTALL document provides more details and guidelines that will help with |
73 | 73 |
the installation. |
... | ... |
@@ -93,7 +93,7 @@ both developer teams. During the development of the release 4.0, autumn-winter |
93 | 93 |
of 2012, the merger of the products was completed and a unified product was |
94 | 94 |
released. |
95 | 95 |
|
96 |
-See http://www.kamailio.org/ for the story of SER, OpenSER and Kamailio. |
|
96 |
+See https://www.kamailio.org/ for the story of SER, OpenSER and Kamailio. |
|
97 | 97 |
|
98 | 98 |
V. Obtaining Help |
99 | 99 |
================= |
... | ... |
@@ -126,7 +126,7 @@ For code contributions, follow the suggestions provided at: |
126 | 126 |
The recommended way to contribute code is via pull requests to Kamailio |
127 | 127 |
project on Github: |
128 | 128 |
|
129 |
- * httpss://github.com/kamailio |
|
129 |
+ * https://github.com/kamailio |
|
130 | 130 |
|
131 | 131 |
VII. More Information |
132 | 132 |
===================== |
... | ... |
@@ -5,7 +5,7 @@ |
5 | 5 |
|
6 | 6 |
Project Website: |
7 | 7 |
|
8 |
- * http://www.kamailio.org |
|
8 |
+ * https://www.kamailio.org |
|
9 | 9 |
|
10 | 10 |
[20 Years Of Kamailio Development: Sep 3, 2001 - Sep 3, 2021](https://www.kamailio.org/w/2021/09/kamailio-20-years-of-development/) |
11 | 11 |
|
... | ... |
@@ -57,7 +57,7 @@ The online documentation for modules in the latest stable branch: |
57 | 57 |
|
58 | 58 |
The wiki collects a consistent number of tutorials, the indexes for variables, functions and parameters: |
59 | 59 |
|
60 |
- * https://www.kamailio.org/wiki/ |
|
60 |
+ * https://www.kamailio.org/wikidocs/ |
|
61 | 61 |
|
62 | 62 |
Please read the README file in the source code, one per module. |
63 | 63 |
|
... | ... |
@@ -65,14 +65,14 @@ Please read the README file in the source code, one per module. |
65 | 65 |
|
66 | 66 |
Step by step tutorials to install Kamailio from source code are available at: |
67 | 67 |
|
68 |
- * https://www.kamailio.org/wiki/start#installation |
|
68 |
+ * https://www.kamailio.org/wikidocs/#installation |
|
69 | 69 |
|
70 | 70 |
Please read the INSTALL file from the source code for more information. |
71 | 71 |
|
72 | 72 |
Repositories for Linux packages: |
73 | 73 |
|
74 |
- * deb: https://www.kamailio.org/wiki/packages/debs |
|
75 |
- * rpm: https://www.kamailio.org/wiki/packages/rpms |
|
74 |
+ * deb: https://www.kamailio.org/wikidocs/packages/debs |
|
75 |
+ * rpm: https://www.kamailio.org/wikidocs/packages/rpms |
|
76 | 76 |
|
77 | 77 |
## Issues And Bug Reports |
78 | 78 |
|