Skip to content
Snippets Groups Projects
Commit dd8116d2 authored by Isabella Skořepová's avatar Isabella Skořepová
Browse files

fix link

parent dba840b0
No related branches found
No related tags found
No related merge requests found
Pipeline #3519 passed
......@@ -98,7 +98,7 @@ function Article({ metadata, content, config, originalFile }) {
className="author"
style={{ color: '#a2a2a2', display: 'block' }}
target="_blank"
href={`https://git.ok1kvk.cz/ok1kvk.cz/content/tree/main/content/articles/${originalFile}`}
href={`https://git.ok1kvk.cz/ok1kvk.cz/content/tree/main/content/${originalFile}`}
>
{metadata.published ? (
<>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment