From 1dbbc9fed93970590851a598608298b1cc819ab3 Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Sun, 18 Dec 2016 12:56:24 +0100 Subject: [PATCH] Fix contributors link --- CONTRIBUTORS => CONTRIBUTORS.md | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename CONTRIBUTORS => CONTRIBUTORS.md (100%) diff --git a/CONTRIBUTORS b/CONTRIBUTORS.md similarity index 100% rename from CONTRIBUTORS rename to CONTRIBUTORS.md diff --git a/README.md b/README.md index c24d534a0..dec520c81 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ And the parameters: | /_auth (POST) | { password: 'abc', username: 'user', token: '0982'} | @200 with access_token or @401 | ## Contributing to two-factor-auth-server -Follow [contributing](CONTRIBUTING.md) file. +Follow [contributing](CONTRIBUTORS.md) file. ## License two-factor-auth-server is **licensed** under the **[MIT License]**. The terms of the license are as follows: