Skip to content

Commit c1d7c2c

Browse files
authored
Merge pull request #3 from phroggster/more_informative_404
2 parents e01a5c8 + 4122f79 commit c1d7c2c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: src/app/not-found.tsx

+11
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ export default function NotFound() {
1515
<p className="mt-2 text-base text-zinc-600 dark:text-zinc-400">
1616
Sorry, we couldn’t find the page you’re looking for.
1717
</p>
18+
<p className="mt-6 text-base text-zinc-600 dark:text-zinc-400">
19+
Much of this web site is still a work-in-progress, and we are working hard to try and get all of the
20+
documentation migrated here. In the meantime, our
21+
<a
22+
className="ml-2 mr-2 text-nowrap font-medium transition text-amber-500 hover:text-amber-600 dark:text-amber-400 dark:hover:text-amber-500"
23+
href="https://github.com/crowbartools/Firebot/wiki"
24+
>
25+
Github Wiki
26+
</a>
27+
contains a vast selection of <i>historical</i> documentation.
28+
</p>
1829
<Button href="/" arrow="right" className="mt-8">
1930
Back to docs
2031
</Button>

0 commit comments

Comments
 (0)