Skip to content

Commit ccc4307

Browse files
committed
4.0.5 site
1 parent e7f8060 commit ccc4307

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2 class="mt0 mb4 fw4 f4 f3-l">Falco is a toolkit for building secure, fast, fu
6363

6464
<!-- release info -->
6565
<div class="mb4 bt b--white-20 tc lh-solid">
66-
<a href="https://www.nuget.org/packages/Falco" class="dib center ph1 ph4-l pv3 bg-merlot white no-underline ty--50" target="_blank">Latest release: 4.0.4 (March 13, 2023)</a>
66+
<a href="https://www.nuget.org/packages/Falco" class="dib center ph1 ph4-l pv3 bg-merlot white no-underline ty--50" target="_blank">Latest release: 4.0.5 (November 16, 2023)</a>
6767
</div>
6868

6969
<!-- benefits -->
@@ -123,13 +123,13 @@ <h3 class="mv2 white">Extensible</h3>
123123
</ul>
124124
<h2 id="key-features">Key Features</h2>
125125
<ul>
126-
<li>Asynchronous <a href="https://github.com/pimbrouwers/Falco/tree/master/doc/response.html">request handling</a>.</li>
127-
<li>Simple and powerful <a href="https://github.com/pimbrouwers/Falco/tree/master/doc/routing.html">routing</a> API.</li>
128-
<li>Fast, secure and configurable <a href="https://github.com/pimbrouwers/Falco/tree/master/doc/host.html">web server</a>.</li>
126+
<li>Asynchronous <a href="https://github.com/pimbrouwers/Falco/tree/master/documentation/response.html">request handling</a>.</li>
127+
<li>Simple and powerful <a href="https://github.com/pimbrouwers/Falco/tree/master/documentation/routing.html">routing</a> API.</li>
128+
<li>Fast, secure and configurable <a href="https://github.com/pimbrouwers/Falco/tree/master/documentation/host.html">web server</a>.</li>
129129
<li>Native F# <a href="https://github.com/pimbrouwers/Falco.Markup">view engine</a>.</li>
130-
<li>Uniform API for <a href="https://github.com/pimbrouwers/Falco/tree/master/doc/request.html">accessing request data</a>.</li>
131-
<li><a href="https://github.com/pimbrouwers/Falco/tree/master/doc/security.html">Authentication and security</a> utilities.</li>
132-
<li>Built-in support for <a href="https://github.com/pimbrouwers/Falco/tree/master/doc/request.html#multipartform-data-binding">large uploads</a> and <a href="https://github.com/pimbrouwers/Falco/tree/master/doc/response.html#content-disposition">binary responses</a>.</li>
130+
<li>Uniform API for <a href="https://github.com/pimbrouwers/Falco/tree/master/documentation/request.html">accessing request data</a>.</li>
131+
<li><a href="https://github.com/pimbrouwers/Falco/tree/master/documentation/security.html">Authentication and security</a> utilities.</li>
132+
<li>Built-in support for <a href="https://github.com/pimbrouwers/Falco/tree/master/documentation/request.html#multipartform-data-binding">large uploads</a> and <a href="https://github.com/pimbrouwers/Falco/tree/master/documentation/response.html#content-disposition">binary responses</a>.</li>
133133
</ul>
134134
<h2 id="design-goals">Design Goals</h2>
135135
<ul>

site/templates/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2 class="mt0 mb4 fw4 f4 f3-l">Falco is a toolkit for building secure, fast, fu
6565

6666
<!-- release info -->
6767
<div class="mb4 bt b--white-20 tc lh-solid">
68-
<a href="https://www.nuget.org/packages/Falco" class="dib center ph1 ph4-l pv3 bg-merlot white no-underline ty--50" target="_blank">Latest release: 4.0.4 (March 13, 2023)</a>
68+
<a href="https://www.nuget.org/packages/Falco" class="dib center ph1 ph4-l pv3 bg-merlot white no-underline ty--50" target="_blank">Latest release: 4.0.5 (November 16, 2023)</a>
6969
</div>
7070

7171
<!-- benefits -->

0 commit comments

Comments
 (0)