Patch all 404 errors
This commit is contained in:
@ -700,7 +700,7 @@
|
||||
<h2 id="what-is-flask">What is <a href="https://palletsprojects.com/p/flask/">Flask</a></h2>
|
||||
<hr />
|
||||
|
||||
<p>Flask is a lightweight <a href="/what-is/wsgi/">WSGI</a> web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications.
|
||||
<p>Flask is a lightweight <a href="https://docs.appseed.us/what-is/wsgi/">WSGI</a> web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications.
|
||||
Classified as a microframework, Flask is written in Python and it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.</p>
|
||||
|
||||
<blockquote>
|
||||
|
||||
@ -726,7 +726,7 @@
|
||||
<h2 id="what-is-flask">What is <a href="https://palletsprojects.com/p/flask/">Flask</a></h2>
|
||||
<hr />
|
||||
|
||||
<p>Flask is a lightweight <a href="/what-is/wsgi/">WSGI</a> web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications.
|
||||
<p>Flask is a lightweight <a href="https://docs.appseed.us/what-is/wsgi/">WSGI</a> web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications.
|
||||
Classified as a microframework, Flask is written in Python and it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.</p>
|
||||
|
||||
<blockquote>
|
||||
@ -776,9 +776,9 @@ $ git version 2.10.1.windows.1 # <span class="nt"><---</span> <span class="na
|
||||
<p>For more information on how to set up your environment please access the resources listed below. In case we’ve missed something, contact us on Discord.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="./setup-centos-for-development.md">Setup CentOS for development</a></li>
|
||||
<li><a href="./setup-ubuntu-for-development.md">Setup Ubuntu for development</a></li>
|
||||
<li><a href="./setup-windows-for-development.md">Setup Windows for development</a></li>
|
||||
<li><a href="./setup-centos-for-development.html">Setup CentOS for development</a></li>
|
||||
<li><a href="./setup-ubuntu-for-development.html">Setup Ubuntu for development</a></li>
|
||||
<li><a href="./setup-windows-for-development.html">Setup Windows for development</a></li>
|
||||
</ul>
|
||||
|
||||
<p><br /></p>
|
||||
|
||||
Reference in New Issue
Block a user