mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-25 02:02:32 +03:00
Convert readthedocs links for their .org -> .io migration for hosted projects (issue #877)
This commit is contained in:
parent
d906873fda
commit
de08dab5bb
4
.github/ISSUE_TEMPLATE.md
vendored
4
.github/ISSUE_TEMPLATE.md
vendored
@ -1,4 +1,4 @@
|
||||
Before filling this issue, please read the manual (http://glances.readthedocs.org/en/latest/) and search if the bug do not already exists in the database (https://github.com/nicolargo/glances/issues).
|
||||
Before filling this issue, please read the manual (https://glances.readthedocs.io/en/latest/) and search if the bug do not already exists in the database (https://github.com/nicolargo/glances/issues).
|
||||
|
||||
#### Description
|
||||
|
||||
@ -14,4 +14,4 @@ For an enhancement or new feature: Describe your needs.
|
||||
|
||||
#### Logs
|
||||
|
||||
You can also pastebin the Glances logs file (http://glances.readthedocs.org/en/latest/config.html#logging)
|
||||
You can also pastebin the Glances logs file (https://glances.readthedocs.io/en/latest/config.html#logging)
|
||||
|
2
NEWS
2
NEWS
@ -106,7 +106,7 @@ Bugs corrected:
|
||||
|
||||
Others:
|
||||
* A new Glances docker container to monitor your Docker infrastructure is available here (issue #728): https://hub.docker.com/r/nicolargo/glances/
|
||||
* Documentation is now generated automatically thanks to Sphinx and the Alessio Sergi patch (http://glances.readthedocs.org/en/latest/)
|
||||
* Documentation is now generated automatically thanks to Sphinx and the Alessio Sergi patch (https://glances.readthedocs.io/en/latest/)
|
||||
|
||||
Contributors summary:
|
||||
* Nicolas Hennion: 112 commits
|
||||
|
@ -329,6 +329,6 @@ LGPL. See ``COPYING`` for more details.
|
||||
.. _@nicolargo: https://twitter.com/nicolargo
|
||||
.. _@glances_system: https://twitter.com/glances_system
|
||||
.. _Python: https://www.python.org/getit/
|
||||
.. _readthedocs: https://glances.readthedocs.org/
|
||||
.. _readthedocs: https://glances.readthedocs.io/
|
||||
.. _forum: https://groups.google.com/forum/?hl=en#!forum/glances-users
|
||||
.. _wiki: https://github.com/nicolargo/glances/wiki/How-to-contribute-to-Glances-%3F
|
||||
|
@ -96,7 +96,7 @@ class Export(GlancesExport):
|
||||
logger.debug("Export {} stats to ElasticSearch".format(name))
|
||||
|
||||
# Create DB input
|
||||
# http://elasticsearch-py.readthedocs.org/en/master/helpers.html
|
||||
# https://elasticsearch-py.readthedocs.io/en/master/helpers.html
|
||||
actions = []
|
||||
for c, p in zip(columns, points):
|
||||
action = {
|
||||
|
Loading…
Reference in New Issue
Block a user