diff --git a/centreon-plugins/README.md b/centreon-plugins/README.md index f9ca13ec2..f52fb7712 100644 --- a/centreon-plugins/README.md +++ b/centreon-plugins/README.md @@ -27,7 +27,7 @@ It seems that 'os::linux::snmp::plugin' is the good one. So i verify with the op Plugin Description: Check Linux operating systems in SNMP. -It's exactly what i need. Now i'll the option ``--list-mode`` to know what can i do with it: +It's exactly what i need. Now i'll add the option ``--list-mode`` to know what can i do with it: $ perl centreon_plugins.pl --plugin=os::linux::snmp::plugin --list-mode ... diff --git a/centreon-plugins/docs/en/developer/guide.rst b/centreon-plugins/docs/en/developer/guide.rst index bc741a169..41dc32334 100644 --- a/centreon-plugins/docs/en/developer/guide.rst +++ b/centreon-plugins/docs/en/developer/guide.rst @@ -14,7 +14,7 @@ There are 3 chapters: * :ref:`Code Style Guidelines `: Follow it. * :ref:`Model Classes Usage `: description of classes you should use for your plugin. -The lastest version is available on following git repository: http://git.centreon.com/centreon-plugins.git +The lastest version is available on following git repository: https://github.com/centreon/centreon-plugins.git .. _quick-start: