From 32c6a4c1b7c69ee349aaf49e6761cc11129ecee9 Mon Sep 17 00:00:00 2001 From: novahow Date: Wed, 3 Apr 2024 20:03:00 +0800 Subject: [PATCH] fix make link error Signed-off-by: novahow --- docs/community/contribute.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/community/contribute.rst b/docs/community/contribute.rst index 698762d691..c5e8311ba3 100644 --- a/docs/community/contribute.rst +++ b/docs/community/contribute.rst @@ -194,7 +194,7 @@ The resulting ``html`` files will be in ``docs/_build/html``. You can view them * Run the following commands: * ``make generate`` * ``make test_unit`` - * ``make link`` + * ``make lint`` * To compile, run ``make compile`` ``flyteadmin`` @@ -262,7 +262,7 @@ The resulting ``html`` files will be in ``docs/_build/html``. You can view them * Run the following commands: * ``make generate`` * ``make test_unit`` - * ``make link`` + * ``make lint`` ``flytestdlib`` ***************