[BUG] <description> incorrect repo url for 'AsyncAPI format' in cli category on tools page
Describe the bug.
View github button in 'AsyncAPI format' div incorrectly redirects to converter-go repository
Expected behavior
AsyncAPI-format should redirect to correct repository which is https://github.com/thim81/asyncapi-format as correctly listed in the Converters section. (please verify the link)
Screenshots
How to Reproduce
- Go to config/tools-manual.json and fix the link this should work and fix the issue
🖥️ Device Information [optional]
- Operating System (OS):
- Browser:
- Browser Version:
👀 Have you checked for similar open issues?
- [x] I checked and didn't find similar issue
🏢 Have you read the Contributing Guidelines?
- [x] I have read the Contributing Guidelines
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
If the issue is worthy.. I am more than happy to fix this.. So please allow me to work upon it @princerajpoot20
Hi, I checked config/tools-manual.json and the repo URL for AsyncAPI-format already points to https://github.com/thim81/asyncapi-format.
This issue appears to be fixed and can be closed. ✅
Hello @Dsp023.... Thank you for your suggestions There are 2 AsyncApi-format... I am talking about one in CLIs div... Kindly check it and let me know if it still appears good
AsyncAPI-format should redirect to correct repository which is https://github.com/thim81/asyncapi-format
@impakshal Could you tell me the source of the link you provided (https://github.com/thim81/asyncapi-format )? I mean, where did you get this link from?
Hello @princerajpoot20 ...Thanks for your reply.... There are 2 AsyncApi-format divs in tools page One directs to thim81 github repo and other to converter-go. So i thought https://github.com/thim81/asyncapi-format this is genuine link ...if not please provide me the actual repo link. I will change it for both AsyncApi-format
@impakshal So, as you mentioned, there are two divs for the same tool, and from the screenshot you shared, they seem to be identical. Don’t you think we should remove one? Does it make sense to have two identical entries?
@princerajpoot20 I went through entire tools page and all divs present... There are duplicate divs present at multiple places that keep on repeating in different categories...So i think it is general idea of page that a feature that falls under 2 or more category is listed under all of them.. Please check it and let me know Also i discussed about duplicate divs in same category at in #4690 (please check the comment i made last week)
The reason for the duplication is the tools-automated file. There is a workflow that fetches all the data from GitHub using an API call.
At the moment, we can only fix the data present in the tools-manual file. If anything is wrong in the tools-automated file, we cannot fix it at the moment, as the automation will overwrite it. Anything that needs to be fixed in the tools-manual file is the only thing we can address right now.
@princerajpoot20 ...So this issue restricts itself to tools-manual file only If the repo link https://github.com/thim81/asyncapi-format is correct then i can update the wrong repo link of one div
@princerajpoot20 waiting for reply