Skip to content

Commit

Permalink
try to re-trigger gh-pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwil committed Jul 24, 2024
1 parent be89f6d commit c68f199
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,28 @@
</head>
<body>
<p>
<a href="http://github.com/kevwil/aspen">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" />
<a href="https://github.com/kevwil/aspen">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" />
</a>
</p>
<div id="container">
<div class="download">
<a href="http://github.com/kevwil/aspen/zipball/master">
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png" />
</a>&nbsp;<a href="http://github.com/kevwil/aspen/tarball/master">
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png" />
<a href="https://github.com/kevwil/aspen/zipball/master">
<img border="0" width="90" src="https://github.com/images/modules/download/zip.png" />
</a>&nbsp;<a href="https://github.com/kevwil/aspen/tarball/master">
<img border="0" width="90" src="https://github.com/images/modules/download/tar.png" />
</a>
</div>
<h1>
<a href="http://github.com/kevwil/aspen">aspen</a>
<a href="https://github.com/kevwil/aspen">aspen</a>
&nbsp;
<span class="small">by <a href="http://github.com/kevwil">Kevin Williams</a></span>
<span class="small">by <a href="https://github.com/kevwil">Kevin Williams</a></span>
</h1>
<div class="description">Aspen is a web server engine for JRuby. The design is very similar (and borrowed from) to <a href="http://code.macournoyer.com/thin/">Thin</a>, except using <a href="http://www.jboss.org/netty">Netty</a> for high-speed concurrent sockets.</div>
<h2><a href="doc/">Documentation</a></h2>
<h2>Download</h2>
<p>
You can download this project in either <a href="http://github.com/kevwil/aspen/zipball/master">zip</a> or <a href="http://github.com/kevwil/aspen/tarball/master">tar</a> formats.
You can download this project in either <a href="https://github.com/kevwil/aspen/zipball/master">zip</a> or <a href="http://github.com/kevwil/aspen/tarball/master">tar</a> formats.
</p>
<p>
You can also clone the project with <a href="http://git-scm.com">Git</a> by running:
Expand All @@ -72,7 +72,7 @@ <h2>License</h2>
<h2>Authors</h2>
<p>Kevin Williams</p>
<div class="footer">
get the source code on GitHub : <a href="http://github.com/kevwil/aspen">kevwil/aspen</a>
get the source code on GitHub : <a href="https://github.com/kevwil/aspen">kevwil/aspen</a>
</div>
</div>
</body>
Expand Down

0 comments on commit c68f199

Please sign in to comment.