mathhater / boj-random-defense

BOJ Random Defense는 랜덤한 문제를 제한 시간 안에 풀고 본인의 레이팅을 확인할 수 있는 크롬 확장 프로그램입니다.
https://boj-random-defense.vercel.app/about
2 stars 1 forks source link

fix: repair href link for user handle #8

Closed carotinoid closed 1 week ago

carotinoid commented 1 week ago

The user handle hyperlinks are incorrectly formatted as {URL}/{user-handle}, while the correct format should be {URL}/user/{user-handle}. This commit fixes the issue to make the hyperlinks are correct.

mathhater commented 1 week ago

?????

mathhater commented 1 week ago

I forgot to reflect the URL changes in the browser extension... I just uploaded the updated version to the chrome web store. Thanks to your contribution.