summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-03-26 10:15:57 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-03-26 10:15:57 +0100
commit794d4052b87c98943588b35e1cfecc06e6a0c7f2 (patch)
tree13accb3be4298e7ecce7df96727e15b805ab7d13
parenta7ee9b0bb98f519e485655af578fb35d755e5c44 (diff)
herrors/errors: Improve the "feature not available" error
-rw-r--r--common/herrors/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/herrors/errors.go b/common/herrors/errors.go
index fe92c5467..be98ceb39 100644
--- a/common/herrors/errors.go
+++ b/common/herrors/errors.go
@@ -50,4 +50,4 @@ func FprintStackTrace(w io.Writer, err error) {
//
// We will, at least to begin with, make some Hugo features (SCSS with libsass) optional,
// and this error is used to signal those situations.
-var ErrFeatureNotAvailable = errors.New("this feature is not available in your current Hugo version")
+var ErrFeatureNotAvailable = errors.New("this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information")