Generated HTML: release links point to 404 pages
Open
bug
- Dominant language
- PHP
- Stars
- 3.3k
- Forks
- 530
- Avg merge
- 6h 53m
- Merged PRs (30d)
- 13
Description
I have a set of github packages in my `satis.json` like:
```
"repositories": [
{
"type": "git",
"url": "git@github.com:user/package.git"
},
```
and satis generates a page with Release links like:
```
http://myhomepage.com/git@github.com:user/package.git
```
which is obviously wrong. How to produce correct links?
Contributor guide
Research direction
Start by reproducing the generated page from a satis.json containing the shown git repository entry, then trace how its Release link is assembled. Confirm the current output and determine the correct repository or release URL; done means generated release links no longer point to the malformed path or 404 page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100