Skip to content

docs: use Org-mode link syntax for video link in README.org#18

Open
kiwigitops wants to merge 1 commit into
janestreet:masterfrom
kiwigitops:docs/fix-org-mode-video-link
Open

docs: use Org-mode link syntax for video link in README.org#18
kiwigitops wants to merge 1 commit into
janestreet:masterfrom
kiwigitops:docs/fix-org-mode-video-link

Conversation

@kiwigitops
Copy link
Copy Markdown

Fixes #17.

The video link in README.org was written with Markdown link syntax ([text](url)) in a .org file, so GitHub's org-ruby renderer displayed it as literal text rather than a clickable link. The surrounding blog-post and source-file links already use correct Org syntax ([[url][text]]).

-and [this video](https://www.youtube.com/watch?v=G6a5G5i4gQU).
+and [[https://www.youtube.com/watch?v=G6a5G5i4gQU][this video]].

@kiwigitops kiwigitops force-pushed the docs/fix-org-mode-video-link branch from a1255dc to a42b80e Compare May 19, 2026 00:45
@github-iron github-iron added the forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system. label May 19, 2026
Signed-off-by: Kiwi <kiwisclubco@gmail.com>
@kiwigitops kiwigitops force-pushed the docs/fix-org-mode-video-link branch from a42b80e to fa5b4b3 Compare May 23, 2026 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README.org uses Markdown link syntax for the YouTube video link

2 participants