Skip to content

Commit c472818

Browse files
committed
fix edit this page
1 parent 1eda7e9 commit c472818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/docs.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<x-docs.sidebar>{!! $index !!}</x-docs.sidebar>
66
<div class="mx-auto">
77
<div class="lg:block hidden text-sm">
8-
<a href="https://github.com/pestphp/docs/edit/master/{{ $page }}.md">Edit this page →</a>
8+
<a href="https://github.com/pestphp/docs/edit/4.x/{{ $page }}.md">Edit this page →</a>
99
</div>
1010
<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">
1111
{!! $body !!}

0 commit comments

Comments
 (0)