From 36299efd4f029b784252cfd6d79447a77dab3388 Mon Sep 17 00:00:00 2001 From: koide3 <31344317+koide3@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:55:55 +0900 Subject: [PATCH] Update issue_response.yml --- .github/workflows/issue_response.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/issue_response.yml b/.github/workflows/issue_response.yml index d7c871d..c7242f0 100644 --- a/.github/workflows/issue_response.yml +++ b/.github/workflows/issue_response.yml @@ -15,6 +15,5 @@ jobs: NUMBER: ${{ github.event.issue.number }} BODY: > Sorry!! We are reducing the support for fast_gicp. - Please consider using small_gicp, a new faster library with better portability. - https://github.com/koide3/small_gicp + Please consider using [small_gicp](https://github.com/koide3/small_gicp), a new faster library with better portability. Meanwhile, feel free to open a PR if you have any improvements that can be merged into fast_gicp.