mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
Update links to script
This commit is contained in:
parent
fde4c09906
commit
fc01eeebbc
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)*",
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue