mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Update links for new website.
This commit is contained in:
parent
02cabfbffa
commit
55034dd24f
@ -6,7 +6,7 @@ We are friendly so don't be afraid to ask questions.
|
|||||||
## Bug reports
|
## Bug reports
|
||||||
|
|
||||||
Before reporting an issue:
|
Before reporting an issue:
|
||||||
* check our community website over at http://community.gns3.com
|
* check our website over at https://gns3.com
|
||||||
* check if an issue already exists on https://github.com/GNS3/gns3-gui
|
* check if an issue already exists on https://github.com/GNS3/gns3-gui
|
||||||
* check if an issue already exists on https://github.com/GNS3/gns3-server
|
* check if an issue already exists on https://github.com/GNS3/gns3-server
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@ Welcome to API documentation!
|
|||||||
======================================
|
======================================
|
||||||
|
|
||||||
.. WARNING::
|
.. WARNING::
|
||||||
The API is not stable, feel free to send comment on GNS3 Jungle
|
The API is not stable, feel free to post comments on our website
|
||||||
https://community.gns3.com/
|
https://gns3.com/
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
general
|
general
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Welcome to GNS 3.
|
Welcome to GNS 3.
|
||||||
</h3>
|
</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://community.gns3.com">Community</a></li>
|
<li><a href="https://gns3.com">Website</a></li>
|
||||||
<li><a href="http://api.gns3.net">API documentation</a></li>
|
<li><a href="http://api.gns3.net">API documentation</a></li>
|
||||||
<li><a href="/upload">Upload images & backup</a></li>
|
<li><a href="/upload">Upload images & backup</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -27,5 +27,5 @@ def test_index(server):
|
|||||||
response = server.get('/', api_version=None)
|
response = server.get('/', api_version=None)
|
||||||
assert response.status == 200
|
assert response.status == 200
|
||||||
html = response.html
|
html = response.html
|
||||||
assert "Community" in html
|
assert "Website" in html
|
||||||
assert __version__ in html
|
assert __version__ in html
|
||||||
|
Loading…
Reference in New Issue
Block a user