Skip to content

Commit 67d2b64

Browse files
authored
Use absolute path instead of relative (#34)
1 parent 65b213a commit 67d2b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1 class="title_header">
5252
<div class="links_intro">
5353
<ul>
5454
<li>
55-
<a href="./download/php-cs-fixer-v3.phar" class="download-button">
55+
<a href="/download/php-cs-fixer-v3.phar" class="download-button">
5656
Install now
5757
<svg viewBox="0 0 24 24">
5858
<path d="M13 3h-2v14.3l-4.7-4.6L5 14l5.7 5.6 1.4 1.4 1.4-1.4 5.7-5.6-1.4-1.4-4.7 4.6V3Z"/>

0 commit comments

Comments
 (0)