href path for details page
Open
review
- Dominant language
- HTML
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Maybe you notice that some **redirection** to the details page not working on your app,
there is a difference between `./html` and `/html`
in the first case, `./` means the current directory
https://github.com/GSG-G10/RAM-News/blob/98c5f2012d77fd5579a5553ac27ef9764bea5ba0/index.html#L24
while in this line `/` means the root of the current drive
https://github.com/GSG-G10/RAM-News/blob/98c5f2012d77fd5579a5553ac27ef9764bea5ba0/index.html#L351
So take that into consideration the next time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.