From d573f6833d4e696201c943a58871badfa9897587 Mon Sep 17 00:00:00 2001
From: Rafa Paradela
Date: Fri, 9 Sep 2016 03:20:32 +0200
Subject: [PATCH] Update index.md
This PR just fixes the anchor links in the index page.
---
docs/src/site/index.md | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/docs/src/site/index.md b/docs/src/site/index.md
index fd14e8edcd..f39cf1b77c 100644
--- a/docs/src/site/index.md
+++ b/docs/src/site/index.md
@@ -14,8 +14,7 @@ The name is a playful shortening of the word *category*.
around Q3 2016).
-
-# Getting Started
+# Getting Started
Cats is currently available for Scala 2.10 and 2.11.
@@ -35,8 +34,7 @@ functionality, you can pick-and-choose from amongst these modules
Release notes for Cats are available in [CHANGES.md](https://github.com/typelevel/cats/blob/master/CHANGES.md).
-
-# Motivations
+# Motivations
### Approachability
@@ -80,8 +78,7 @@ we can without making unnecessary sacrifices of purity and
usability. Where sacrifices have to be made, we will strive to make
these obvious, and will keep them well documented.
-
-# Project Structure
+# Project Structure
In an attempt to be more modular, Cats is broken up into a number of sub-projects:
@@ -92,8 +89,7 @@ In an attempt to be more modular, Cats is broken up into a number of sub-project
* *tests* - tests that check type class instances with laws from *laws*
* *docs* - The source for this website
-
-# Copyright and License
+# Copyright and License
All code is available to you under the MIT license, available at
http://opensource.org/licenses/mit-license.php and also in the