Skip to content

Commit 792d60b

Browse files
committed
Do not use /master/ in links to the changelog and other stuff
And use new raw.githubusercontent.com (over raw.github.com)
1 parent 5c68918 commit 792d60b

1 file changed

Lines changed: 19 additions & 17 deletions

File tree

index.html

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ <h3>Documentation</h3>
125125
Book: <a href="http://www.wangafu.net/~nickm/libevent-book/">Programming with Libevent</a>.<br>
126126
Reference:
127127
<a href="http://www.wangafu.net/~nickm/libevent-1.4/doxygen/html">1.4.x-stable</a>&ensp;<a href="http://www.wangafu.net/~nickm/libevent-2.0/doxygen/html">2.0.x-stable</a>&ensp;<a href="http://www.wangafu.net/~nickm/libevent-2.1/doxygen/html">2.1.x-stable</a>.<br>
128-
What's new in: <a href="https://raw.github.com/libevent/libevent/patches-2.0/whatsnew-2.0.txt">2.0.x-stable</a>&ensp;<a href="https://raw.github.com/libevent/libevent/master/whatsnew-2.1.txt">2.1.x-alpha</a>.
128+
What's new in:
129+
<a href="https://raw.githubusercontent.com/libevent/libevent/patches-2.0/whatsnew-2.0.txt">2.0.x-stable</a>&ensp;
130+
<a href="https://raw.githubusercontent.com/libevent/libevent/patches-2.1/whatsnew-2.1.txt">2.1.x-alpha</a>.
129131

130132
<!-- Sample Application: <a href="event-test.c">event-test.c</a> -->
131133

@@ -141,20 +143,20 @@ <h3>Download&ndash;Stable releases</h3>
141143
<li>Changelog to follow
142144
</ul>
143145

