From 4015b19484a68d30adb0ddf8cd8aa386711d31dc Mon Sep 17 00:00:00 2001 From: Satyadeep Date: Wed, 16 Jan 2019 15:47:18 +0530 Subject: [PATCH] Fixed broken License link in Readme The previous link was giving 404. Changed the relative URL to absolute URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ae67aab..cff4ae5a 100644 --- a/README.md +++ b/README.md @@ -119,4 +119,4 @@ If you’re looking for ways to get started, here's a list of ways to help us im ## License -Outline is [BSD licensed](/blob/master/LICENSE). +Outline is [BSD licensed](https://github.com/outline/outline/blob/master/LICENSE).