Browse Source

make readme links https

tags/v2.1.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
c4d32e8af3
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -4,7 +4,7 @@ Oragono is a modern IRC server written in Go. Its core design principles are:
4 4
 
5 5
 * Being simple to set up and use
6 6
 * Combining the features of an ircd, a services framework, and a bouncer (integrated account management, history storage, and bouncer functionality)
7
-* Bleeding-edge [IRCv3 support](http://ircv3.net/software/servers.html), suitable for use as an IRCv3 reference implementation
7
+* Bleeding-edge [IRCv3 support](https://ircv3.net/software/servers.html), suitable for use as an IRCv3 reference implementation
8 8
 * Highly customizable via a rehashable (i.e., reloadable at runtime) YAML config
9 9
 
10 10
 Oragono is a fork of the [Ergonomadic](https://github.com/jlatt/ergonomadic) IRC daemon <3
@@ -39,7 +39,7 @@ If you want to take a look at a running Oragono instance or test some client cod
39 39
 * automated client connection limits
40 40
 * passwords stored with [bcrypt](https://godoc.org/golang.org/x/crypto)
41 41
 * banning ips/nets and masks with `KLINE` and `DLINE`
42
-* [IRCv3 support](http://ircv3.net/software/servers.html)
42
+* [IRCv3 support](https://ircv3.net/software/servers.html)
43 43
 * a heavy focus on developing with [specifications](https://oragono.io/specs.html)
44 44
 
45 45
 ## Installation

Loading…
Cancel
Save