fix: card link - closes #4 (#3)

The existing card for Syntax Highlighting leads to a 404 page, I have replaced it with appropriate link
This commit is contained in:
Sid
2023-08-28 14:59:37 +05:30
committed by GitHub
parent 1a8d881a2e
commit faefe548bc

View File

@ -46,7 +46,7 @@ Tables aren't part of the core Markdown spec, but Hugo supports them out-of-the-
### Code Blocks
{{< cards >}}
{{< card link="syntax-highlighting" title="Syntax Highlighting" icon="sparkles" >}}
{{< card link="/docs/guide/syntax-highlighting" title="Syntax Highlighting" icon="sparkles" >}}
{{< /cards >}}
### Lists