From 7ab67bce265be351e4034c4086fdef03d6bcd0c2 Mon Sep 17 00:00:00 2001
From: rehrar <rowgate@gmail.com>
Date: Tue, 4 Jul 2017 20:30:06 -0600
Subject: [PATCH] Made correction to FFS revert

- Added https:// otherwise it wouldn't redirect properly.
---
 _includes/header.html             | 4 ++--
 get-started/contributing/index.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_includes/header.html b/_includes/header.html
index 4c13bcbc..dda9b978 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -66,7 +66,7 @@
                  <div class="row">
                      <div class="col-xs-12">
                          <div class="text-center nav-item mob">
-                            <a href="forum.getmonero.org">Forum Funding System</a> 
+                            <a href="https://forum.getmonero.org">Forum Funding System</a> 
                          </div>
                      </div>
                  </div>
@@ -91,7 +91,7 @@
                   <div class="col-lg-8 col-md-8 col-sm-8 topnav-list end-xs">
                       <div class="row end-xs">
                          <div class="col-md-12">
-                          <a href="forum.getmonero.org" class="mob top-link col-md-4">Forum Funding System</a>
+                          <a href="https://forum.getmonero.org" class="mob top-link col-md-4">Forum Funding System</a>
                           <a href="/the-monero-project/" class="mob top-link col-md-3">The Monero Project</a>
                           </div>
                       </div>
diff --git a/get-started/contributing/index.md b/get-started/contributing/index.md
index 7fc9d8e2..27576b36 100644
--- a/get-started/contributing/index.md
+++ b/get-started/contributing/index.md
@@ -60,7 +60,7 @@ Monero is an open source, community driven project. We strive to be a welcoming
                                 </div>
                             </div>
                             <div class="row start-xs">
-                                <p>Monero utilizes a <a href="forum.getmonero.org">Forum Funding System</a> (FFS) which encourages people of all backgrounds to be a part of Monero and maybe even get paid for it. Anyone can suggest an idea, ask for funding, and immediately start making the idea happen. As progress is made payments are released and Monero flourishes. You can donate directly to individual projects that you support. Take a look and don't be afraid to jump right in with an idea or a donation.</p>
+                                <p>Monero utilizes a <a href="https://forum.getmonero.org">Forum Funding System</a> (FFS) which encourages people of all backgrounds to be a part of Monero and maybe even get paid for it. Anyone can suggest an idea, ask for funding, and immediately start making the idea happen. As progress is made payments are released and Monero flourishes. You can donate directly to individual projects that you support. Take a look and don't be afraid to jump right in with an idea or a donation.</p>
                             </div>
                            
                         </div>
-- 
GitLab