Use URI instead of path for read more keyword read more links#3873
Use URI instead of path for read more keyword read more links#3873
Conversation
How to use the Graphite Merge QueueAdd the label graphite-merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
If we use |
Yup. We ship the static docs as part of the gem so that we can open expanded documentation directly in the editor. Without this fix, the link doesn't even render because the editor expects URIs and not file paths. |
|
Oh, weird. I'm not sure why I can't see the links if they are not URIs. Do you still see them on this branch? |


Motivation
I noticed that the read more links weren't working. The reason is because Markdown links always need to use URIs and not file paths.
Implementation
Corrected the links to use URIs.
Automated Tests
Updated the tests, which were asserting the wrong behaviour.