From 73f65d57ab99ed5c726dfee9f15318f5af3f32ec Mon Sep 17 00:00:00 2001
From: Diego Salazar <rehrar@tuta.io>
Date: Tue, 5 Mar 2019 09:21:28 -0700
Subject: [PATCH] Changed page to CCS instead of CSS cuz I was a moron. Fixed
 all links also.

---
 {how-to-css => how-to-ccs}/index.md | 0
 index.md                            | 2 +-
 what-is-ccs/index.md                | 4 ++--
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename {how-to-css => how-to-ccs}/index.md (100%)

diff --git a/how-to-css/index.md b/how-to-ccs/index.md
similarity index 100%
rename from how-to-css/index.md
rename to how-to-ccs/index.md
diff --git a/index.md b/index.md
index 3d4ca05..4ec5f69 100644
--- a/index.md
+++ b/index.md
@@ -7,7 +7,7 @@ title: Community Crowdfunding System (CCS)
                <h1>{{page.title}}</h1>
         </div>
         <div class="container description" >
-               <p>Monero is a decentralized community-driven project, and the CCS is a way for members to get involved and proposals to be funded. To learn more about what it is and what the rules are, <a href="/what-is-ccs/">click here</a>. To see how to submit your own proposal or idea, <a href="/how-to-css/">click here</a>.</p>
+               <p>Monero is a decentralized community-driven project, and the CCS is a way for members to get involved and proposals to be funded. To learn more about what it is and what the rules are, <a href="/what-is-ccs/">click here</a>. To see how to submit your own proposal or idea, <a href="/how-to-ccs/">click here</a>.</p>
         </div>
         <section class="container">
             <div class="row">
diff --git a/what-is-ccs/index.md b/what-is-ccs/index.md
index 0143710..551f794 100644
--- a/what-is-ccs/index.md
+++ b/what-is-ccs/index.md
@@ -18,7 +18,7 @@ The CCS is a way for the community to propose ideas, request money, and utilize
 The standard CCS workflow is as follows:
 
 1. An individual or team (henceforth 'proposer') has an idea to improve the Monero ecosystem that requires funds.
-2. The proposer types up a CCS proposal, understanding the rules and expectation presented in the following section, and makes a Merge Request (MR) to the CCS Proposals repository on Monero's Gitlab instance. All steps to submit this Merge Request can be found [here](/how-to-css/).
+2. The proposer types up a CCS proposal, understanding the rules and expectation presented in the following section, and makes a Merge Request (MR) to the CCS Proposals repository on Monero's Gitlab instance. All steps to submit this Merge Request can be found [here](/how-to-ccs/).
 3. The community discusses the pros and cons of the proposal, and offers feedback and critique.
 4. The proposer changes the proposal (if necessary) utilizing the feedback and critique of the community.
 5. Repeat steps 3 and 4 as needed.
@@ -49,4 +49,4 @@ The CCS is intentionally left as informal as possible. This allows for flexibili
 
 ### How to submit a proposal
 
-[Please read this page for step-by-step instructions on how to submit a proposal.](/how-to-css/)
\ No newline at end of file
+[Please read this page for step-by-step instructions on how to submit a proposal.](/how-to-ccs/)
\ No newline at end of file
-- 
GitLab