Skip to content

Commit 28b8c8f

Browse files
Fix inconsistent link text in how-to-conditionally-server-render doc
Update link display text from 'here in docs/basics/configuration.md' to 'available here' to match the actual URL path (docs/api-reference/configuration/) Co-authored-by: Ihab Adham <[email protected]>
1 parent f0d6fe6 commit 28b8c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-features/how-to-conditionally-server-render-based-on-device-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ ReactOnRails.configure do |config|
3535
end
3636
```
3737

38-
Note, full details of the React on Rails configuration are [here in docs/basics/configuration.md](https://shakacode.com/react-on-rails/docs/api-reference/configuration/).
38+
Note, full details of the React on Rails configuration are [available here](https://shakacode.com/react-on-rails/docs/api-reference/configuration/).
3939

4040
See the doc file [render-functions-and-railscontext.md](../core-concepts/render-functions-and-railscontext.md#rails-context) for how your client-side code uses the device information

0 commit comments

Comments
 (0)