gradio-app / gradio

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
http://www.gradio.app
Apache License 2.0
30.56k stars 2.27k forks source link

A Bug in Document #8551

Closed Marches7 closed 1 week ago

Marches7 commented 1 week ago

Describe the bug

Problems

When I read the Readme.md document, I found that this hyperlink "30 built-in components" can't be opened. I got "404: NOT_FOUND" when visited it. It locates in the section "Understanding the Interface Class".

Solution

I eventually find this site https://www.gradio.app/docs/gradio/introduction is correct. It give me the introduction of 30 built-in components of gradio.

It is a good first issue for begginer and I can work around it:)

Have you searched existing issues? 🔎

Reproduction

document bug

Screenshot

No response

Logs

No response

System Info

document bug

Severity

I can work around it

pngwn commented 1 week ago

Thanks for flagging this @Marches7!

As you said that link should be changed to: https://www.gradio.app/docs/gradio/introduction

Marches7 commented 1 week ago

Thanks for flagging this @Marches7!

As you said that link should be changed to: https://www.gradio.app/docs/gradio/introduction

Thanks, I have create a PR https://github.com/gradio-app/gradio/pull/8553. Happy to make little contribution to gradio commnunity. :)

pngwn commented 1 week ago

Thank you!

Fixed by #8553!