We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eda7e9 commit c472818Copy full SHA for c472818
resources/views/docs.blade.php
@@ -5,7 +5,7 @@
5
<x-docs.sidebar>{!! $index !!}</x-docs.sidebar>
6
<div class="mx-auto">
7
<div class="lg:block hidden text-sm">
8
- <a href="https://github.com/pestphp/docs/edit/master/{{ $page }}.md">Edit this page →</a>
+ <a href="https://github.com/pestphp/docs/edit/4.x/{{ $page }}.md">Edit this page →</a>
9
</div>
10
<div class="docs-main max-w-prose prose prose-invert DocSearch-content mx-auto relative w-full px-3 lg:px-0 mt-6 mb-20">
11
{!! $body !!}
0 commit comments