From 6409c4668c6371195dfb43d7ca708f7f1763bdac Mon Sep 17 00:00:00 2001 From: Aleck Greenham Date: Sun, 13 Jan 2019 12:49:23 +0000 Subject: [PATCH] Remove relative links from Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a04a03e4..db5d4a4d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A declarative library for handling hotkeys and focus areas in React applications - [Optimized for larger applications](#Optimizations), with many hot keys active at once - Depends only on `prop-types` and a peer dependency of `react` - Uses rollup, Uglify and strips out comments and logging for a small production build -- Has more than [1800 automated tests](/tree/master/test) +- Has more than [1800 automated tests](https://github.com/greena13/react-hotkeys/tree/master/test) ## Basic Usage @@ -315,7 +315,7 @@ That is: - Unless a `` component is nested within the `` component that defines the action (or is the same `` component), its handler is not called - If a `` component closer to the event target has defined a handler for the same action, a `` component's handler won't be called (the closer component's handler will) -A more exhaustive enumeration of `react-hotkeys` behaviour can be found by reviewing the [test suite](/test). +A more exhaustive enumeration of `react-hotkeys` behaviour can be found by reviewing the [test suite](https://github.com/greena13/react-hotkeys/tree/master/test). ### Managing focus in the browser