From 415b714a8ecba289f46bb06e2ccc57792c768fcb Mon Sep 17 00:00:00 2001
From: Eddie McWhirter <emcwhirter@usgs.gov>
Date: Tue, 30 Jun 2015 11:09:42 -0600
Subject: [PATCH] Remove name anchors.

---
 README.md                    | 8 ++------
 readme_dependency_install.md | 7 ++-----
 2 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index 83ea4826..c1b48dfb 100644
--- a/README.md
+++ b/README.md
@@ -6,17 +6,16 @@ Geomag algorithms includes tools to fetch, process, and output geomag data.
 [Documentation](./docs/README.md)
 
 
-<a name="install"></a>
 Install
 -------
 
 We recommend using [virtual environments][].
 
 __Windows__: begin with the Windows dependencies in the
-[Dependency install](readme_dependency_install.md#windows).
+[Dependency install](readme_dependency_install.md#Windows).
 
 __Mac/Linux__: begin with required dependencies in the
-[Dependency install](readme_dependency_install.md#mac).
+[Dependency install](readme_dependency_install.md#Mac).
 
 1. Install geomagio
 
@@ -29,8 +28,6 @@ __Mac/Linux__: begin with required dependencies in the
 
 [virtual environments]: http://docs.python-guide.org/en/latest/dev/virtualenvs/
 
-
-<a name="develop"></a>
 Developing
 ----------
 
@@ -53,7 +50,6 @@ Developing
         grunt
 
 
-<a name="standards"></a>
 Coding Standards
 ----------------
 
diff --git a/readme_dependency_install.md b/readme_dependency_install.md
index e755d92e..14c31fa2 100644
--- a/readme_dependency_install.md
+++ b/readme_dependency_install.md
@@ -1,6 +1,5 @@
 Readme dependencies
 
-<a name="windows"></a>
 ### Windows ###
 
 #### Install ####
@@ -20,7 +19,7 @@ Readme dependencies
    If it isn't, update your PATH so that Conda's HOME is before any other
    versions of Python.
 
-1. Head back over to the main [install](README.md#install) and complete the
+1. Head back over to the main [install](README.md#Install) and complete the
    instructions there.
 
 #### Develop ####
@@ -45,7 +44,6 @@ code for this project.
 [Anaconda]: http://continuum.io/downloads
 
 ---
-<a name="mac"></a>
 ### Mac ###
 
 1. Install `python` (2.7.X)
@@ -77,13 +75,12 @@ code for this project.
 1. Close and re-open your terminal so that your new PATH is loaded.
    Make sure to navigate back to your `geomag-algorithms` project directory.
 
-1. Head back over to the main [install](README.md#install) and complete the
+1. Head back over to the main [install](README.md#Install) and complete the
    instructions there.
 
 [Homebrew]: http://brew.sh/
 
 ---
-<a name="ssh"></a>
 ### Add an SSH Key to GitHub ###
 
 This only needs to be completed if you plan on developing and pushing new code
-- 
GitLab