From b686f810fbd7b56d36e97d5a469fe974e4c8caa2 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Thu, 3 Nov 2022 14:23:20 -0700 Subject: [PATCH] Fix link for lure-repo-bot --- docs/adding-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adding-packages.md b/docs/adding-packages.md index 62f84fd..3f19d39 100644 --- a/docs/adding-packages.md +++ b/docs/adding-packages.md @@ -16,7 +16,7 @@ LURE's repo is hosted on Github at https://github.com/Arsen6331/lure-repo. In it, there are multiple directories each containing a `lure.sh` file. In order to add a package to LURE's repo, simply create a PR with a [build script](./build-scripts.md) and place it in a directory with the same name as the package. -Upon submitting the PR, [lure-repo-bot](/Arsen6331/lure-repo-bot) will pull your PR and analyze it, providing suggestions for fixes as review comments. If there are no problems, the bot will approve your changes. If there are issues, re-request review from the bot after you've finished applying the fixes and it will automatically review the PR again. +Upon submitting the PR, [lure-repo-bot](https://github.com/Arsen6331/lure-repo-bot) will pull your PR and analyze it, providing suggestions for fixes as review comments. If there are no problems, the bot will approve your changes. If there are issues, re-request review from the bot after you've finished applying the fixes and it will automatically review the PR again. All scripts submitted to the LURE repo should be formatted with `shfmt`. If they are not properly formatted, Github Actions will add suggestions in the "Files Changed" tab of the PR.