diff --git a/src/content/posts/markdown-extended.md b/src/content/posts/markdown-extended.md index eef2b76..a1d76e8 100644 --- a/src/content/posts/markdown-extended.md +++ b/src/content/posts/markdown-extended.md @@ -24,12 +24,12 @@ Create a GitHub repository card with the code `::github{repo="/"}`. You can also add dynamic cards that show a GitLab repository, on page load, the repository information is pulled from the GitLab API. -::gitlab{repo="noeFly/blog"} +::gitlab{repo="gitlab-org/gitlab"} Create a GitHub repository card with the code `::gitlab{repo="/"}`. ```markdown -::gitlab{repo="noeFly/blog"} +::gitlab{repo="gitlab-org/gitlab"} ``` ## Admonitions