From 0269cbfaaa04c7f95508a173ff618174f88d154e Mon Sep 17 00:00:00 2001 From: Eddie McWhirter <emcwhirter@usgs.gov> Date: Tue, 30 Jun 2015 11:12:09 -0600 Subject: [PATCH] Lowercase hashes for links. --- README.md | 4 ++-- readme_dependency_install.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c1b48dfb..c218923a 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ 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 diff --git a/readme_dependency_install.md b/readme_dependency_install.md index 14c31fa2..ba8c1913 100644 --- a/readme_dependency_install.md +++ b/readme_dependency_install.md @@ -19,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 #### @@ -75,7 +75,7 @@ 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/ -- GitLab