From 5b64aebcb40c9482c677590d73b4d173007fe002 Mon Sep 17 00:00:00 2001 From: novahow <58504997+novahow@users.noreply.github.com> Date: Thu, 4 Apr 2024 08:07:47 +0800 Subject: [PATCH] fix make link error (#5175) 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`` ***************