144-
<li><a href="https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz">libevent-2.0.22-stable.tar.gz</a> [<a href="https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.0.22-stable/ChangeLog">ChangeLog</a><br>Released 2014-01-05
146+
<li><a href="https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz">libevent-2.0.22-stable.tar.gz</a> [<a href="https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.githubusercontent.com/libevent/libevent/release-2.0.22-stable/ChangeLog">ChangeLog</a><br>Released 2014-01-05
145147
<ul>
146148
<li>Changelog to follow
147149
</ul>
148150

149-
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz">libevent-2.0.21-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.0.21-stable/ChangeLog">ChangeLog</a><br>Released 2012-11-18
151+
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz">libevent-2.0.21-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.githubusercontent.com/libevent/libevent/release-2.0.21-stable/ChangeLog">ChangeLog</a><br>Released 2012-11-18
150152
<ul>
151153
<li>Several SSL correctness and performance fixes.
152154
<li>Build fixes for mingw64
153155
<li>Avoid a few resource leaks
154156
<li>and more...
155157
</ul>
156158

157-
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.0.20-stable.tar.gz">libevent-2.0.20-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.20-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.0.20-stable/ChangeLog">ChangeLog</a><br>Released 2012-08-23
159+
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.0.20-stable.tar.gz">libevent-2.0.20-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.20-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.githubusercontent.com/libevent/libevent/release-2.0.20-stable/ChangeLog">ChangeLog</a><br>Released 2012-08-23
158160
<ul>
159161
<li>Fix a crash on windows.
160162
<li>Make event_pending() threadsafe.
@@ -163,12 +165,12 @@ <h3>Download&ndash;Stable releases</h3>
163165
<li>and more...
164166
</ul>
165167

166-
<li><a href="https://github.com/libevent/libevent/archive/release-1.4.15-stable.tar.gz">libevent-1.4.15-stable.tar.gz</a> <a href="https://raw.github.com/libevent/libevent/release-1.4.15-stable/ChangeLog">ChangeLog</a><br>Released 2015-01-05
168+
<li><a href="https://github.com/libevent/libevent/archive/release-1.4.15-stable.tar.gz">libevent-1.4.15-stable.tar.gz</a> <a href="https://raw.githubusercontent.com/libevent/libevent/release-1.4.15-stable/ChangeLog">ChangeLog</a><br>Released 2015-01-05
167169
<ul>
168170
<li>Changelog to follow
169171
</ul>
170172

171-
<li><a href="https://github.com/downloads/libevent/libevent/libevent-1.4.14b-stable.tar.gz">libevent-1.4.14b-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-1.4.14b-stable.tar.gz.sig">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-1.4.14b-stable/ChangeLog">ChangeLog</a><br>Released 2010-06-07
173+
<li><a href="https://github.com/downloads/libevent/libevent/libevent-1.4.14b-stable.tar.gz">libevent-1.4.14b-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-1.4.14b-stable.tar.gz.sig">GPG Sig</a>] <a href="https://raw.githubusercontent.com/libevent/libevent/release-1.4.14b-stable/ChangeLog">ChangeLog</a><br>Released 2010-06-07
172174
<ul>
173175
<li>Backport evbuffer_readln()
174176
<li>Fix a crash when reading badly formatted resolve.conf (Yasuoka Masahiko)
@@ -203,14 +205,14 @@ <h4>Download&ndash;Alpha releases</h4>
203205
<li>
204206
<a href="https://github.com/libevent/libevent/releases/download/release-2.1.9-beta/libevent-2.1.9-beta.tar.gz">libevent-2.1.9-beta.tar.gz</a>
205207
[<a href="https://github.com/libevent/libevent/releases/download/release-2.1.9-beta/libevent-2.1.9-beta.tar.gz.asc">GPG Sig</a>]
206-
<a href="https://raw.github.com/libevent/libevent/release-2.1.9-beta/ChangeLog">ChangeLog</a><br>
208+
<a href="https://raw.githubusercontent.com/libevent/libevent/release-2.1.9-beta/ChangeLog">ChangeLog</a><br>
207209
Released 2019-02-10
208210
</li>
209211

210212
<li>
211213
<a href="https://github.com/libevent/libevent/releases/download/release-2.0.23-beta/libevent-2.0.23-beta.tar.gz">libevent-2.0.23-beta.tar.gz</a>
212214
[<a href="https://github.com/libevent/libevent/releases/download/release-2.0.23-beta/libevent-2.0.23-beta.tar.gz.asc">GPG Sig</a>]
213-
<a href="https://raw.github.com/libevent/libevent/release-2.0.23-beta/ChangeLog">ChangeLog</a><br>
215+
<a href="https://raw.githubusercontent.com/libevent/libevent/release-2.0.23-beta/ChangeLog">ChangeLog</a><br>
214216
Released 2019-01-20
215217
</li>
216218

@@ -219,30 +221,30 @@ <h4>Download&ndash;Alpha releases</h4>
219221
<li>Changelog to follow.
220222
</ul>
221223

222-
<li><a href="http://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.5-beta.tar.gz/download">libevent-2.1.5-beta.tar.gz</a> [<a href="http://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.5-beta.tar.gz.asc/download">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.5-beta/ChangeLog">ChangeLog</a><br>Released 2015-01-05
224+
<li><a href="http://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.5-beta.tar.gz/download">libevent-2.1.5-beta.tar.gz</a> [<a href="http://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.5-beta.tar.gz.asc/download">GPG Sig</a>] <a href="https://raw.githubusercontent.com/libevent/libevent/release-2.1.5-beta/ChangeLog">ChangeLog</a><br>Released 2015-01-05
223225
<ul>
224226
<li>Changelog to follow.
225227
</ul>
226228

227-
<li><a href="https://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.4-alpha.tar.gz/download">libevent-2.1.4-alpha.tar.gz</a> [<a href="https://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.4-alpha.tar.gz.asc/download">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.4-alpha/ChangeLog">ChangeLog</a><br>Released 2014-03-21
229+
<li><a href="https://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.4-alpha.tar.gz/download">libevent-2.1.4-alpha.tar.gz</a> [<a href="https://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.4-alpha.tar.gz.asc/download">GPG Sig</a>] <a href="https://raw.githubusercontent.com/libevent/libevent/release-2.1.4-alpha/ChangeLog">ChangeLog</a><br>Released 2014-03-21
228230
<ul>
229231
<li>Several new utility APIs in libevent core, bufferevents, and evhttp.
230232
<li>Detect closes early with EPOLLRDHUP.
231233
<li>(Optional) support for buildint with cmake.
232234
<li>Bugfixes too numerous to mention.
233-
<li><a href="https://raw.github.com/libevent/libevent/master/whatsnew-2.1.txt">and much more...</a>
235+
<li><a href="https://raw.githubusercontent.com/libevent/libevent/release-2.1.4-alpha/whatsnew-2.1.txt">and much more...</a>
234236
</ul>
235237

236-
<li><a href="https://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.3-alpha.tar.gz/download">libevent-2.1.3-alpha.tar.gz</a> [<a href="https://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.3-alpha.tar.gz.asc/download">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.3-alpha/ChangeLog">ChangeLog</a><br>Released 2013-05-01
238+
<li><a href="https://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.3-alpha.tar.gz/download">libevent-2.1.3-alpha.tar.gz</a> [<a href="https://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.3-alpha.tar.gz.asc/download">GPG Sig</a>] <a href="https://raw.githubusercontent.com/libevent/libevent/release-2.1.3-alpha/ChangeLog">ChangeLog</a><br>Released 2013-05-01
237239
<ul>
238240
<li>New finalization API with fix for bufferevent deadlock issue.
239241
<li>New evdns and evhttp option.
240242
<li>Several new unit tests.
241243
<li>Bugfixes and portability fixes and build fixes too numerous to mention.
242-
<li><a href="https://raw.github.com/libevent/libevent/master/whatsnew-2.1.txt">and much more...</a>
244+
<li><a href="https://raw.githubusercontent.com/libevent/libevent/release-2.1.3-alpha/whatsnew-2.1.txt">and much more...</a>
243245
</ul>
244246

245-
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.1.2-alpha.tar.gz">libevent-2.1.2-alpha.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.1.2-alpha.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.2-alpha/ChangeLog">ChangeLog</a><br>Released 2012-11-18
247+
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.1.2-alpha.tar.gz">libevent-2.1.2-alpha.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.1.2-alpha.tar.gz.asc">GPG Sig</a>] <a href="https://raw.githubusercontent.com/libevent/libevent/release-2.1.2-alpha/ChangeLog">ChangeLog</a><br>Released 2012-11-18
246248
<ul>
247249
<li>Various new functions in the core, evbuffer, and bufferevent APIs
248250
<li>Even more backends can now use portable monotonic timers.
@@ -254,17 +256,17 @@ <h4>Download&ndash;Alpha releases</h4>
254256
<li>Numerous small performance improvements and data structure tweaks
255257
throughout the codebase
256258
<li>Various bugfixes against 2.1.1-alpha
257-
<li><a href="https://raw.github.com/libevent/libevent/master/whatsnew-2.1.txt">and much more...</a>
259+
<li><a href="https://raw.githubusercontent.com/libevent/libevent/release-2.1.2-alpha/whatsnew-2.1.txt">and much more...</a>
258260
</ul>
259261

260-
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.1.1-alpha.tar.gz">libevent-2.1.1-alpha.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.1.1-alpha.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.1-alpha/ChangeLog">ChangeLog</a><br>Released 2012-04-03
262+
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.1.1-alpha.tar.gz">libevent-2.1.1-alpha.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.1.1-alpha.tar.gz.asc">GPG Sig</a>] <a href="https://raw.githubusercontent.com/libevent/libevent/release-2.1.1-alpha/ChangeLog">ChangeLog</a><br>Released 2012-04-03
261263
<ul>
262264
<li>First alpha release in the 2.1.x series.
263265
<li>Useful features for controlling the event loop and avoiding priority inversion
264266
<li>New debugging features.
265267
<li>New evbuffer functionality, including an improved sendfile/mmap wrapper, the ability to add one evbuffer to another, and more ways to avoid needless copies.
266268
<li>Numerous small performance improvements and data structure tweaks throughout the codebase.
267-
<li><a href="https://raw.github.com/libevent/libevent/master/whatsnew-2.1.txt">and much more...</a>
269+
<li><a href="https://raw.githubusercontent.com/libevent/libevent/release-2.1.1-alpha/whatsnew-2.1.txt">and much more...</a>
268270
</ul>
269271
</ul>
270272

0 commit comments

Comments
 (0)