1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 01:48:59 +00:00
gns3-server/gns3server/templates/index.html
Julien Duponchelle 8f33d9ab79
Update documentation links
Fix #1977
2017-04-03 16:27:08 +02:00

12 lines
426 B
HTML

{% extends "layout.html" %}
{% block body %}
<h3>
Welcome to GNS3.
</h3>
<ul>
<li><a href="https://gns3.com">Website</a></li>
<li><a href="http://docs.gns3.com">Documentation</a></li>
</ul>
<p>If you are looking for uploading the IOU. You can since 1.4 upload them directly from the client see: <a href="http://docs.gns3.com/1PKfYwR78QP_Z3jqxBQ1pdy6SsqM27qhvdCvSmIizRh4">this documentation</a>.</p>
{% endblock %}