Skip to content

Commit

Permalink
Fix link to open PR against current page (#659)
Browse files Browse the repository at this point in the history
Signed-off-by: Praveen Rewar <[email protected]>
  • Loading branch information
praveenrewar authored Jul 3, 2023
1 parent c9f257d commit 6f840b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/themes/carvel/layouts/docs/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
(Help improve our docs:
{{ $.Scratch.Set "FilePath" .File.LogicalName }}
{{ with .Site.Params.links.github_url }}
<a href='{{ . }}/edit/develop/site/content/{{ $subprojectInfo.name}}/docs/develop/{{ $.Scratch.Get "FilePath" }}'>edit this page on GitHub</a>)
<a href='{{ . }}/carvel/edit/develop/site/content/{{ $subprojectInfo.name}}/docs/develop/{{ $.Scratch.Get "FilePath" }}'>edit this page on GitHub</a>)
{{ end }}
</div>
</div>
Expand Down

0 comments on commit 6f840b2

Please sign in to comment.