Skip to content

Commit

Permalink
Fix last few things
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Christensen <kimworking@gmail.com>
  • Loading branch information
kichristensen committed May 24, 2024
1 parent c3523be commit dbbf26c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ IgnoreURLs:
- ^/latest/
- ^/community/src/
- ^http://localhost:1313/docs$
- ^https://marketplace.visualstudio.com/items\?itemName=getporter.porter-vscode$
- ^https://marketplace.visualstudio.com/
IgnoreAltMissing: true
IgnoreInternalEmptyHash: true
2 changes: 1 addition & 1 deletion docs/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 class="text-4xl text-center font-bold leading-tight tracking-tighter md:text
distribute and run with a single command.
</p>
<div class="mt-8">
{{- $docsURL := "quickstart" | relURL -}}
{{- $docsURL := "quickstart/" | relURL -}}
<a href="{{ $docsURL }}"
class="font-bold text-lg cursor-pointer px-6 py-3 text-white bg-primary-600 hover:bg-primary-700 focus:outline-none focus:ring-4 focus:ring-primary-300 rounded-md text-center mr-2 mb-2 dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800"
>
Expand Down

0 comments on commit dbbf26c

Please sign in to comment.