Skip to content

Commit dfd23ac

Browse files
rogers0Windendless
authored andcommitted
Prefer https over http in URL (shadowsocks#1104)
1 parent e074dd8 commit dfd23ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Intro
44

5-
[Shadowsocks-libev](http://shadowsocks.org) is a lightweight secured SOCKS5
5+
[Shadowsocks-libev](https://shadowsocks.org) is a lightweight secured SOCKS5
66
proxy for embedded devices and low-end boxes.
77

88
It is a port of [Shadowsocks](https://github.com/shadowsocks/shadowsocks)
@@ -17,7 +17,7 @@ Travis CI: [![Travis CI](https://travis-ci.org/shadowsocks/shadowsocks-libev.svg
1717

1818
Shadowsocks-libev is written in pure C and only depends on
1919
[libev](http://software.schmorp.de/pkg/libev.html) and
20-
[OpenSSL](http://www.openssl.org/) or [mbedTLS](https://tls.mbed.org/).
20+
[OpenSSL](https://www.openssl.org/) or [mbedTLS](https://tls.mbed.org/).
2121

2222
In normal usage, the memory footprint is about 600KB and the CPU utilization is
2323
no more than 5% on a low-end router (Buffalo WHR-G300N V2 with a 400MHz MIPS CPU,
@@ -116,7 +116,7 @@ Ubuntu 14.04.
116116
**Note for Debian 7.x users**:
117117
To build packages on Debian 7 (Wheezy), you need to enable `debian-backports`
118118
to install systemd-compatibility packages like `dh-systemd` or `init-system-helpers`.
119-
Please follow the instructions on [Debian Backports](http://backports.debian.org).
119+
Please follow the instructions on [Debian Backports](https://backports.debian.org).
120120

121121
This also means that you can only install those built packages on systems that have
122122
`init-system-helpers` installed.

shadowsocks-libev.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=@includedir@
55

66
Name: shadowsocks-libev
77
Description: a lightweight secured socks5 proxy
8-
URL: http://shadowsocks.org
8+
URL: https://shadowsocks.org
99
Version: @VERSION@
1010
Requires:
1111
Cflags: -I${includedir}

0 commit comments

Comments
 (0)