From 094d510a1b167c51961101b855f468d842986389 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Thu, 22 Nov 2018 21:51:39 -0600 Subject: [PATCH] Fixed broken link on abstract page --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index e1b41b8..eeabd3d 100644 --- a/config.php +++ b/config.php @@ -146,7 +146,7 @@ return [ Page::create('abstract', null, 'abstract.php', [ 'title' => 'Abstract Classes', 'subtitle' => 'Inheriting an interface', - 'previous' => 'interface', + 'previous' => 'interfaces', 'next' => 'exceptions', ]), Page::create('exceptions', null, 'exceptions.php', [