Skip to content

Fix invalid 'target' attribute in README table links - #1453

Open
ljc1160 wants to merge 1 commit into
DotNetNext:masterfrom
ljc1160:fix/readme-target-blank
Open

ljc1160 wants to merge 1 commit into
DotNetNext:masterfrom
ljc1160:fix/readme-target-blank

Conversation

@ljc1160

@ljc1160 ljc1160 commented Sep 8, 2026

Copy link
Copy Markdown

In the Documentation table of the README, five links use an invalid target="_bank" attribute. These should be target="_blank" so the links open in a new browser tab as intended (matching the other entries in the same table).

Affected: 'Join query', 'Include query', 'Include Insert', 'Include Update', 'Include Delete'. No other changes.

Change 5 occurrences of target="_bank" to target="_blank" in the documentation table of the README so links open in a new tab as intended.

Co-Authored-By: Claude Code <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant