Skip to content

Commit

Permalink
Fixed links in default template for getting proper links to Pimcore 1…
Browse files Browse the repository at this point in the history
…1 Documentation (#175)

Co-authored-by: JiaJia Ji <kingjia90@gmail.com>
  • Loading branch information
vmalyk and kingjia90 authored Dec 11, 2023
1 parent 1dabc30 commit b48e761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/default/default.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@

{% if editmode %}
<div class="buttons">
<a target="_blank" href="https://pimcore.com/docs/6.x/Development_Documentation/Getting_Started/Installation.html">Install Sample Data / Boilerplate</a>
<a target="_blank" href="https://pimcore.com/docs/6.x/Development_Documentation/Getting_Started/index.html">Getting Started</a>
<a target="_blank" href="https://pimcore.com/docs/platform/Pimcore/Getting_Started/Installation/Webserver_Installation">Install Sample Data / Boilerplate</a>
<a target="_blank" href="https://pimcore.com/docs/platform/Pimcore/Getting_Started">Getting Started</a>
</div>

<div class="info">
Expand Down

0 comments on commit b48e761

Please sign in to comment.