mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +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
|
||||
|
||||
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-server
|
||||
|
||||
|
@ -2,8 +2,8 @@ Welcome to API documentation!
|
||||
======================================
|
||||
|
||||
.. WARNING::
|
||||
The API is not stable, feel free to send comment on GNS3 Jungle
|
||||
https://community.gns3.com/
|
||||
The API is not stable, feel free to post comments on our website
|
||||
https://gns3.com/
|
||||
|
||||
.. toctree::
|
||||
general
|
||||
|
@ -4,7 +4,7 @@
|
||||
Welcome to GNS 3.
|
||||
</h3>
|
||||
<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="/upload">Upload images & backup</a></li>
|
||||
</ul>
|
||||
|
@ -27,5 +27,5 @@ def test_index(server):
|
||||
response = server.get('/', api_version=None)
|
||||
assert response.status == 200
|
||||
html = response.html
|
||||
assert "Community" in html
|
||||
assert "Website" in html
|
||||
assert __version__ in html
|
||||
|
Loading…
Reference in New Issue
Block a user