Skip to content

Commit eb35a7a

Browse files
committed
doc: now we highly recommend Test::Nginx::Socket.
1 parent 426415c commit eb35a7a

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Table of Contents
2121

2222
This distribution provides two testing modules for Nginx C module development:
2323

24-
- [Test::Nginx::Socket](https://metacpan.org/pod/Test::Nginx::Socket) (This is recommended.)
24+
- [Test::Nginx::Socket](https://metacpan.org/pod/Test::Nginx::Socket) (This is highly recommended.)
2525
- [Test::Nginx::LWP](https://metacpan.org/pod/Test::Nginx::LWP) (This is obsolete.)
2626

2727
All of them are based on [Test::Base](https://metacpan.org/pod/Test::Base).
@@ -46,11 +46,11 @@ as in
4646

4747
- ngx\_echo
4848

49-
[http://github.com/agentzh/echo-nginx-module](http://github.com/agentzh/echo-nginx-module)
49+
[https://github.com/openresty/echo-nginx-module](https://github.com/openresty/echo-nginx-module)
5050

5151
- ngx\_headers\_more
5252

53-
[http://github.com/agentzh/headers-more-nginx-module](http://github.com/agentzh/headers-more-nginx-module)
53+
[https://github.com/openresty/headers-more-nginx-module](https://github.com/openresty/headers-more-nginx-module)
5454

5555
- ngx\_chunkin
5656

@@ -62,55 +62,55 @@ as in
6262

6363
- ngx\_drizzle
6464

65-
[http://github.com/chaoslawful/drizzle-nginx-module](http://github.com/chaoslawful/drizzle-nginx-module)
65+
[https://github.com/chaoslawful/drizzle-nginx-module](https://github.com/chaoslawful/drizzle-nginx-module)
6666

6767
- ngx\_rds\_json
6868

69-
[http://github.com/agentzh/rds-json-nginx-module](http://github.com/agentzh/rds-json-nginx-module)
69+
[https://github.com/openresty/rds-json-nginx-module](https://github.com/openresty/rds-json-nginx-module)
7070

7171
- ngx\_rds\_csv
7272

73-
[http://github.com/agentzh/rds-csv-nginx-module](http://github.com/agentzh/rds-csv-nginx-module)
73+
[https://github.com/openresty/rds-csv-nginx-module](https://github.com/openresty/rds-csv-nginx-module)
7474

7575
- ngx\_xss
7676

77-
[http://github.com/agentzh/xss-nginx-module](http://github.com/agentzh/xss-nginx-module)
77+
[https://github.com/openresty/xss-nginx-module](https://github.com/openresty/xss-nginx-module)
7878

7979
- ngx\_srcache
8080

81-
[http://github.com/agentzh/srcache-nginx-module](http://github.com/agentzh/srcache-nginx-module)
81+
[https://github.com/openresty/srcache-nginx-module](https://github.com/openresty/srcache-nginx-module)
8282

8383
- ngx\_lua
8484

85-
[http://github.com/chaoslawful/lua-nginx-module](http://github.com/chaoslawful/lua-nginx-module)
85+
[https://github.com/chaoslawful/lua-nginx-module](https://github.com/chaoslawful/lua-nginx-module)
8686

8787
- ngx\_set\_misc
8888

89-
[http://github.com/agentzh/set-misc-nginx-module](http://github.com/agentzh/set-misc-nginx-module)
89+
[https://github.com/openresty/set-misc-nginx-module](https://github.com/openresty/set-misc-nginx-module)
9090

9191
- ngx\_array\_var
9292

93-
[http://github.com/agentzh/array-var-nginx-module](http://github.com/agentzh/array-var-nginx-module)
93+
[https://github.com/openresty/array-var-nginx-module](https://github.com/openresty/array-var-nginx-module)
9494

9595
- ngx\_form\_input
9696

97-
[http://github.com/calio/form-input-nginx-module](http://github.com/calio/form-input-nginx-module)
97+
[https://github.com/calio/form-input-nginx-module](https://github.com/calio/form-input-nginx-module)
9898

9999
- ngx\_iconv
100100

101-
[http://github.com/calio/iconv-nginx-module](http://github.com/calio/iconv-nginx-module)
101+
[https://github.com/calio/iconv-nginx-module](https://github.com/calio/iconv-nginx-module)
102102

103103
- ngx\_set\_cconv
104104

105-
[http://github.com/liseen/set-cconv-nginx-module](http://github.com/liseen/set-cconv-nginx-module)
105+
[https://github.com/liseen/set-cconv-nginx-module](https://github.com/liseen/set-cconv-nginx-module)
106106

107107
- ngx\_postgres
108108

109-
[http://github.com/FRiCKLE/ngx\_postgres](http://github.com/FRiCKLE/ngx_postgres)
109+
[https://github.com/FRiCKLE/ngx\_postgres](https://github.com/FRiCKLE/ngx_postgres)
110110

111111
- ngx\_coolkit
112112

113-
[http://github.com/FRiCKLE/ngx\_coolkit](http://github.com/FRiCKLE/ngx_coolkit)
113+
[https://github.com/FRiCKLE/ngx\_coolkit](https://github.com/FRiCKLE/ngx_coolkit)
114114

115115
- Naxsi
116116

@@ -120,7 +120,7 @@ as in
120120

121121
This module has a Git repository on Github, which has access for all.
122122

123-
http://github.com/agentzh/test-nginx
123+
[https://github.com/openresty/test-nginx](https://github.com/openresty/test-nginx)
124124

125125
If you want a commit bit, feel free to drop me a line.
126126

lib/Test/Nginx.pm

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This distribution provides two testing modules for Nginx C module development:
2121
2222
=item *
2323
24-
L<Test::Nginx::Socket> (This is recommended.)
24+
L<Test::Nginx::Socket> (This is highly recommended.)
2525
2626
=item *
2727
@@ -53,11 +53,11 @@ as in
5353
5454
=item ngx_echo
5555
56-
L<http://github.com/agentzh/echo-nginx-module>
56+
L<https://github.com/openresty/echo-nginx-module>
5757
5858
=item ngx_headers_more
5959
60-
L<http://github.com/agentzh/headers-more-nginx-module>
60+
L<https://github.com/openresty/headers-more-nginx-module>
6161
6262
=item ngx_chunkin
6363
@@ -69,55 +69,55 @@ L<http://wiki.nginx.org/NginxHttpMemcModule>
6969
7070
=item ngx_drizzle
7171
72-
L<http://github.com/chaoslawful/drizzle-nginx-module>
72+
L<https://github.com/chaoslawful/drizzle-nginx-module>
7373
7474
=item ngx_rds_json
7575
76-
L<http://github.com/agentzh/rds-json-nginx-module>
76+
L<https://github.com/openresty/rds-json-nginx-module>
7777
7878
=item ngx_rds_csv
7979
80-
L<http://github.com/agentzh/rds-csv-nginx-module>
80+
L<https://github.com/openresty/rds-csv-nginx-module>
8181
8282
=item ngx_xss
8383
84-
L<http://github.com/agentzh/xss-nginx-module>
84+
L<https://github.com/openresty/xss-nginx-module>
8585
8686
=item ngx_srcache
8787
88-
L<http://github.com/agentzh/srcache-nginx-module>
88+
L<https://github.com/openresty/srcache-nginx-module>
8989
9090
=item ngx_lua
9191
92-
L<http://github.com/chaoslawful/lua-nginx-module>
92+
L<https://github.com/chaoslawful/lua-nginx-module>
9393
9494
=item ngx_set_misc
9595
96-
L<http://github.com/agentzh/set-misc-nginx-module>
96+
L<https://github.com/openresty/set-misc-nginx-module>
9797
9898
=item ngx_array_var
9999
100-
L<http://github.com/agentzh/array-var-nginx-module>
100+
L<https://github.com/openresty/array-var-nginx-module>
101101
102102
=item ngx_form_input
103103
104-
L<http://github.com/calio/form-input-nginx-module>
104+
L<https://github.com/calio/form-input-nginx-module>
105105
106106
=item ngx_iconv
107107
108-
L<http://github.com/calio/iconv-nginx-module>
108+
L<https://github.com/calio/iconv-nginx-module>
109109
110110
=item ngx_set_cconv
111111
112-
L<http://github.com/liseen/set-cconv-nginx-module>
112+
L<https://github.com/liseen/set-cconv-nginx-module>
113113
114114
=item ngx_postgres
115115
116-
L<http://github.com/FRiCKLE/ngx_postgres>
116+
L<https://github.com/FRiCKLE/ngx_postgres>
117117
118118
=item ngx_coolkit
119119
120-
L<http://github.com/FRiCKLE/ngx_coolkit>
120+
L<https://github.com/FRiCKLE/ngx_coolkit>
121121
122122
=item Naxsi
123123
@@ -129,7 +129,7 @@ L<http://code.google.com/p/naxsi/>
129129
130130
This module has a Git repository on Github, which has access for all.
131131
132-
http://github.com/agentzh/test-nginx
132+
L<https://github.com/openresty/test-nginx>
133133
134134
If you want a commit bit, feel free to drop me a line.
135135

lib/Test/Nginx/Socket.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3603,7 +3603,7 @@ stdout/stderr.
36033603
36043604
This module has a Git repository on Github, which has access for all:
36053605
3606-
L<https://github.com/agentzh/test-nginx>
3606+
L<https://github.com/openresty/test-nginx>
36073607
36083608
If you want a commit bit, feel free to drop me a line.
36093609

0 commit comments

Comments
 (0)