diff --git a/.github/workflows/scripts/utilities.py b/.github/workflows/scripts/utilities.py index c231417c41a..ca3a4b1eca3 100644 --- a/.github/workflows/scripts/utilities.py +++ b/.github/workflows/scripts/utilities.py @@ -207,7 +207,7 @@ def report_plugin(plugin: Plugin, tag: Tag) -> str: '-' ) report += _row( - 'Labels', + '[Labels](https://docs.mcdreforged.com/en/latest/plugin_dev/plugin_catalogue.html#label)', # `Tool`, `API` ' '.join(f'`{i}`' for i in plugin.labels), '-'