From d9a53d3e6e417baec1f77950a51331d0b1fb9b5f Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 29 Dec 2017 20:42:11 +0100 Subject: [PATCH 1/2] Add note about paste expiration, cosmetic fixes. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a112c4..2aebfa5 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,9 @@ something like: } ``` -Where `path` represents where you want the files stored +where `path` represents where you want the files stored. + +File storage currently does not support paste expiration, you can follow [#191](/../../issues/191) for status updates. ### Redis @@ -228,4 +230,4 @@ SOFTWARE * jQuery: MIT/GPL license * highlight.js: Copyright © 2006, Ivan Sagalaev -* highlightjs-coffeescript: WTFPL - Copyright © 2011, Dmytrii Nagirniak \ No newline at end of file +* highlightjs-coffeescript: WTFPL - Copyright © 2011, Dmytrii Nagirniak From 4d572a2ec0b8eb528243d713e14aaa320ade5bc2 Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 30 Dec 2017 17:11:29 +0100 Subject: [PATCH 2/2] convert relative path to absolute --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aebfa5..f01c68b 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ something like: where `path` represents where you want the files stored. -File storage currently does not support paste expiration, you can follow [#191](/../../issues/191) for status updates. +File storage currently does not support paste expiration, you can follow [#191](https://github.com/seejohnrun/haste-server/issues/191) for status updates. ### Redis