From 10da4a96e037a97d66d8f92bcb969bb077395211 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Sat, 18 Apr 2026 22:30:10 -1000 Subject: [PATCH] docs: use absolute URL for node-renderer example link Now that PR #3165 has merged and `react_on_rails_pro/spec/dummy/renderer/node-renderer.js` exists on `main`, switch the testing-example link in `js-configuration.md` from a cross-package relative path back to an absolute GitHub URL. The relative path was a temporary workaround so the lychee link check would pass before the file existed at its new location; absolute URLs render correctly on the published documentation site, where relative cross-package links may not resolve. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/oss/building-features/node-renderer/js-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/oss/building-features/node-renderer/js-configuration.md b/docs/oss/building-features/node-renderer/js-configuration.md index 08fd305766..f9989b5f2f 100644 --- a/docs/oss/building-features/node-renderer/js-configuration.md +++ b/docs/oss/building-features/node-renderer/js-configuration.md @@ -58,7 +58,7 @@ Deprecated options: ### Testing example: -[react_on_rails_pro/spec/dummy/renderer/node-renderer.js](../../../../react_on_rails_pro/spec/dummy/renderer/node-renderer.js) +[react_on_rails_pro/spec/dummy/renderer/node-renderer.js](https://github.com/shakacode/react_on_rails/blob/main/react_on_rails_pro/spec/dummy/renderer/node-renderer.js) ### Simple example: