[Link Check] Fix the broken link check from the AIR doc (#27632)

The original link doesn't exist. https://docs.ray.io/en/master/_images/air-ecosystem.svg

I fixed it by linking the raw github file link. This should have the exactly same flow as before. I tried finding a link to this image file, but I couldn't. I also couldn't find an easy way to add only a link (without embedding an image). Please lmk if you prefer other option
This commit is contained in:
SangBin Cho 2022-08-08 22:36:04 +09:00 committed by GitHub
parent f00d17ea21
commit b7ab0555c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,8 @@
:orphan:
.. _air-ecosystem-map:
AIR Ecosystem Map
=================
.. image:: images/air-ecosystem.svg

View file

@ -196,7 +196,7 @@ Project Status
AIR is currently in **beta**. If you have questions for the team or are interested in getting involved in the development process, fill out `this short form <https://forms.gle/wCCdbaQDtgErYycT6>`__.
For an overview of the AIR libraries, ecosystem integrations, and their readiness, check out the latest `AIR ecosystem map <https://docs.ray.io/en/master/_images/air-ecosystem.svg>`_.
For an overview of the AIR libraries, ecosystem integrations, and their readiness, check out the latest :ref:`AIR ecosystem map <air-ecosystem-map>`.
Next Steps
----------