This commit is contained in:
Sina Atalay
2024-12-09 04:37:45 -05:00
parent 13ef109c78
commit d2dbe0f1d2

View File

@@ -150,9 +150,7 @@ def welcome():
table.add_row("Bug reports", "https://github.com/rendercv/rendercv/issues/")
table.add_row("Feature requests", "https://github.com/rendercv/rendercv/issues/")
table.add_row("Discussions", "https://github.com/rendercv/rendercv/discussions/")
table.add_row(
"RenderCV Pipeline", "https://github.com/rendercv/rendercv-pipeline/"
)
table.add_row("RenderCV Pipeline", "https://github.com/rendercv/rendercv-pipeline/")
print(table)