Skip to content

Commit 15ddd21

Browse files
authored
Merge pull request #143 from solidbunch/doc-pages-update
fix doc page slug
2 parents 84d6493 + 6798f50 commit 15ddd21

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

assets/src/custom-form7.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Handlers/PostTypes/DocPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static function getKey(): string
1919

2020
public static function getRewriteSlug(): string
2121
{
22-
return 'doc';
22+
return 'docs';
2323
}
2424

2525
/**

0 commit comments

Comments
 (0)