Description
Hello, I'm trying to fix some links in the documentation of this project (and my translation to Spanish) and I can't find a way to make the links compatible on GitHub and Sphinx (ReadTheDocs).
=====================================
If I use this method:
´´link to readme <esp8266/readme.rst>´´
The links work perfectly on GitHub, but don't work on Sphinx.
Example in this project: Click in the link "Generic ESP8266 modules"
https://github.com/esp8266/Arduino/blob/master/doc/faq/a01-espcomm_sync-failed.rst
https://arduino-esp8266.readthedocs.io/en/latest/faq/a01-espcomm_sync-failed.html
========================================
If I use this method:
: doc: `link to readme <esp8266wifi/readme>`
The links work perfectly on Sphinx, but don't work on GitHub.
Example in this project: Click in the link "ESP8266WiFi library documentation"
https://github.com/esp8266/Arduino/blob/master/doc/libraries.rst
https://arduino-esp8266.readthedocs.io/en/latest/libraries.html
===============================================
Can someone help me to fix it?
Regards.
P.D.: Change this " ´ " for " ` " in my examples.