Patch all 404 errors

This commit is contained in:
App Generator
2020-11-03 18:52:47 +02:00
parent 0c74de9f04
commit 1f2c988380
10 changed files with 19 additions and 17 deletions

View File

@ -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>

View File

@ -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">&lt;---</span> <span class="na
<p>For more information on how to set up your environment please access the resources listed below. In case weve 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>