From fbcfc2166292db70bc29aae31377a56ce8425d2f Mon Sep 17 00:00:00 2001
From: garnier-quentin <qgarnier@centreon.com>
Date: Fri, 2 Sep 2016 16:13:19 +0200
Subject: [PATCH] + minor update doc

---
 README.md                   | 2 +-
 docs/en/developer/guide.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f9ca13ec2..f52fb7712 100644
--- a/README.md
+++ b/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/docs/en/developer/guide.rst b/docs/en/developer/guide.rst
index bc741a169..41dc32334 100644
--- a/docs/en/developer/guide.rst
+++ b/docs/en/developer/guide.rst
@@ -14,7 +14,7 @@ There are 3 chapters:
 * :ref:`Code Style Guidelines <code_style_guidelines>`: Follow it.
 * :ref:`Model Classes Usage <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: