From 53571c95ea7a5f55943c45fbe12f682ee8a2a218 Mon Sep 17 00:00:00 2001 From: Matthew McDermott Date: Tue, 10 Dec 2024 22:44:50 -0500 Subject: [PATCH] Correct missing link import typo in colorlog website page. --- website/docs/plugins/colorlog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/plugins/colorlog.md b/website/docs/plugins/colorlog.md index 79ebe1eb000..33e484d9e51 100644 --- a/website/docs/plugins/colorlog.md +++ b/website/docs/plugins/colorlog.md @@ -4,7 +4,8 @@ title: Colorlog plugin sidebar_label: Colorlog plugin --- -import {ExampleGithubLink} from "@site/src/components/GithubLink" +import GithubLink,{ExampleGithubLink} from "@site/src/components/GithubLink" + [![PyPI](https://img.shields.io/pypi/v/hydra-colorlog)](https://pypi.org/project/hydra-colorlog/) ![PyPI - License](https://img.shields.io/pypi/l/hydra-colorlog)