From 8b71d5e74086516f7fa6d5c7410c91d8afaf238a Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Mon, 7 Oct 2019 15:24:11 -0400 Subject: [PATCH] Update configuration.blade.md --- docs/source/v2/configuration.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/v2/configuration.blade.md b/docs/source/v2/configuration.blade.md index e646082..79af871 100644 --- a/docs/source/v2/configuration.blade.md +++ b/docs/source/v2/configuration.blade.md @@ -30,7 +30,7 @@ Available storage drivers: #### redis {#redis-db-driver} -- `connection` - what Redis connection should be used to store tenant data +- `connection` - what Redis connection should be used to store tenant data. See the [Storage Drivers]({{ $page->link('storage-drivers') }}) documentation. ### `tenant_route_namespace` {#tenant-route-namespace}