Update links to script

This commit is contained in:
Joseph T. Lyons 2024-01-24 14:48:44 -05:00
parent fde4c09906
commit fc01eeebbc
2 changed files with 2 additions and 2 deletions

View file

@ -13,5 +13,5 @@ jobs:
python-version: "3.10.5"
architecture: "x64"
cache: "pip"
- run: pip install -r scripts/update_top_ranking_issues/requirements.txt
- run: pip install -r script/update_top_ranking_issues/requirements.txt
- run: python script/update_top_ranking_issues/main.py --github-token ${{ secrets.GITHUB_TOKEN }} --prod

View file

@ -237,7 +237,7 @@ def get_issue_text(
issue_text_lines.extend(
[
"*For details on how this issue is generated, [see the script](https://github.com/zed-industries/zed/blob/main/scripts/update_top_ranking_issues/main.py)*",
"*For details on how this issue is generated, [see the script](https://github.com/zed-industries/zed/blob/main/script/update_top_ranking_issues/main.py)*",
]
)