From ddab48d8da96e3b9fa2ac7d068a5a1cbffd2a973 Mon Sep 17 00:00:00 2001 From: Jeff Hodges Date: Sat, 8 Dec 2018 19:49:22 -0800 Subject: [PATCH] correct defaults package link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3ea352..06adbd7 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ to your app: Everything under Config.Storage and Config.Core are required and you must provide them, however you can optionally use default implementations from the -[defaults package](https://github.com/volatiletech/authboss/defaults). +[defaults package](https://github.com/volatiletech/authboss/tree/master/defaults). This also provides an easy way to share implementations of certain stack pieces (like HTML Form Parsing). As you saw in the example above these can be easily initialized with the `SetCore` method in that package.